-
Notifications
You must be signed in to change notification settings - Fork 188
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
Zephyr dining-philosophers-sample > region `RAM' overflowed #42
Comments
There are two ways to solve this.
But I just remembered now that there is a bug in Zephyr that I forgot to report. Zephyr doesn't correctly handle RISC-V implementations without the Let me know if it works |
I could compile without errors with both ways you told me. I just left service.dts with 0xFFFF value. I changed also 32ima to 32i in file fusesoc/zephyr/cmake/compiler/gcc/target_riscv.cmake, compiled again, and no success.
|
Hallo @olofk ! |
I tried to compile the Zephyr dining-philosophers-sample without success.
Below I explain how I did it. Please let me know how did you success on compiling it.
Procedure:
Followed instructions detailed in "Zephyr support" from Readme.md
cd zephyr/samples/philosophers
west build -b service
The text was updated successfully, but these errors were encountered: