[U-Boot-Users] U-boot 0.3.0 compilation error with ELDK 3.0
Nishant Galange
nishant.subs at myrealbox.com
Mon Jan 24 12:30:47 CET 2005
Dear all,
I have :
- ELDK 3.0 installed and running on my machine.
- customised u-boot 0.3.0 source meant for a 8266 based PMC addin card.
- no possible contact with the person who first customized and built it.
- the task of making some minor modifications in it.
When I try to compile the above mentioned u-boot, I get the following error:
(lines wrapped to keep the 80 column limit)
make[1]: Entering directory `/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/common'
ppc_82xx-gcc -g -Os -fPIC -ffixed-r14 -meabi -fPIC -ffixed-r14 -meabi
-D__KERNEL__ -DTEXT_BASE=0xFFF00000
-I/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/include
-fno-builtin -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_8260 -ffixed-r2
-ffixed-r29
-mstring -DTEXT_BASE=0xFFF00000 -I/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/board
-DCONFIG_PPC -D__powerpc__ -DCONFIG_8260 -ffixed-r2 -ffixed-r29 -mstring
-DTEXT_BASE=0xFFF00000 -I/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/board -Wall
-Wstrict-prototypes -g -Os -fPIC -ffixed-r14 -meabi -fPIC -ffixed-r14 -meabi
-D__KERNEL__ -DTEXT_BASE=0xFFF00000
-I/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/include
-fno-builtin -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_8260 -ffixed-r2
-ffixed-r29 -mstring -DTEXT_BASE=0xFFF00000
-I/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/board -DCONFIG_PPC -D__powerpc__
-DCONFIG_8260 -ffixed-r2 -ffixed-r29 -mstring -DTEXT_BASE=0xFFF00000
-I/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/board -I.. -Bstatic
-T /home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/board/mpc8266ads/u-boot.lds
-Ttext 0xFFF00000 -n ../tools/envcrc.c -o ../tools/envcrc
ppc_82xx-gcc: 0xFFF00000: No such file or directory
/ELDK/usr/bin/../lib/gcc-lib/ppc-linux/3.2.2/../../../../ppc-linux/bin/as:
option `-n' is ambiguous
make[1]: *** [../tools/envcrc] Error 2
make[1]: Leaving directory `/home/sandhya/ATM-U-Boot-Hyd/u-boot-hyd/common'
make: *** [subdirs] Error 1
More information about the U-Boot
mailing list