Hi Vania, > Error: selected processor does not support Thumb mode `blx r3' > What is the magic formula to configure binutils and gcc ? > Any idea? Try: configure --target=arm-none-eabi --enable-interwork --enable-multilib --with-arch=armv5t Cheers Nick