arm-eabi-toolchain
arm-eabi-toolchain copied to clipboard
Makefile & supporting patches/scripts to build a bare metal ARM EABI toolchain.
Extracted tarball and compiled with PREFIX=/mnt/data/s/gcc install-cross Other information: $ gcc --version gcc (32-bit ARM EABI Toolchain JBS-2011.09-69-v2011.09-69-12-g2867909) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software;...
I installed the Linux version of 2011.03-42 and I noticed a lot of definitions used during the configure step. Did you check them? Maybe they are not relevant, but I...
I further expanded my build script to allow building previous toolchain versions. The script is available from ``` http://gnuarmeclipse.svn.sourceforge.net/viewvc/gnuarmeclipse/trunk/scripts/arm-cs-tools-build.sh ``` To get an idea of it's usage, below is the...
I am observing a couple discrepancies between my local installation via Makfile and a freshly unpacked linux binary from code sourcery. Namely: - none of the linker include files are...