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 @khushbur
I don't think it works in the latest kernel version real-time-edge-linux-linux_6.1.22
Hi
I guess one of these kernel config should be enabled.
CONFIG_FMAN_P3040_P4080_P5020
CONFIG_FMAN_P1023
CONFIG_FMAN_V3H
CONFIG_FMAN_V3L
CONFIG_FMAN_ARM
which one is for LS1046A?
Thx
Yen
Hi @yenchao
Did you figure it out?
Hi xinliwang,
I can build kernel successfully if I enable CONFIG_FMAN_ARM.
But I am not sure if CONFIG_FMAN_ARM is for LS1046A
Do you know which one is for LS1046A?
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