pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
873 stars 296 forks source link

error: -march=IMXpulpv2: ISA string must begin with rv32 or rv64 #303

Open YuaniLee opened 5 years ago

YuaniLee commented 5 years ago

Hi: The toolchain I am using is pulp-riscv-gnu-toolchain,when i "make helloworld",i have the error: cc1: error: -march=IMXpulpv2: ISA string must begin with rv32 or rv64 Thanks!

abeitian commented 9 months ago

when I executed make helloworld.vsim, I also encountered a similar problem, similar to the following error: riscv32-unknown-elf-gcc: error: '-march=RV32IM': ISA string must begin with rv32 or rv64. Have you solved it now?