errors while cross compiling hosap for MIPS
Jouni Malinen
jkmaline
Fri Sep 2 19:02:08 PDT 2005
On Fri, Sep 02, 2005 at 05:32:17PM +0530, sharad wrote:
> I am facing problems while cross compiling hostapdriver for linux for MIPS.I have changed makefile to CC=mipsel-linux-gcc and tried to compile but it gives the following error:
You should not modify Makefile for this. I'm assuming you have a kernel
tree that you can cross compile for the target board (and that is
already compiled. Then you need to just run following command in the
Host AP driver root directory:
make KERNEL_PATH=/path/to/your/kernel/root/directory
(of course, with that path replaced with whatever you matches the
location of your kernel tree)
This builds the driver using the same configuration that the kernel
tree.
--
Jouni Malinen PGP id EFC895FA
More information about the Hostap
mailing list