Jeff,
"Undefined reference to..." errors
often occurs when you don't have a full-clean linux source codes
tree.
just try the following:
cd /usr/src/linux
make mrproper
then
make menuconfig (or make
xconfig)
make dep;make clean; make
bzImage
Tell me if it cannot solve your problems.
dony
|
- [rtl] installation troubles Jeffrey Krasky
- Re: [rtl] installation troubles Yodyium Tipsuwan
- [rtl] almost out of the woods... Jeffrey Krasky
- Re: [rtl] Re: almost out of the woods... dony
- Re: [rtl] Re: almost out of the woods... Jeffrey Krasky
- [rtl] am i done? Jeffrey Krasky