Description
When using the prebuilt visualTeensy 1.0.0.0 example (Win10, 1909), I get the following error message:
[LD] .vsteensy/build/visualTeensyTest.elf c:/progra~2/arduino/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe:--defsym:1: syntax error collect2.exe: error: ld returned 1 exit status make: *** [makefile:236: .vsteensy/build/visualTeensyTest.elf] Error 1 The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command & 'C:/Program Files (x86)/VisualTeensy/make.exe' all -j -Otarget" terminated with exit code: 1.
It looks like ld.exe doesn't like the syntax of the --defsym flag. When replacing the whole $(...) part with 1 (result given by the powershell), it doesn't complain at all.
Is that a Windows or a visualTeensy issue? Thanks!