pulp-platform / pulp-riscv-gnu-toolchain

Other
68 stars 50 forks source link

facing error in gcc toolchain #30

Closed ParthB96 closed 3 years ago

ParthB96 commented 3 years ago

I was running below command to genearte hex file, but its shiw error(command not found

command_error

)

command: riscv64-unknown-elf-gcc -Ofast -mabi=lp64 -march=rv64i -o hello-world.o hello-world.c

bluewww commented 3 years ago

You need to put the riscv32-unknown-elf-gcc command in your path