I have just installed the SDK for the FOX-board on my openSUSE 10.2 system.
It was no problem till I tried to make a new fimage as descripted in your installation guide. With "make menuconfig" I only changed the boardtype to LX832 then running "./configure" and "make" and after a while make abort with: gcc-cris -isystem /home/fox/devboard-R2_01/target/cris-axis-linux-gnu/include -mlinux -mno-mul-bug-workaround -L/home/fox/devboard-R2_01/target/cris-axis-linux-gnu/lib -Wl,-rpath-link,/home/fox/devboard-R2_01/target/cris-axis-linux-gnu/lib -Wl,-E main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o md4.o chap_ms.o sha1.o pppcrypt.o multilink.o tdb.o -ldl -o pppd auth.o: In function `check_passwd': /home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5/pppd/auth.c:1341: undefined reference to `crypt' auth.o: In function `plogin': /home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5/pppd/auth.c:1556: undefined reference to `crypt' pppcrypt.o: In function `DesSetkey': /home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5/pppd/pppcrypt.c:122: undefined reference to `setkey' pppcrypt.o: In function `DesEncrypt': /home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5/pppd/pppcrypt.c:137: undefined reference to `encrypt' pppcrypt.o: In function `DesDecrypt': /home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5/pppd/pppcrypt.c:153: undefined reference to `encrypt' collect2: ld returned 1 exit status make[3]: *** [pppd] Error 1 make[3]: Leaving directory `/home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5/pppd' make[2]: *** [install-recurse] Error 1 make[2]: Leaving directory `/home/fox/devboard-R2_01/apps/ppp-2.4-R2_0_5' make[1]: *** [install-recurse] Error 1 make[1]: Leaving directory `/home/fox/devboard-R2_01' make: *** [everything] Error 2 Regards Karl
