IECS / MansOS

MansOS WSN/embedded operating system
MIT License
9 stars 4 forks source link

make setup - compiles immediately after with errors #17

Closed elomage closed 8 years ago

elomage commented 8 years ago

Running

make setup telosb

under a fresh installation (git clone) apt-gets all the tools for msp430 and tries to compile right away. Tested while in apps/demo/Blink.

Redoing make telosb compiles with no errors.

It should not compile when doing setup. Also, even it compiles, there should be no errors. Probably the tools were not setup yet. Race condition?