Re: make error, unresolved symbols, berlios driver

Joerg Albert <[email protected]> Sat, 15 Nov 2003 17:01:27 +0100 (CET)
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
Hi Robin,

On Sat, 15 Nov 2003, Robin Edman wrote:

> I was trying to compile the Berlios driver (At76503-0.10), and 'make' worked fine. But after that, when I run 'make install' i get errors about unresolved symbols in the files that are compiled. I also tried to load the modules myself with 'modprobe', but modprobe says the modules are compiled for kernel-2.4.18 (I don't have this version installed, I run 2.4.20). Seems really strange to me...
>
> I have a Debian based system with kernel-2.4.20, gcc-2.9.x, and the kernel-headers.

Please check where the symbolic link
/lib/modules/`uname -r`/build
points to. The Makefile assumes this to be
the root of the kernel sources to build for.

/Jörg