Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running the RISC-V demo #239

Open
ssql2014 opened this issue Aug 25, 2023 · 1 comment
Open

Error running the RISC-V demo #239

ssql2014 opened this issue Aug 25, 2023 · 1 comment

Comments

@ssql2014
Copy link

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
Copy link
Contributor

karihepola commented Aug 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants