Cross Compiling For ARM

From Wiki
Jump to navigationJump to search

To install the latest binutils+gcc+newlib for ARM (LPC2148, LPC2468), use 'crossdev --without-headers -s3 arm-elf'

For STM-32 support use 'crossdev --without-headers -s3 --with-cpu=cortex-m3 --with-tune=cortex-m3 --with-float=soft arm-elf'

Windows pre-built binaries