- Mitglied seit
- 26 Jun 2006
- Beiträge
- 9
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo nach dem ich die Optionen ausgewählt habe und den Befehl make gemacht habe bekommen ich einen Fehler, ich habe den ganzen Output mal mit rein gehängt.
Vielleicht kann mir jemand einen Tipp geben.
Vielen Dank im Vorraus
Götz
[Edit frank_m24: Bitte benutzt CODE Tags für lange Ausgaben.]
Vielleicht kann mir jemand einen Tipp geben.
Vielen Dank im Vorraus
Götz
[Edit frank_m24: Bitte benutzt CODE Tags für lange Ausgaben.]
Code:
uname: illegal option -- o
usage: uname [-amnprsv]
make -j2 -C source/busybox-tools/busybox-1.9.2
HOSTCC applets/applet_tables
LD archival/built-in.o
ar: no archive members specified
usage: ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
make[2]: *** [archival/built-in.o] Error 1
make[1]: *** [archival] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from applets/../include/libbb.h:13,
from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/platform.h:145: error: conflicting types for ‘socklen_t’
/usr/include/sys/socket.h:108: error: previous declaration of ‘socklen_t’ was here
applets/../include/platform.h:187: error: conflicting types for ‘intmax_t’
/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/include/stdint.h:97: error: previous declaration of ‘intmax_t’ was here
applets/../include/platform.h:188: error: conflicting types for ‘uintmax_t’
/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/include/stdint.h:106: error: previous declaration of ‘uintmax_t’ was here
In file included from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/libbb.h:20:20: error: mntent.h: No such file or directory
applets/../include/libbb.h:34:24: error: sys/statfs.h: No such file or directory
In file included from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/libbb.h:309: error: ‘AF_PACKET’ undeclared here (not in a function)
applets/../include/libbb.h:312: error: ‘AF_NETLINK’ undeclared here (not in a function)
In file included from applets/../include/busybox.h:10,
from applets/applet_tables.c:16:
applets/../include/libbb.h:797: warning: ‘struct mntent’ declared inside parameter list
applets/../include/libbb.h:797: warning: its scope is only this definition or declaration, which is probably not what you want
make[2]: *** [applets/applet_tables] Error 1
make[1]: *** [applets] Error 2
make: *** [source/busybox-tools/busybox-1.9.2/busybox] Error 2