-
Notifications
You must be signed in to change notification settings - Fork 8
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
在SOC目标机环境下编译最后链接时报错 #1
Comments
编译时使用的配置命令 |
修改配置脚本,解决问题了 |
Okay |
我也遇到了同样的问题,修改什么配置呢? |
我是用的是tag v24.04.01版本 |
修改库的路径,根据你实际的安装的位置,去修改配置即可。
…------------------ 原始邮件 ------------------
发件人: "sophgo/sophon_ffmpeg" ***@***.***>;
发送时间: 2024年9月24日(星期二) 中午11:27
***@***.***>;
***@***.******@***.***>;
主题: Re: [sophgo/sophon_ffmpeg] 在SOC目标机环境下编译最后链接时报错 (Issue #1)
修改配置脚本,解决问题了
我也遇到了同样的问题,修改什么配置呢?
我是用的是tag v24.04.01版本
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
LD ffmpeg_g
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 3 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 4 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 5 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 6 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 7 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 8 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 9 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 3 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 4 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 5 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 6 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 7 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 8 (>= sh_info of 3)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: .dynsym local symbol at index 9 (>= sh_info of 3)
/usr/bin/ld: warning: libvpp_cmodel.so, needed by ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: undefined reference to
bm1684x_vpp_cmodel(vpp_batch_n*, bm1684x_vpp_mat_s*, bm1684x_vpp_mat_s*, bm1684x_vpp_param_s*)' /usr/bin/ld: ./extern_lib/bm_hardware_accele/decode_arm64/lib/libbmcv.so: undefined reference to
vpp1684_cmodel_test'collect2: error: ld returned 1 exit status
make: *** [Makefile:108: ffmpeg_g] Error 1
The text was updated successfully, but these errors were encountered: