pine64 / ArduinoCore-bouffalo

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

Fatal error: invalid -march= option: `rv32imfc' #8

Open MartijnBraam opened 2 years ago

MartijnBraam commented 2 years ago

When building in the arduino IDE on linux after manually fixing up #1 on my local machine.

Assembler messages:
Fatal error: invalid -march= option: `rv32imfc'
Compilation error: Error: 2 UNKNOWN: exit status 1
FreeLikeGNU commented 1 year ago

Has anyone figured out how to get around this issue?

alberiolima commented 10 months ago

solved chmod +x ~/.arduino15/packages/bouffalo/tools/riscv64-unknown-elf/0.0.1/riscv64-unknown-elf/bin/*

AgentSmith0 commented 10 months ago

I can confirm, compiling works now, thanks!