-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
树莓派4b armv7l 编译paddlelite报错 #10633
Comments
我按照文档来做的 |
以下上cmakeerror.log文件的信息:(我让大模型看了,给出的好多方法也试了,没解决) Determining if the pthread_create exist failed with the following output: Run Build Command:"/usr/bin/make" "cmTC_57a73/fast" File /home/pi/Downloads/Paddle-Lite/build.lite.linux.armv7hf.gcc/CMakeFiles/CMakeTmp/CheckSymbolExists.c: int main(int argc, char** argv) Determining if the function pthread_create exists in the pthreads failed with the following output: Run Build Command:"/usr/bin/make" "cmTC_c7374/fast" Performing C++ SOURCE FILE Test FMA_FOUND failed with the following output: Run Build Command:"/usr/bin/make" "cmTC_d523b/fast" Return value: 1 #include <immintrin.h> Run Build Command:"/usr/bin/make" "cmTC_c67a7/fast" Return value: 1 #include <mmintrin.h> Run Build Command:"/usr/bin/make" "cmTC_f16c1/fast" Return value: 1 #include <emmintrin.h> Run Build Command:"/usr/bin/make" "cmTC_a1442/fast" Return value: 1 #include <pmmintrin.h> Run Build Command:"/usr/bin/make" "cmTC_9913b/fast" Return value: 1 #include <immintrin.h> Run Build Command:"/usr/bin/make" "cmTC_55856/fast" Return value: 1 #include <immintrin.h> Run Build Command:"/usr/bin/make" "cmTC_bb95a/fast" Return value: 1 #include <immintrin.h> |
版本、环境信息:
1)Paddle Lite 版本:请提供您的 Paddle Lite 版本号develop
2)Host 环境:linux raspberrypi 5.10.11-v7l+ 2021 armv7l
3)运行设备环境:树莓派4b
2)本地编译:./lite/tools/build_linux.sh --arch=armv7hf --with_python=ON --with_cv=ON --with_extra=ON --with_log=ON
问题描述:报错信息为:
[ 34%] Building CXX object lite/operators/CMakeFiles/ops.dir/op_params.cc.o
[ 34%] Linking CXX static library libops.a
[ 34%] Built target ops
make[1]: *** [CMakeFiles/Makefile2:411: lite/CMakeFiles/publish_inference.dir/rule
make: *** [Makefile:222: publish_inference] Error 2
怎么解决
The text was updated successfully, but these errors were encountered: