Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPQ60xx编译正常,但是R7800编译错误:nss_arch.h丢失 #4

Open
hzjnet opened this issue Jul 14, 2024 · 10 comments
Open

IPQ60xx编译正常,但是R7800编译错误:nss_arch.h丢失 #4

hzjnet opened this issue Jul 14, 2024 · 10 comments

Comments

@hzjnet
Copy link

hzjnet commented Jul 14, 2024

错误
1 qca-mcs编译错误,对806而言是否缺对应补丁
CC [M] /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-mcs-12.5.2024.02.2726d6424/mc_netlink.o
In file included from ../qca-mcs-12.5.2024.02.27
26d6424/mc_netlink.c:23:
../qca-mcs-12.5.2024.02.2726d6424/mc_osdep.h: In function 'os_br_pass_frame_up':
../qca-mcs-12.5.2024.02.27
26d6424/mc_osdep.h:28:16: error: implicit declaration of function 'br_pass_frame_up'; did you mean 'os_br_pass_frame_up'? [-Werror=implicit-function-declaration]
28 | return br_pass_frame_up(skb, false);
| ^~~~~~~~~~~~~~~~
| os_br_pass_frame_up
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-mcs-12.5.2024.02.2726d6424/mc_netlink.o] Error 1
make[5]: *** [/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.36/Makefile:1921: /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-mcs-12.5.2024.02.27
26d6424] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.36'
make[3]: *** [Makefile:72: /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-mcs-12.5.2024.02.27~26d6424/.built] Error 2
make[3]: Leaving directory '/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/feeds/nss_packages/qca-mcs'
time: package/feeds/nss_packages/qca-mcs/compile#1.24#0.26#1.49
ERROR: package/feeds/nss_packages/qca-mcs failed to build.
make[2]: *** [package/Makefile:173: package/feeds/nss_packages/qca-mcs/compile] Error 1

2 qca-nss-drv编译错误
CC [M] /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.o
In file included from /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/nss_core.h:40,
from /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_hal/include/nss_hal.h:29,
from /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/nss_tx_rx_common.h:25,
from /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.c:26:
/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/exports/nss_api_if.h:36:10: fatal error: nss_arch.h: No such file or directory
36 | #include "nss_arch.h"
| ^~~~~~~~~~~~
compilation terminated.
make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.o] Error 1
make[5]: *** [/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.36/Makefile:1921: /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.36'
make[3]: *** [Makefile:354: /openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06~53a0dc1/.built] Error 2
make[3]: Leaving directory '/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds/feeds/nss_packages/qca-nss-drv'
time: package/feeds/nss_packages/qca-nss-drv/compile#0.61#0.28#0.88
make[2]: *** [package/Makefile:173: package/feeds/nss_packages/qca-nss-drv/compile] Error 1

以上2个错误对应源码在ipq60xx上都正常:
find *bin|grep qca-nss
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-dp_6.6.36.2024.04.165bf8b91e-r1_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv_6.6.36.12.5.2024.04.06
53a0dc1-r7_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-tun6rd_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-l2tpv2_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-pptp_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-pppoe_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-map-t_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-tunipip6_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-qdisc_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-igs_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-vlan-mgr_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-bridge-mgr_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-lag-mgr_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-gre_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-pvxlanmgr_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-eogremgr_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-clmapmgr_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-vxlanmgr_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-match_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-mirror_6.6.36.12.5.2024.03.05
9a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-drv-wifi-meshmgr_6.6.36.12.5.2024.03.059a53b18-r3_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-ecm_6.6.36.12.5.2024.06.20
92c7fa1-r2_aarch64_cortex-a53.ipk
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-nss-macsec_6.6.36.12.4.5.2023.10.16b94e22d-r1_aarch64_cortex-a53.ipk
hzjnet@ub20ip20:/openwrt/openwrt-6.x-nss-fKing-git-20240708.feeds$ find *bin|grep qca-mcs
60xx-6.x-nss-fKing-git-20240708-fbreeze303-4-ken8.bbin/targets/qualcommax/ipq60xx/packages/kmod-qca-mcs_6.6.36.12.5.2024.02.27
26d6424-r1_aarch64_cortex-a53.ipk

@King-Of-Knights
Copy link
Owner

R7800 似乎是IPQ80xx系列?

@hzjnet
Copy link
Author

hzjnet commented Jul 19, 2024

R7800 似乎是IPQ80xx系列?

IPQ806x

@King-Of-Knights
Copy link
Owner

ip80系列 建议上Q佬项目
https://github.com/qosmio/openwrt-ipq

@hzjnet
Copy link
Author

hzjnet commented Jul 20, 2024

找到对应nss_ipq806x.h后修改链接编译如下错误,应该是没有对ipq806x做适配吧:

A log1:
make[4]: Entering directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'
CC [M] /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.o
In file included from /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/nss_core.h:40,
from /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_hal/include/nss_hal.h:29,
from /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/nss_tx_rx_common.h:25,
from /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.c:26:
/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/exports/nss_api_if.h:36:10: fatal error: nss_arch.h: No such file or directory
36 | #include "nss_arch.h"
| ^~~~~~~~~~~~
compilation terminated.
make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.o] Error 1
make[5]: *** [/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40/Makefile:1921: /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
make[3]: *** [Makefile:360: /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06~53a0dc1/.built] Error 2
make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'
make[3]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/feeds/nss_packages/qca-nss-drv'
time: package/feeds/nss_packages/qca-nss-drv/compile#0.82#0.19#1.00
ERROR: package/feeds/nss_packages/qca-nss-drv failed to build.

B:具体操作
cd build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06~53a0dc1/exports/
ll
nss_arch.h -> arch/nss_.h
rm -rf nss_arch.h
ln -s arch/nss_ipq806x.h nss_arch.h

C log2:
make[4]: Entering directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'
CC [M] /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_cmn.o
CC [M] /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1/nss_core.o
../qca-nss-drv-12.5.2024.04.0653a0dc1/nss_core.c: In function 'nss_core_set_skb_classify':
../qca-nss-drv-12.5.2024.04.06
53a0dc1/nss_core.c:1111:17: error: implicit declaration of function 'skb_set_tc_classify_offload' [-Werror=implicit-function-declaration]
1111 | skb_set_tc_classify_offload(nbuf);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.0653a0dc1/nss_core.o] Error 1
make[5]: *** [/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40/Makefile:1921: /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06
53a0dc1] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'
make[3]: *** [Makefile:360: /openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-12.5.2024.04.06~53a0dc1/.built] Error 2
make[3]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/feeds/nss_packages/qca-nss-drv'
time: package/feeds/nss_packages/qca-nss-drv/compile#2.41#0.34#2.76
ERROR: package/feeds/nss_packages/qca-nss-drv failed to build.
make[2]: *** [package/Makefile:173: package/feeds/nss_packages/qca-nss-drv/compile] Error 1

