LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   [Discussion]compile error of adsl drive file xxx.src.tgz (https://www.linuxquestions.org/questions/linux-hardware-18/%5Bdiscussion%5Dcompile-error-of-adsl-drive-file-xxx-src-tgz-119398/)

legendren 11-24-2003 04:07 AM

[Discussion]compile error of adsl drive file xxx.src.tgz
 
after compiled cxacru-2003-10-05-src.tgz for conexant accessrunner usb adsl for redhat linux8.0, it indicated as below:

[root@zx root]# cd cxacru
[root@zx cxacru]# make
cd init && make clean make[1]: Entering directory `/root/cxacru/init' rm -f cxload cxioctl cxloaddbg cxloaddbgt make[1]: Leaving directory `/root/cxacru/init' cd module && make clean make[1]: Entering directory `/root/cxacru/module' rm -f cxacrunormal.o sarlib.o sartest cxacru.o cxacrudebug.o cxacrudbg.o version.h make[1]: Leaving directory `/root/cxacru/module' cd module2 && make clean make[1]: Entering directory `/root/cxacru/module2' rm -f *.o .*.flags *.ko *.mod.* .*.o.cmd .*.ko.cmd make[1]: Leaving directory `/root/cxacru/module2' cd sarlib && make clean make[1]: Entering directory `/root/cxacru/sarlib' /bin/rm -f *.o make[1]: Leaving directory `/root/cxacru/sarlib' cd panel && make clean make[1]: Entering directory `/root/cxacru/panel' rm -f cxpanel *.bak make[1]: Leaving directory `/root/cxacru/panel' cd bridged && make clean make[1]: Entering directory `/root/cxacru/bridged' rm -f br2684ctl make[1]: Leaving directory `/root/cxacru/bridged' cd init && make && make install make[1]: Entering directory `/root/cxacru/init' gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -I../include -lusb -lpthread cxload.c -o cxload gcc -O2 -Wstrict-prototypes -fomit-frame-pointer -pipe -march=i686 -Wall -DLINUX -I../include -lusb -lpthread cxioctl.c -o cxioctl make[1]: Leaving directory `/root/cxacru/init' make[1]: Entering directory `/root/cxacru/init' install -c -m 755 -p cxload cxioctl /usr/sbin make[1]: Leaving directory `/root/cxacru/init' cd firmware && make make[1]: Entering directory `/root/cxacru/firmware' install -c -m 644 -p cxfirm1.bin cxfirm2.bin cxfirm3.bin cxfirm4.bin cxfirm5.bin /usr/sbin make[1]: Leaving directory `/root/cxacru/firmware' cd module && make && make install make[1]: Entering directory `/root/cxacru/module' Makefile:15: /lib/modules/2.4.18-14/build/.config: No such file or directory make[1]: *** No rule to make target `/lib/modules/2.4.18-14/build/.config'. Stop. make[1]: Leaving directory `/root/cxacru/module' make: *** [CX_MODULE] Error 2

i confused by [CX_MODULE] Error 2appeared at last, especially Makefile:15: /lib/modules/2.4.18-14/build/.config: No such file or directory make
what is the function of ./configure?im a freshman in the linux area,plz give some advice to fix it, i downloaded the drive from sourceforge.net/projects/accessrunner
thanks very much!

zedrob 12-01-2003 08:14 AM

maybe you did not install the kernel source...(2.4.18-14) or there's a version mismatch??


All times are GMT -5. The time now is 01:56 PM.