Hi
I followed "Layerscape Software Development Kit User 21.08.pdf" chapter 6.3.1 to build LS1046ARDB IMA-EVM linux image and got this error messages.
----------------------------------------------------------------------------------------------------------------------
In file included from /media/pcp/YEN_P1/work/A518/nxp/lsdk_2108_A518/components/linux/linux/drivers/net/ethernet/freescale/sdk_dpaa/mac.h:40,
from /media/pcp/YEN_P1/work/A518/nxp/lsdk_2108_A518/components/linux/linux/drivers/staging/fsl_qbman/fsl_usdpaa.c:38:
/media/pcp/YEN_P1/work/A518/nxp/lsdk_2108_A518/components/linux/linux/drivers/net/ethernet/freescale/sdk_fman/src/inc/wrapper/lnxwrp_fsl_fman.h:46:10: fatal error: dpaa_integration_ext.h: No such file or directory
46 | #include "dpaa_integration_ext.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[6]: *** [/media/pcp/YEN_P1/work/A518/nxp/lsdk_2108_A518/components/linux/linux/scripts/Makefile.build:279: drivers/staging/fsl_qbman/fsl_usdpaa.o] Error 1
make[6]: *** Waiting for unfinished jobs....
----------------------------------------------------------------------------------------------------------------------
Does anyone know how to solve this problem?
attached is the kernel config I used.
Thx
Yen
已解决! 转到解答。
Hi @yenchao
I think CONFIG_FMAN_ARM is for ls1046 since you have build the kernel successfully.
But it doesn't work for me. I still have such problem and I don't know why. Can you give me the config file and I can give a try?
Thanks