You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did try to compile the Blink project example with the most recent version of Platformio in Atom.io in Windows 8.1 64 bit but got the problem that the Toolchain does not work for MSP430:
Error was
My User.platformio\packages\ldscripts" -L.pioenvs\lpmsp430g2553 -Wl,--start-group -lm .pioenvs\lpmsp430g2553\libFrameworkEnergia.a -Wl,--end-group
c:/users/My User/.platformio/packages/toolchain-timsp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: cannot open linker script file memory.x: No such file or directory
collect2: ld returned 1 exit status
scons: *** [.pioenvs\lpmsp430g2553\firmware.elf] Error 1
[ ERROR ] Took 2.63 seconds
Any idea how to solve that?
The text was updated successfully, but these errors were encountered:
Moved from platformio/platformio-core#493
/cc @nmaas87
I did try to compile the Blink project example with the most recent version of Platformio in Atom.io in Windows 8.1 64 bit but got the problem that the Toolchain does not work for MSP430:
Error was
My User.platformio\packages\ldscripts" -L.pioenvs\lpmsp430g2553 -Wl,--start-group -lm .pioenvs\lpmsp430g2553\libFrameworkEnergia.a -Wl,--end-group
c:/users/My User/.platformio/packages/toolchain-timsp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: cannot open linker script file memory.x: No such file or directory
collect2: ld returned 1 exit status
scons: *** [.pioenvs\lpmsp430g2553\firmware.elf] Error 1
[ ERROR ] Took 2.63 seconds
Any idea how to solve that?
The text was updated successfully, but these errors were encountered: