We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我 在执行sh build_qnsm_lib.sh对基础库进行编译的时候报错提示: CC qnsm_acl.o LD libqnsm_service.so.0.1 /usr/bin/ld:无法打开链接脚本文件 /opt/qnsm_deps/dpdk-stable-16.11.2/lib/libqnsm_service/qnsm_service.map:没有那个文件或目录 collect2: 错误:ld 返回 1 make[5]: *** [libqnsm_service.so.0.1] 错误 1 make[4]: *** [libqnsm_service] 错误 2 make[3]: *** [lib] 错误 2 make[2]: *** [all] 错误 2 make[1]: *** [pre_install] 错误 2 make: *** [install] 错误 2
请问这个.map文件是自动生成的吗, 我在文件中没有找到
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我 在执行sh build_qnsm_lib.sh对基础库进行编译的时候报错提示:
CC qnsm_acl.o
LD libqnsm_service.so.0.1
/usr/bin/ld:无法打开链接脚本文件 /opt/qnsm_deps/dpdk-stable-16.11.2/lib/libqnsm_service/qnsm_service.map:没有那个文件或目录
collect2: 错误:ld 返回 1
make[5]: *** [libqnsm_service.so.0.1] 错误 1
make[4]: *** [libqnsm_service] 错误 2
make[3]: *** [lib] 错误 2
make[2]: *** [all] 错误 2
make[1]: *** [pre_install] 错误 2
make: *** [install] 错误 2
请问这个.map文件是自动生成的吗, 我在文件中没有找到
The text was updated successfully, but these errors were encountered: