pine64 / ArduinoCore-bouffalo

BL602 Arduino Core for Arduino IDE
GNU Lesser General Public License v2.1
69 stars 14 forks source link

Permission issue on Mac in Arduino IDE ver 2.0.4 #11

Open stesj4 opened 1 year ago

stesj4 commented 1 year ago

Trying to upload the Blink.ino to the Pine64 BL602 EVB ver1.2 on my M1 Mac I get the following messages:

fork/exec /Users/stefan/Library/Arduino15/packages/bouffalo/tools/riscv64-unknown-elf/0.0.1/bin/riscv64-unknown-elf-g++: permission denied

Compilation error: fork/exec /Users/stefan/Library/Arduino15/packages/bouffalo/tools/riscv64-unknown-elf/0.0.1/bin/riscv64-unknown-elf-g++: permission denied

What to do??

Greetings Stefan