I am trying to install wifi and bluetooth drivers using this link, http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts on my ARM based board (microzed) running ubuntu 12.04.
As per step 2 of the link, where they have mentioned different parameters for cross compilation, I am confused on how to set these parameters because I am compiling natively on the ARM processor itself.
1.) TOOLCHAIN_PATH : What should this parameter be set to ? I am compiling natively on my processor itself. So, not sure what this should be set to.
2.) ROOTFS: What is this path generally ? How can i find this on my OS ?
3.) KERNEL_PATH: Is this the kernel header path ? I have the folder, /usr/src/kernels/3.12.0-xillinux-1.3 Is this the kernel path that I should set to ?
And the parameters below:
export CROSS_COMPILE=arm-linux-gnueabihf-
export ARCH=arm
can be left as it is or should they be changed to something else as I am compiling natively ?