``` git clone git://sourceware.org/git/newlib-cygwin.git export CC_FOR_TARGET=<path-to-clang> export PATH=<path-to-binutils-gdb>:$PATH configure --target=msp430-elf make ```