Skip to main content
OLawa.1
Visitor II
November 22, 2022
Question

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

  • November 22, 2022
  • 1 reply
  • 853 views

..

    This topic has been closed for replies.

    1 reply

    gokugo
    Explorer
    January 16, 2023

    @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.