contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.71k stars 2.58k forks source link

Can contiki add support for msp430-gcc provided by TI Code Composer Studio #1366

Open myrfy001 opened 8 years ago

myrfy001 commented 8 years ago

TI now has published a toolchian msp430-gcc as the successor to community driven MSPGCC. more information can be found at http://www.ti.com/tool/msp430-gcc-opensource

The msp430-gcc now has some different with mspgcc, and now i can't build contiki with the new msp430-gcc. One problem I meet now is the new complier won't add the Compiler defined symbols MSP430 so the hader file for msp430 won't work well.

vsaw commented 8 years ago

:+1: I think this is really worth the effort to, especially for the MSP430X based platforms that would benefit from this compiler a lot.