i am using a AM335x Starter Kit from Sirtex.
output of cpuinfo
Processor : ARMv7 Processor rev 2 (v7l)
BogoMIPS : 718.02
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc08
CPU revision : 2
Hardware : am335xevm
Revision : 0000
Serial : 0000000000000000
i am using ti-sdk-am335x-evm-05.05.00.00 linux devkit and the arm-arago-linux-gnueabi-gcc compiler.
for my program to compile i am missing the wireless-tools from http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html in the cross compiler enviroment.
this is my compiler line:
arm-arago-linux-gnueabi-gcc -Wall -o "a.out" "main.c" -liw
how can i import the wireless-tools header for the compiler and build the libiw for the board ?