cpc / openasip

Open Application-Specific Instruction Set processor tools (OpenASIP)
http://openasip.org
Other
138 stars 41 forks source link

Error running the RISC-V demo #239

Open ssql2014 opened 11 months ago

ssql2014 commented 11 months ago

tce/tce_tutorials/tce_tour$ oacc-riscv -O3 -a start.adf --output-format=bin -o crc.img main.c crc.c Error: Minimum width of: 264 required

karihepola commented 11 months ago

It seems that you have installed the elf2hex tool before you have finished installing the RISC-V toolchain, which emits an error that is not correctly handled by the compiler driver. Installing the elf2hex tool again should fix this issue. This error should be addressed better in future releases.