8000 ARM32编译报错的问题 · Issue #33 · uavs3/uavs3d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ARM32编译报错的问题 #33

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

Open
dingqian2 opened this issue Jul 13, 2023 · 1 comment
Open

ARM32编译报错的问题 #33

dingqian2 opened this issue Jul 13, 2023 · 1 comment

Comments

@dingqian2
Copy link

在CMakeLists.txt,判断平台代码有误,代码如下:
elseif("${UAVS3D_TARGET_CPU}" MATCHES "armv7")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/armv7.c")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/alf_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/deblock_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/def_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/inter_pred_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/intra_pred_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/dct2_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/itrans_dct8_dst7_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/pixel_armv7.S")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/sao_armv7.c")
list(APPEND UAVS3D_ASM_FILES "./decore/arm64/sao_kernel_armv7.S")

@debugly
Copy link
debugly commented Feb 13, 2025

刚才编译时也发现了这个问题

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
0