cancel
Showing results for 
Search instead for 
Did you mean: 

using the tutorial to add the stm32cubeAI library to openmv. However, I get an error when I reach the compile section (1.6) and run "make CubeAI=1". The error I get is: make[1]: make[1]: execvp: arm-none-eabi-as: Permission denied

OLawa.1
Associate
 
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
gokugo
Associate II

@OLawa.1​, arm-none-eabi-as is the the portable GNU assembler.

Do you have the GNU Arm toolchain installed? Make sure you have it and have access to the path.

For Linux, use $ chmod  755 -R /path to grant permission to the folder.