u-boot Fehler

Alles eine Frage des Images
Eaglefire
Neugieriger
Neugieriger
Beiträge: 10
Registriert: Montag 28. Februar 2005, 20:30

u-boot Fehler

Beitrag von Eaglefire »

( rm -rf u-boot-1.1.2 || /bin/true ) && bunzip2 -cd Archive/u-boot-1.1.2.tar.bz2 | TAPE=- tar -x && ( cd u-boot-1.1.2; patch -p1 < ../Patches/u-boot-1.1.2.diff )
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 common/Makefile
patching file cpu/mpc8xx/cpu_init.c
patching file cpu/mpc8xx/start.S
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 fs/Makefile
patching file include/cmd_confdefs.h
patching file include/commproc.h
patching file include/cramfs/cramfs_fs.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 Makefile
patching file net/bootp.c
patching file net/net.c
patching file net/tftp.c
patching file tools/Makefile
ln: Erzeugen der symbolischen Verknüpfung ?no/u-boot-config/u-boot.config? zu ?./u-boot.cdk.dbox2.h?: Datei oder Verzeichnis nicht gefunden
make: *** [.deps/u-boot] Fehler 1

Was kann ich dagegen machen? Weiß einfach nicht mehr weiter.
Boxilla
Interessierter
Interessierter
Beiträge: 67
Registriert: Sonntag 5. September 2004, 17:09

Beitrag von Boxilla »

ln: Erzeugen der symbolischen Verknüpfung ?no/u-boot-config/u-boot.config? zu ?./u-boot.cdk.dbox2.h?: Datei oder Verzeichnis nicht gefunden
du Hast den Config link vergessen.
Steht im grunde schon dran was fehlt
Eaglefire
Neugieriger
Neugieriger
Beiträge: 10
Registriert: Montag 28. Februar 2005, 20:30

Beitrag von Eaglefire »

Wieso hab ich den vergessen. Kann es sein des es falsch im Makefile steht? Übrigens habe ich ihn jetzt manuel gesetzt. Funktioniert aber immer noch nicht.