Error building wifi module

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error building wifi module

535 Views
rizwan_s
Contributor II

Hi Everyone,

I am working on wifi module for imx.6q nxp processor for android lollipop.

when i build the driver for wifi module, it shows the below error

receive.c:17:19: fatal error: stdio.h: No such file or directory
compilation terminated.

I am using arm cross compiler 4.6

Please suggest me, where am going wrong.

Regards

Rizwan Syed

Labels (2)
0 Kudos
2 Replies

424 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello rizwan,

    It is too less information you submitted about your WIFI module, so it is very hard to give you corresponding advice for your question, but generally speaking, for compiling WIFI driver, steps are like below:

------Compiling it independently to be a module( .ko)

Copy WIFI driver's source code to a directory.

------Modifying Makefile of the driver.

(1) Modifying Cross Compiler path

(2) Modifying Linux kernel path

(3) run make command

If you have done it by using above similar steps, and met issue you said, you can check if there exists the file in source code.

Hope above information can help you!

Best Regards,

Weidong

0 Kudos

424 Views
rizwan_s
Contributor II

Hi Weidong,

When am compiling the redpine wifi module independently , am getting the above error.

Thanks and Regards

Rizwan Syed

0 Kudos