libgloss-htif icon indicating copy to clipboard operation
libgloss-htif copied to clipboard

Printf does not work on stock Rocket with htif_wrap.specs

Open baltazarortiz opened this issue 4 years ago • 2 comments

I tested the minimal stdio wrapper using the shown command ($ riscv64-unknown-elf-gcc -O2 -specs=htif_nano.specs -specs=htif_wrap.specs -o hello tests/hello.c) and ran it on a stock Rocket core (through Chipyard and not just Rocket, if it matters), but did not get any output other than the message saying the UART is ready.

Not super sure how to debug since OpenOCD/GDB is unusably slow for me. Let me know if there is additional info I can provide!

baltazarortiz avatar May 21 '20 20:05 baltazarortiz