-
Notifications
You must be signed in to change notification settings - Fork 11
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: UART unsupported addr #2
Comments
Hi, cp ../Resources/C_programs/hello/hello_Mem.hex ./Mem.hex Bluespec RISC-V WindSoC simulation v1.2 1: top.soc_top.core.cpu.near_mem.icache.ma_ddr4_ready: Enabling MMU_Cache CPU: Bluespec RISC-V Flute v3.0 (RV64) 6: D_MMU_Cache: cache size 8 KB, associativity 2, line size 64 bytes (= 8 XLEN words) |
Hi, |
Hello
I'm trying to run the Flute hello world example, but I'm getting an error when the code tries to write to standard output.
I just built the latest bsc (commit ad02e93) with ghc 8.0.2, then checked out the latest Flute (commit c6f66da) and launched
make build_all
in the Examples/Eg040_Mergesort directory. I'm on Xubuntu 18.04 64bit.The build works, but when I try
make run_hello
I get the following output:In place of the Hello World string, I get the byte 0x1a in the terminal, followed by this error:
I tried previous commits of Flute (doing a
make clean
between versions) going as far back as August 2020 (commit 2465f93) when this tutorial was put together, but it didn't solve the issue.The text was updated successfully, but these errors were encountered: