Re: KERNELPATH & madwifi
On Sat, Jun 18, 2005 at 11:59:30AM +0200, draz6 wrote :
> Bonjour,
Bonjour,
> je voudrai installer madwifi, mais quand je fais le make il me sort l'erreur suivante :
>
> make
> Makefile.inc:94: *** KERNELPATH must be defined.. Stop.
A priori, on te reclame le chemin vers les sources de ton kernel
# KERNELPATH is the path to the target kernel's build/source area.
# This is used to obtain the kernel configuration and include files.
# If automatic determination doesn't work as desired, you have to
# manually set it, for example with:
# make KERNELPATH=/path/to/kernel/source
Tu peux aussi exporter cette variable via un
# export KERNELPATH=/path/to/kernel/source
Généralement les sources se situent dans /usr/src/
Sylvain
Reply to: