Not able to cross compile supplicant & hostapd applications with yocto build

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

Not able to cross compile supplicant & hostapd applications with yocto build

552 Views
vikaskolapudi
Contributor I

I have imx6 Sololite Platform. Following details of the board:

platform:imx6slevk
kernel:4.9.88

Driver compilation is successful. But while compiling applications, sysroot paths are missing for compiler header files. In yocto build sysroot path is empty. We are not able to locate correct linked sysroot to toolchain.

I am attaching log file along.

Please advice.

Thanks in advance,

Abhilash

Labels (3)
0 Kudos
1 Reply

425 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Abhilash,

It seems that the sysroot path is not correct. It should be something like:

<YOCTO_BSP_DIR>/<BUILD_DIR>/tmp/sysroots/<MACHINE>

It is currently on tmp/work/<MACHINE> from what I could see on the log provided.

I hope this helps!

Regards,

0 Kudos