You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make publish_inference -j4 V=1
[ 0%] Built target PaddlePredictor
[ 0%] Built target fbs_headers
[ 0%] Built target publish_inference_android_java_demo
[ 0%] Built target publish_inference_android_cxx_demos
Consolidate compiler generated dependencies of target PADDLELITE_OBJS
[ 96%] Built target PADDLELITE_OBJS
Consolidate compiler generated dependencies of target paddle_lite_jni
[ 96%] Linking CXX shared library libpaddle_light_api_shared.so
[ 96%] Linking CXX shared library android/jni/native/libpaddle_lite_jni.so
ld.lld: error: inline asm clobber list contains reserved registers: W18 at line 156021
Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour. at line 156021
ld.lld: error: inline asm clobber list contains reserved registers: W18 at line 156021
Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour. at line 156021
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [lite/api/libpaddle_light_api_shared.so] Error 1
make[2]: *** [lite/api/CMakeFiles/paddle_light_api_shared.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [lite/api/android/jni/native/libpaddle_lite_jni.so] Error 1
make[2]: *** [lite/api/CMakeFiles/paddle_lite_jni.dir/all] Error 2
make[1]: *** [lite/CMakeFiles/publish_inference.dir/rule] Error 2
make: *** [publish_inference] Error 2
The text was updated successfully, but these errors were encountered:
make publish_inference -j4 V=1
[ 0%] Built target PaddlePredictor
[ 0%] Built target fbs_headers
[ 0%] Built target publish_inference_android_java_demo
[ 0%] Built target publish_inference_android_cxx_demos
Consolidate compiler generated dependencies of target PADDLELITE_OBJS
[ 96%] Built target PADDLELITE_OBJS
Consolidate compiler generated dependencies of target paddle_lite_jni
[ 96%] Linking CXX shared library libpaddle_light_api_shared.so
[ 96%] Linking CXX shared library android/jni/native/libpaddle_lite_jni.so
ld.lld: error: inline asm clobber list contains reserved registers: W18 at line 156021
Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour. at line 156021
ld.lld: error: inline asm clobber list contains reserved registers: W18 at line 156021
Reserved registers on the clobber list may not be preserved across the asm statement, and clobbering them may lead to undefined behaviour. at line 156021
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [lite/api/libpaddle_light_api_shared.so] Error 1
make[2]: *** [lite/api/CMakeFiles/paddle_light_api_shared.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [lite/api/android/jni/native/libpaddle_lite_jni.so] Error 1
make[2]: *** [lite/api/CMakeFiles/paddle_lite_jni.dir/all] Error 2
make[1]: *** [lite/CMakeFiles/publish_inference.dir/rule] Error 2
make: *** [publish_inference] Error 2
The text was updated successfully, but these errors were encountered: