by hunter.allen » Sun Jul 15, 2012 8:06 pm
by hunter.allen
Sun Jul 15, 2012 8:06 pm
Hello all,
I've ran into this problem when attempting to compile several packages. This one should compile correctly, but it doesn't. This is the output:
- Code: Select all
allenh1@roboard:~/Downloads/ndiswrapper-1.57$ make
make -C utils
make[1]: Entering directory `/home/allenh1/Downloads/ndiswrapper-1.57/utils'
gcc -g -Wall -I../driver -o loadndisdriver loadndisdriver.c
make[1]: Leaving directory `/home/allenh1/Downloads/ndiswrapper-1.57/utils'
make -C driver
make[1]: Entering directory `/home/allenh1/Downloads/ndiswrapper-1.57/driver'
Makefile:36: *** Cannot find kernel version in /lib/modules/2.6.34.10-vortex86-sg/build, is it configured?. Stop.
make[1]: Leaving directory `/home/allenh1/Downloads/ndiswrapper-1.57/driver'
make: *** [driver] Error 2
As you can see, I have the latest vortex kernel installed. Any idea as to how I fix this problem?
Thanks,
-Hunter A.
Hello all,
I've ran into this problem when attempting to compile several packages. This one should compile correctly, but it doesn't. This is the output:
- Code: Select all
allenh1@roboard:~/Downloads/ndiswrapper-1.57$ make
make -C utils
make[1]: Entering directory `/home/allenh1/Downloads/ndiswrapper-1.57/utils'
gcc -g -Wall -I../driver -o loadndisdriver loadndisdriver.c
make[1]: Leaving directory `/home/allenh1/Downloads/ndiswrapper-1.57/utils'
make -C driver
make[1]: Entering directory `/home/allenh1/Downloads/ndiswrapper-1.57/driver'
Makefile:36: *** Cannot find kernel version in /lib/modules/2.6.34.10-vortex86-sg/build, is it configured?. Stop.
make[1]: Leaving directory `/home/allenh1/Downloads/ndiswrapper-1.57/driver'
make: *** [driver] Error 2
As you can see, I have the latest vortex kernel installed. Any idea as to how I fix this problem?
Thanks,
-Hunter A.