Build folder missing

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?
Thank you!

It's looking for the kernel headers..

But since your running Angstrom, good luck!

Regards,

Yeah… That is what i found on the web too.
Almost all the solutions are in Ubuntu.
Do you have any clue where can I found a header for this?

Please Please help me.

RobertCNelson於 2015年1月19日星期一 UTC+8下午10時29分43秒寫道: