ArduinoCore-bouffalo icon indicating copy to clipboard operation
ArduinoCore-bouffalo copied to clipboard

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

Open MartijnBraam opened this issue 2 years ago • 3 comments

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

MartijnBraam avatar Mar 23 '22 13:03 MartijnBraam

Has anyone figured out how to get around this issue?

FreeLikeGNU avatar Dec 22 '22 07:12 FreeLikeGNU

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

alberiolima avatar Sep 04 '23 22:09 alberiolima

I can confirm, compiling works now, thanks!

AgentSmith0 avatar Sep 05 '23 06:09 AgentSmith0