Hi folks,
meine Versuche, die Rev. 2922 zu kompilieren (mit replace kernel für eine 7170), brechen mit nachstehender Fehlermeldung ab. Toolchain neu bauen und make dirclean etc. brachten keine Hilfe.
Gruß, alpha1974
meine Versuche, die Rev. 2922 zu kompilieren (mit replace kernel für eine 7170), brechen mit nachstehender Fehlermeldung ab. Toolchain neu bauen und make dirclean etc. brachten keine Hilfe.
Code:
make -j2 -C source/popt-1.13
make[1]: Entering directory `/home/user1/freetz/freetz-trunk/source/popt-1.13'
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make all-recursive
make[2]: Entering directory `/home/user1/freetz/freetz-trunk/source/popt-1.13'
Making all in po
make[3]: Entering directory `/home/user1/freetz/freetz-trunk/source/popt-1.13/po'
Makefile:214: Das Ziel »nb.po« steht mehrfach in derselben Regel.
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/user1/freetz/freetz-trunk/source/popt-1.13/po'
make[3]: Entering directory `/home/user1/freetz/freetz-trunk/source/popt-1.13'
/bin/sh ./libtool --tag=CC --mode=compile /home/user1/freetz/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT findme.lo -MD -MP -MF .deps/findme.Tpo -c -o findme.lo findme.c
./libtool: line 821: X--tag=CC: command not found
./libtool: line 821: X--tag=CC: command not found
./libtool: line 854: libtool: ignoring unknown tag : command not found
./libtool: line 854: libtool: ignoring unknown tag : command not found
./libtool: line 821: X--mode=compile: command not found
./libtool: line 821: X--mode=compile: command not found
./libtool: line 988: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 989: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 988: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1132: X/home/user1/freetz/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc: No such file or directory
./libtool: line 989: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1132: X/home/user1/freetz/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc: No such file or directory
./libtool: line 1132: X-DHAVE_CONFIG_H: command not found
./libtool: line 1132: X-DHAVE_CONFIG_H: command not found
./libtool: line 1132: X-I.: command not found
./libtool: line 1132: X-I.: command not found
./libtool: line 1132: X-I.: command not found
./libtool: line 1132: X-I.: command not found
./libtool: line 1132: X-I.: command not found
./libtool: line 1132: X-I.: command not found
./libtool: line 1132: X-Os: command not found
./libtool: line 1132: X-Os: command not found
./libtool: line 1132: X-pipe: command not found
./libtool: line 1132: X-pipe: command not found
./libtool: line 1132: X-march=4kc: command not found
./libtool: line 1132: X-march=4kc: command not found
./libtool: line 1132: X-Wa,--trap: command not found
./libtool: line 1132: X-Wa,--trap: command not found
./libtool: line 1132: X-D_LARGEFILE_SOURCE: command not found
./libtool: line 1132: X-D_LARGEFILE64_SOURCE: command not found
./libtool: line 1132: X-D_LARGEFILE_SOURCE: command not found
./libtool: line 1132: X-D_LARGEFILE64_SOURCE: command not found
./libtool: line 1132: X-D_FILE_OFFSET_BITS=64: command not found
./libtool: line 1132: X-D_FILE_OFFSET_BITS=64: command not found
./libtool: line 1132: X-MT: command not found
./libtool: line 1132: Xpopt.lo: command not found
./libtool: line 1132: X-MT: command not found
./libtool: line 1132: Xfindme.lo: command not found
./libtool: line 1132: X-MD: command not found
./libtool: line 1132: X-MD: command not found
./libtool: line 1132: X-MP: command not found
./libtool: line 1132: X-MP: command not found
./libtool: line 1132: X-MF: command not found
./libtool: line 1132: X-MF: command not found
./libtool: line 1132: X.deps/findme.Tpo: No such file or directory
./libtool: line 1132: X.deps/popt.Tpo: No such file or directory
./libtool: line 1132: X-c: command not found
./libtool: line 1184: Xfindme.lo: command not found
./libtool: line 1132: X-c: command not found
./libtool: line 1184: Xpopt.lo: command not found
./libtool: line 1189: libtool: compile: cannot determine name of library object from `': command not found
make[3]: *** [findme.lo] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
./libtool: line 1189: libtool: compile: cannot determine name of library object from `': command not found
make[3]: *** [popt.lo] Fehler 1
make[3]: Leaving directory `/home/user1/freetz/freetz-trunk/source/popt-1.13'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/user1/freetz/freetz-trunk/source/popt-1.13'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/user1/freetz/freetz-trunk/source/popt-1.13'
make: *** [source/popt-1.13/.libs/libpopt.so.0.0.0] Fehler 2
Gruß, alpha1974