[U-Boot-Users] toolchain

Hi,
I'm trying to compile u-boot 1.1.1 with 2.95.3 arm toolchain and I get following error: make[1]: Leaving directory `/home/roaher/delo/xxcep/bootldr/tmp/u-boot/post/cpu' ... arm-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0xa3f00000 -I/home/roaher/delo/xxcep/bootldr/tmp/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc-lib/i586-suse-linux/3.3.1/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -mtune=strongarm1100 -c -o cpu/pxa/start.o /home/roaher/delo/xxcep/bootldr/tmp/u-boot/cpu/pxa/start.S /home/roaher/delo/xxcep/bootldr/tmp/u-boot/cpu/pxa/start.S: Assembler messages: /home/roaher/delo/xxcep/bootldr/tmp/u-boot/cpu/pxa/start.S:148: Error: Internal_relocation (type 208) not fixed up (IMMEDIATE) make: *** [cpu/pxa/start.o] Error 1 ....
Compiling older version works just fine with this toolchain. I tried 3.3.2 and 3.3.3 toolchains from arm.nihilisme.ca but booth fail with some error about FP misuse.
What arm toolchain should I use with new u-boot?
regards, himba

Hmm, please ignore the previous post - I've overlooked some minor changes in my port that solved the problem.
himba wrote:
Hi,
I'm trying to compile u-boot 1.1.1 with 2.95.3 arm toolchain and I get following error: make[1]: Leaving directory `/home/roaher/delo/xxcep/bootldr/tmp/u-boot/post/cpu' ... arm-linux-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0xa3f00000 -I/home/roaher/delo/xxcep/bootldr/tmp/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/lib/gcc-lib/i586-suse-linux/3.3.1/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -mtune=strongarm1100 -c -o cpu/pxa/start.o /home/roaher/delo/xxcep/bootldr/tmp/u-boot/cpu/pxa/start.S /home/roaher/delo/xxcep/bootldr/tmp/u-boot/cpu/pxa/start.S: Assembler messages: /home/roaher/delo/xxcep/bootldr/tmp/u-boot/cpu/pxa/start.S:148: Error: Internal_relocation (type 208) not fixed up (IMMEDIATE) make: *** [cpu/pxa/start.o] Error 1 ....
Compiling older version works just fine with this toolchain. I tried 3.3.2 and 3.3.3 toolchains from arm.nihilisme.ca but booth fail with some error about FP misuse.
What arm toolchain should I use with new u-boot?
regards, himba
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (1)
-
himba