[U-Boot] Linker Error with binutils-2.21

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

More information:
-r, -i, --relocatable Generate relocatable output
-shared, -Bshareable Create a shared library -pie, --pic-executable Create a position independent executable
Isn't the fact we pass -pie and -r a bit redundant, especially when creating a library??
James
On 1/28/2011 9:40 AM, James Kosin wrote:
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

Hi James,
Please refrain from top-posting.
Le 28/01/2011 15:49, James Kosin a écrit :
More information:
-r, -i, --relocatable Generate relocatable output
-shared, -Bshareable Create a shared library -pie, --pic-executable Create a position independent executable
Isn't the fact we pass -pie and -r a bit redundant, especially when creating a library??
James
On 1/28/2011 9:40 AM, James Kosin wrote:
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
This has been fixed yesterday; you can cherry-pick Stefano's commit from the tip of u-boot-arm/master.
Amicalement,
participants (2)
-
Albert ARIBAUD
-
James Kosin