On Mon, Jan 19, 2015 at 2:17 AM, 鄭功蔚 <[email protected]> wrote: > Hello > > I am installing a Wi-Fi driver on to my BBB with Angstrom runiung. > As I was compiling the driver I got this error > > root@beaglebone:~/Desktop/WLAN-AIO-OSR/build# make BOARD_TYPE=arm > build udev > cd /home/root/Desktop/WLAN-AIO-OSR/build/../build/util/udev && \ > ./compat_firmware_install > Build drivers > cd /home/root/Desktop/WLAN-AIO-OSR/build/../drivers && make ARCH=arm > CROSS_COMPILE= > make: *** /lib/modules/3.8.13/build: No such file or directory. Stop. > make: *** /lib/modules/3.8.13/build: No such file or directory. Stop. > /bin/sh: line 0: [: 1: unary operator expected > make[1]: Entering directory `/home/root/Desktop/WLAN-AIO-OSR/drivers' > Makefile:23: /lib/modules/3.8.13/build/.config: No such file or directory > make[1]: *** No rule to make target `/lib/modules/3.8.13/build/.config'. > Stop. > make[1]: Leaving directory `/home/root/Desktop/WLAN-AIO-OSR/drivers' > make: *** [drivers] Error 2 > > It is saying that there is a build directory missing. > Does anyone know where can I get the directory back?
It's looking for the kernel headers.. But since your running Angstrom, good luck! Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
