Skip to content
attdona edited this page Oct 31, 2014 · 2 revisions

RIOT experiments

My current development effort is dedicated to port RIOT on msp430-gcc ti-redhat version 4.9.x.

the configure command for gcc:

../configure --target=$TARGET --prefix="$PREFIX" --program-prefix=msp430- --enable-languages=c --disable-nls --disable-newlib-io-float --enable-newlib-nano-malloc

Some useful links to start:

gcc compile

gcc optimization

Clone this wiki locally