Tuner bazuje na procesorze MIPSEL
- jak poniżej:system type: BCM97xxx Settop Platform
processor: 0
cpu model: Brcm4380 V4.2 FPU V0.1
cpu MHz: 403.45
BogoMIPS: 403.45 ( udelay_val : 201728 HZ = 1000 )
wait instruction: yes
microsecond timers: yes
tlb_entries: 32
extra interrupt vector: yes
hardware watchpoint: no
ASEs implemente :
VCED exceptions: not available
VCEI exceptions : not available
RAC setting : Unknown
RAC Config Reg 0: 01e07000
RAC Config Reg 1: 00000000
RAC Addr Range Reg: 00000000
BRCM Config-0 Reg: e31e3406
BRCM Config-1 Reg: 00000020
Core Base Reg: 11f0000c
unaligned access: 670
Ponieważ chciałem zacząć pisać programy na tę maszynę zainstalowałem sobie Debiana (opcja instalacji przez internet). System działa bez problemu, z wyjątkiem natywnej (nie cross) kompilacji pakietów.
Chciałem skompilować pakiet wxWidgets 2.8.9 (independent open source).
Wydałem polecenie:
Kod: Zaznacz cały
./configure --prefix=/usr --with-gtk --enable-unicode --enable-optimise --disable-gui --build=mipsel && make
#bez --build=mipsel konfigurator w ogóle nie chce ruszyć
Próbowałem również skompilować pakiet MLdonkey (według tej instrukcji) i spotkałem się z tym samym błędem...
...
checking what is the type of the fifth argument of getsockopt... socklen_t
checking for gcc precompiled header bug... no
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for ar... (cached) ar
checking for strip... (cached) strip
checking for nm... nm
checking for command to install directories... /usr/bin/install -c -d
checking if make is GNU make... yes
configure: error: unknown system type mipsel-unknown-elf.
po wykonaniu polecenia:(configure: error: unknown system type mipsel-unknown-elf. )
Kod: Zaznacz cały
cvs -d :p server:anonymous@cvs.sv.gnu.org:/sources/mldonkey co -P mldonkey
cd mldonkey
./configure -build=mipsel
Nie wiem w czym dokładnie tkwi problem. Dodam również, iż kompilacja binarek na tej maszynie jest możliwa, gdyż już wcześniej udało mi się skompilować klienta NOIP2 dla tego tunera.
Dopiero zaczynam swoja przygodę z Linuksem i bardzo bym prosił o pomoc w rozwiązaniu mojego problemu.