Hi - I’m using latest version of VSC with latest V4 of PlatformIO…getting following error on compile and not sure why its the case…do I need to change or do something with build flags from V3 to V4 ?
I am using the following flags in my build:
But now after upgrading to PlatformIO V4 get the following error:
The syntax you’ve shown for V3 is incorrect for V3 anyway, as eagle.flash.4m3m.ld is not a parameter. I’d say the -T was accidentally deleted. -Wl,-T%PATH_TO_LD_SCRIPT% has been the correct syntax since V2.2
Glad to help… it’s just no fun if we’re not learning new stuff all the time! (the exception, perhaps, being 100 ways to NOT get the result you wanted? )