We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am trying Cross-compiling Arm NN for Zynq-7000.I have followed the steps mentioned in this link https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/cross-compiling-arm-nn-for-the-raspberry-pi-and-tensorflow/extracting-arm-nn-on-your-raspberry-pi-and-running-a-sample-program I tried to run makefile for the Quantised Mobilenet example on my host machine (ubuntu 18.04) but I ge this error : /home/lsa/armnn-pi/armnn/build/libarmnn.so: undefined reference to `pthread_create' collect2: error: ld returned 1 exit status Makefile:14: recipe for target 'mobilenetv1_quant_tflite' failed make: *** [mobilenetv1_quant_tflite] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying Cross-compiling Arm NN for Zynq-7000.I have followed the steps mentioned in this link
https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/cross-compiling-arm-nn-for-the-raspberry-pi-and-tensorflow/extracting-arm-nn-on-your-raspberry-pi-and-running-a-sample-program
I tried to run makefile for the Quantised Mobilenet example on my host machine (ubuntu 18.04) but I ge this error :
/home/lsa/armnn-pi/armnn/build/libarmnn.so: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
Makefile:14: recipe for target 'mobilenetv1_quant_tflite' failed
make: *** [mobilenetv1_quant_tflite] Error 1
The text was updated successfully, but these errors were encountered: