Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSP430 Toolchain does not work on Windows #2

Closed
ivankravets opened this issue Nov 27, 2016 · 3 comments
Closed

MSP430 Toolchain does not work on Windows #2

ivankravets opened this issue Nov 27, 2016 · 3 comments
Labels

Comments

@ivankravets
Copy link
Member

ivankravets commented Nov 27, 2016

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?

@ivankravets
Copy link
Member Author

ivankravets commented Dec 2, 2016

@nmaas87 could you try new development version? It should work

Please run pio update

@ivankravets
Copy link
Member Author

It looks that it works. See https://ci.appveyor.com/project/ivankravets/platform-timsp430

Please reopen this issue if you still have any problems

@nmaas87
Copy link

nmaas87 commented Dec 3, 2016

It works, I just did try it :)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants