Kompilacja openwrt z svn
|
tomek3232 |
Dodano 23-02-2008 19:08
|
User
Posty: 92
Dołączył: 30/12/2006 19:09
|
Wiatm własnie chciałem skompilować OpenWrt z SVN pod platformę TI AR7
korzystałem z tego opisu
http://openwrt.livenet.pl/doku.php/dev:kompilacja-svn
a konfiguracje pakietów i platformy wykonałem według opisu z stąd
http://wiki.openwrt.org/OpenWrtDocs/Hardware/D-Link/DSL-G624T?highlight=%28CategoryAR7Device%29
niestety wynik kompilowania kończy się tak
make -r world: build failed. Please re-run make with V=99 to see what's going on
make: *** [world] Błąd 1
a całosc wygląda tak
Cytat
tomek@tomek-desktop:~/Desktop/svn/trunk$ make world
++ mkdir -p /home/tomek/Desktop/svn/trunk/staging_dir/toolchain-mipsel_gcc4.1.2
++ cd /home/tomek/Desktop/svn/trunk/staging_dir/toolchain-mipsel_gcc4.1.2
++ mkdir -p bin lib include stamp
Checking 'bison'... ok.
make[1] world
make[2] tools/install
make[3] -C tools/sed compile
make[3] -C tools/sed install
make[3] -C tools/sstrip compile
make[3] -C tools/sstrip install
make[3] -C tools/ipkg-utils compile
make[3] -C tools/ipkg-utils install
make[3] -C tools/genext2fs compile
make[3] -C tools/genext2fs install
make[3] -C tools/lzma compile
make[3] -C tools/lzma install
make[3] -C tools/squashfs compile
make[3] -C tools/squashfs install
make[3] -C tools/mtd-utils compile
make[3] -C tools/mtd-utils install
make[3] -C tools/mkimage compile
make[3] -C tools/mkimage install
make[3] -C tools/firmware-utils compile
make[3] -C tools/firmware-utils install
make[3] -C tools/patch-cmdline compile
make[3] -C tools/patch-cmdline install
make[3] -C tools/pkg-config compile
make[3] -C tools/pkg-config install
make[3] -C tools/automake compile
make[3] -C tools/automake install
make[3] -C tools/bison compile
make[3] -C tools/bison install
make[3] -C tools/dtc compile
make[3] -C tools/dtc install
make[2] toolchain/install
make[3] -C toolchain/kernel-headers prepare
make[3] -C toolchain/uClibc prepare
make[3] -C toolchain/binutils prepare
make[3] -C toolchain/binutils compile
make[3] -C toolchain/binutils install
make[3] -C toolchain/gcc prepare
make[3] -C toolchain/gcc compile
make[3] -C toolchain/uClibc compile
make[3] -C toolchain/gcc install
make[3] -C toolchain/uClibc install
make[2] target/compile
make[3] -C target/linux compile
make[4] -C target/linux/ar7 compile
make[5] -C target/linux/ar7/image compile
make[2] package/cleanup
make[2] package/compile
make[3] -C package/ar7-atm compile
make[3] -C package/base-files compile
make[3] -C package/linux-atm compile
make[3] -C package/br2684ctl compile
make[3] -C package/bridge-utils compile
make[3] -C package/busybox compile
make[3] -C package/dnsmasq compile
make[3] -C package/dropbear compile
make[3] -C package/zlib compile
make[3] -C package/openssl compile
make[3] -C package/wireless-tools compile
make[3] -C package/madwifi compile
make -r world: build failed. Please re-run make with V=99 to see what's going on
make: *** [world] Błąd 1
tomek@tomek-desktop:~/Desktop/svn/trunk$
|
|
|
|
obsy |
Dodano 23-02-2008 19:18
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Zrób make world V=99 i się dowiesz dlaczego.
Ale aktualnie wersje svn nie chcą sie kompilować, bo są dość duże zmiany robione. Poszukaj odpowiedniej rewizji które działa (wg ludzi na forum openwrt.org)
PS. Po co Ci madwifi dla AR7?
|
|
|
|
tomek3232 |
Dodano 23-02-2008 19:49
|
User
Posty: 92
Dołączył: 30/12/2006 19:09
|
powiem szczerze ze nie wiem po co mi madwifi jestem bardzo początkujący w temacie i chciałem sprobować czegoś nowego na swoim microcomie, a niestety narazie nie ma oficjalnej stabilnej wersji openwrt na ar7 więc próbowałem skompilować.....
ale dzięki za pomoc
poczytam trochę i może coś z tego wyjdzie |
|
|
|
tomek3232 |
Dodano 10-09-2008 20:01
|
User
Posty: 92
Dołączył: 30/12/2006 19:09
|
Niestety znowu nie udało mi się skompilować openwrt
Tak wygląda kawałek logu
make[5]: *** [libbackend.a] Error 1
make[5]: Leaving directory `/home/tomek/openwrt/trunk/build_dir/toolchain-mipsel_gcc4.1.2/gcc-4.1.2-initial/gcc'
make[4]: *** [all-gcc] Error 2
make[4]: Leaving directory `/home/tomek/openwrt/trunk/build_dir/toolchain-mipsel_gcc4.1.2/gcc-4.1.2-initial'
make[3]: *** [/home/tomek/openwrt/trunk/staging_dir/toolchain-mipsel_gcc4.1.2/stamp/.gcc-initial_installed] Error 2
make[3]: Leaving directory `/home/tomek/openwrt/trunk/toolchain/gcc'
make[2]: *** [toolchain/gcc/compile] Error 2
make[2]: Leaving directory `/home/tomek/openwrt/trunk'
make[1]: *** [/home/tomek/openwrt/trunk/staging_dir/mipsel/stamp/.toolchain_install] Error 2
make[1]: Leaving directory `/home/tomek/openwrt/trunk'
make: *** [world] Error 2
Czy jest mi ktoś w stanie powiedzieć co tym razem zawiodło ? |
|
|
|
obsy |
Dodano 10-09-2008 20:13
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
mhm. wywal wszystko w diabły i zrób od nowa (bo kompilacja kroskompilatora Ci coś nie idzie).
|
|
|
|
tomek3232 |
Dodano 10-09-2008 21:34
|
User
Posty: 92
Dołączył: 30/12/2006 19:09
|
już kilkakrotnie powtarzałem wszystko od początku ale niestety zawze się kończy powyższym rezultatem.
Wszystko wykonuje według tego opisu
http://www.openlinksys.info/ |
|
|
|
tomek3232 |
Dodano 10-09-2008 21:34
|
User
Posty: 92
Dołączył: 30/12/2006 19:09
|
już kilkakrotnie powtarzałem wszystko od początku ale niestety zawze się kończy powyższym rezultatem.
Wszystko wykonuje według tego opisu
http://openlinksys.info/readarticle.php?article_id=79
Przepraszam za podwójną odpowiedz
Edytowany przez tomek3232 dnia 10-09-2008 21:34
|
|
|
|
obsy |
Dodano 13-09-2008 18:57
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Sorry. Wali Ci się na kompilacji gcc. Gdyby to była kompilacją jądra, powiedział bym że masz ram w komputerze wadliwy, ale takto....
|
|
|