Ausgabe von Toolchecker falls der Fehler hier liegt:
EDIT:cvs: 1.11.22
autoconf >= 2.57a: 2.59
automake >= 1.8: 1.9.2
libtool >= 1.4.2: 1.5.8
gettext >= 0.12.1: 0.14.1
make >= 3.79: 3.80
makeinfo: 4.8
tar: 1.17
bunzip2: 1.0.3
gunzip:
patch: 2.5.4
infocmp: 5.4.20040208
gcc 2.95 or >= 3.0:
g++ 2.95 or >= 3.0:
flex: version
bison: 1.875
pkg-config: 0.21
wget: 1.10.2
Code: Alles auswählen
eis > gcc --version
2.95.3
eis > g++ --version
2.95.3
eis >
Ansonsten fliege ich immer beim u-boot bauen raus. Distclean + neu auschecken habe ich schon probiert. Ist da irgendwas faul? Habe extra viel oben drüber mit gepostet.
patching file Makefile
patching file common/Makefile
patching file common/cmd_bootm.c
patching file common/cmd_flash.c
patching file common/cmd_net.c
patching file common/cmd_nvedit.c
patching file common/devices.c
patching file common/env_common.c
patching file common/main.c
patching file cpu/mpc8xx/cpu_init.c
patching file cpu/mpc8xx/start.S
patching file fs/Makefile
patching file fs/cramfs/cramfs.c
patching file fs/cramfs/uncompress.c
patching file fs/jffs2/compr_rtime.c
patching file fs/jffs2/compr_rubin.c
patching file fs/jffs2/compr_zlib.c
patching file fs/jffs2/jffs2_1pass.c
patching file fs/jffs2/mini_inflate.c
patching file include/cmd_confdefs.h
patching file include/commproc.h
patching file include/devices.h
patching file include/flash.h
patching file include/jffs2/load_kernel.h
patching file include/lcd.h
patching file include/version.h
patching file lib_generic/crc32.c
patching file net/bootp.c
patching file net/net.c
patching file net/tftp.c
patching file tools/Makefile
cp -pR /home/tommy/tuxbox/tuxbox-cvs/boot/u-boot-tuxbox/* u-boot-1.2.0
cp -p /home/tommy/tuxbox/tuxbox-cvs/boot/u-boot-config/u-boot.config u-boot-1.2.0/include/configs/dbox2.h
make -C u-boot-1.2.0 dbox2_config
make[2]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
Configuring for dbox2 board...
make[2]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
make -C u-boot-1.2.0 CROSS_COMPILE=powerpc-tuxbox-linux-gnu- u-boot.stripped
make[2]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
for dir in tools post post/cpu ; do make -C $dir _depend ;
make[3]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/tools'
ln -s ../common/environment.c environment.c
ln -s ../lib_generic/crc32.c crc32.c
gcc: environment.o: No such file or directory
gcc: unrecognized option `-MQ'
In file included from /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/config.h:2,
from environment.c:28:
/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/configs/dbox2.h:143: too many `l's in integer constant
/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/configs/dbox2.h:230: too many `l's in integer constant
gcc: crc32.o: No such file or directory
gcc: unrecognized option `-MQ'
gcc: img2srec.o: No such file or directory
gcc: unrecognized option `-MQ'
gcc: mkimage.o: No such file or directory
gcc: unrecognized option `-MQ'
gcc: envcrc.o: No such file or directory
gcc: unrecognized option `-MQ'
In file included from /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/config.h:2,
from envcrc.c:32:
/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/configs/dbox2.h:143: too many `l's in integer constant
/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/configs/dbox2.h:230: too many `l's in integer constant
gcc: gen_eth_addr.o: No such file or directory
gcc: unrecognized option `-MQ'
gcc: bmp_logo.o: No such file or directory
gcc: unrecognized option `-MQ'
gcc: mktree.o: No such file or directory
gcc: unrecognized option `-MQ'
make[3]: *** [.depend] Error 1
make[3]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/tools'
make[3]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post'
make[3]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post'
make[3]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post'
make[3]: Nothing to befor `_depend'.
make[3]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post'
make[3]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post/cpu'
make[3]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post/cpu'
make[3]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post/cpu'
make[3]: Nothing to befor `_depend'.
make[3]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/post/cpu'
make -C tools all
make[3]: Entering directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/tools'
gcc -Wall -pedantic -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include2 -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -DTEXT_BASE=0x40000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c
gcc -Wall -pedantic -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include2 -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -DTEXT_BASE=0x40000 -DUSE_HOSTCC -O -o img2srec img2srec.o
strip img2srec
gcc -g -Wall -pedantic -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include2 -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -DTEXT_BASE=0x40000 -DUSE_HOSTCC -O -c -o mkimage.o mkimage.c
gcc -g -Wall -pedantic -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include2 -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -DTEXT_BASE=0x40000 -DUSE_HOSTCC -O -c -o crc32.o crc32.c
gcc -Wall -pedantic -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include2 -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -DTEXT_BASE=0x40000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o
strip mkimage
gcc -g -Wall -pedantic -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include2 -idirafter /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include -DTEXT_BASE=0x40000 -DUSE_HOSTCC -O -c -o envcrc.o envcrc.c
In file included from /home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/config.h:2,
from envcrc.c:32:
/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/configs/dbox2.h:143: too many `l's in integer constant
/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/include/configs/dbox2.h:230: too many `l's in integer constant
make[3]: *** [envcrc.o] Error 1
make[3]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0/tools'
make[2]: *** [tools] Error 2
make[2]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk/u-boot-1.2.0'
make[1]: *** [u-boot-1.2.0/u-boot.stripped] Error 2
make[1]: Leaving directory `/home/tommy/tuxbox/tuxbox-cvs/cdk'
make: *** [/home/tommy/tuxbox/dbox2/cdkflash/squashfs.flfs1x] Error 2