@King-Of-Knights
Copy link
Owner

King-Of-Knights commented Jul 23, 2024

make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'

我看的有点乱,确定在用本项目所有内容编译吗?

@hzjnet
Copy link
Author

hzjnet commented Jul 23, 2024

make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'

我看的有点乱,确定在用本项目所有内容编译吗?

只需要看错误和处理部分即可,用LiBwrt、qosmio和您的源码都是一样的错误:对应的nss_arch.h丢失
然后用B方法处理就出现C的错误

@hzjnet hzjnet changed the title IPQ60xx编译正常,但是R7800编译错误 IPQ60xx编译正常,但是R7800编译错误:nss_arch.h丢失 Jul 25, 2024
@King-Of-Knights
Copy link
Owner

make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'

我看的有点乱,确定在用本项目所有内容编译吗?

只需要看错误和处理部分即可,用LiBwrt、qosmio和您的源码都是一样的错误:对应的nss_arch.h丢失 然后用B方法处理就出现C的错误

更新过几版了,现在还有这个问题嘛?

@hzjnet
Copy link
Author

hzjnet commented Oct 13, 2024

make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-git-breeze303-20240718-fqosmio.feeds/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.40'

我看的有点乱,确定在用本项目所有内容编译吗?

只需要看错误和处理部分即可,用LiBwrt、qosmio和您的源码都是一样的错误:对应的nss_arch.h丢失 然后用B方法处理就出现C的错误

更新过几版了,现在还有这个问题嘛?

依旧存在:
/openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-11.4.0.5.2021.09.1353e5863/exports/nss_api_if.h:33:10: fatal error: nss_arch.h: No such file or directory
33 | #include "nss_arch.h"
| ^~~~~~~~~~~~
compilation terminated.
make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-11.4.0.5.2021.09.13
53e5863/nss_cmn.o] Error 1
make[5]: *** [/openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.56/Makefile:1921: /openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-11.4.0.5.2021.09.1353e5863] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
make[3]: *** [Makefile:363: /openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/qca-nss-drv-11.4.0.5.2021.09.13
53e5863/.built] Error 2
make[4]: Leaving directory '/openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/linux-6.6.56'
make[3]: Leaving directory '/openwrt/openwrt-6.x-nss-down-breeze303-20241012-fKing-2-ipq806x/feeds/nss_packages/qca-nss-drv'
time: package/feeds/nss_packages/qca-nss-drv/compile#0.88#0.29#1.15
ERROR: package/feeds/nss_packages/qca-nss-drv failed to build.
make[2]: *** [package/Makefile:177: package/feeds/nss_packages/qca-nss-drv/compile] Error 1

@King-Of-Knights
Copy link
Owner

现在有NSS 12.5了,该问题是否还存在?

@hzjnet
Copy link
Author

hzjnet commented Nov 26, 2024

现在有NSS 12.5了,该问题是否还存在?

应该不行吧,好像没有看见有相关提交

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants