I'm trying to implement the tutorial [Image recognition on Arm Cortex-M with CMSIS-NN and got this erro:
!mbed compile -m DISCO_F746NG -t GCC_ARM --source . --source ../ML-examples/cmsisnn-cifar10/camera_demo/camera_app/
Using targets from /content/CMSISNN_Webinar/cmsisnn_demo/mbed/e95d10626187/targets.json
[OS ERROR] Command: /content/GCC-ARM/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc --version
[ERROR] [Errno 8] Exec format error
[mbed] ERROR: "/usr/bin/python2" returned error.
Code: 1
Path: "/content/CMSISNN_Webinar/cmsisnn_demo"
Command: "/usr/bin/python2 -u /content/CMSISNN_Webinar/cmsisnn_demo/.temp/tools/make.py -t
GCC_ARM -m DISCO_F746NG --source . --source ../ML-examples/cmsisnn-cifar10/camera_demo/camera_app/ --build ./BUILD/DISCO_F746NG/GCC_ARM"
Tip: You could retry the last command with "-v" flag for verbose output
I've searched for other similar issues but I do not found anything to solve it.
I'm trying to run it on the Google Colab and the project is attached.
I hope this script help others newbies like me.
Thanks in advance.
https://github.com/amiltonrsilva/Image-recognition-on-Arm-Cortex-M-with-CMSIS-NN.git