Build with cmake file on Raspberry Pi 4 Failed #783
Closed
christophezeinaty
started this conversation in
General
Replies: 1 comment 7 replies
-
This is a known issue with older version of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am trying to build my code on Raspberry pi4 to test my model inference and the build is failing, I have the following error :
/tmp/ccoKBorx.s:7901: Error: selected processor does not support
vudot.u8 q4,q8,d4[0]' in ARM mode`make[2]: *** [_deps/xnnpack-build/CMakeFiles/microkernels-prod.dir/build.make:199: _deps/xnnpack-build/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:7921: _deps/xnnpack-build/CMakeFiles/microkernels-prod.dir/all] Error 2
this code has been tested on my pc and on a Jetson Xavier AGX and it works well. Please not that I am building directly on the RPI4 and I am using a RPI4 via ssh there is no installed OS
Beta Was this translation helpful? Give feedback.
All reactions