Hello I've been using crossdev with an STM32F100 for a while and it works great ... thanks to all involved. I'm now want to use newlib. The tuple I use is arm-none-eabi. Is there anything I should put in the Makefile of the project or changes to crossdev to prevent multiple definition of syscalls e.g. _write. Also is there any way to use newlib-nano. Thanks in anticipation.
Billy