
NOTICE:
The new binutils-2.21 is not allowing -r -shared to be used together. I'd have to look at the options; but, I've attached a log below with the error.
James Kosin
--- Log ---
make[1]: Entering directory `/home/jkosin/git/u-boot/examples/standalone' arm-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONF IG_SYS_TEXT_BASE=0x10000000 -I/home/jkosin/git/u-boot/include -fno-builtin -ffre estanding -nostdinc -isystem /home/jkosin/opt/armThumb-4.5.0/lib/gcc/arm-eabi/4. 5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-in terwork -march=armv4 -Wall -Wstrict-prototypes -fno-stack-protector -fno-topleve l-reorder -o hello_world.o hello_world.c -c arm-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONF IG_SYS_TEXT_BASE=0x10000000 -I/home/jkosin/git/u-boot/include -fno-builtin -ffre estanding -nostdinc -isystem /home/jkosin/opt/armThumb-4.5.0/lib/gcc/arm-eabi/4. 5.2/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-in terwork -march=armv4 -Wall -Wstrict-prototypes -fno-stack-protector -fno-topleve l-reorder -o stubs.o stubs.c -c arm-eabi-ld -pie -r -o libstubs.o stubs.o arm-eabi-ld: -r and -shared may not be used together make[1]: *** [libstubs.o] Error 1 make[1]: Leaving directory `/home/jkosin/git/u-boot/examples/standalone' make: *** [examples/standalone] Error 2