We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, it has been already quite a few days that i've been trying to build the libraries for arm nn with onnx support. I always get to the last step and it fails. If i follow the official guide on this site, it seems like it cannot link the right compiler. I've tried other ways including this script at https://github.com/ARM-software/Tool-Solutions/blob/master/ml-tool-examples/build-armnn/build-armnn.sh . The script is to build arm nn with parser and i modified a few things to replace it with the onnx parser. This is what i get :
For the google:protobuf build error, you have to install the protobuf-all-3.5.1.tar.gz from here: https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.1
Actually, if you read the ArmNN installation guide carefully, you can find the above information from here - https://github.com/ARM-software/armnn/blob/branches/armnn_19_02/BuildGuideCrossCompilation.md
Thank you , it worked!