commit d962db280725b03a0340e05a07e4c85c93f35bc5
In WSL:
opensbi$ make all LLVM=1 PLATFORM=generic PLATFORM_RISCV_XLEN=64 FW_TEXT_START=0
opensbi$ make LLVM=1 run PLATFORM=generic
then,
opensbi$ make LLVM=1 clean
opensbi$ make all LLVM=1 PLATFORM=generic PLATFORM_RISCV_XLEN=64 FW_TEXT_START=0x1000
opensbi$ make LLVM=1 run PLATFORM=generic
There is nothing to be printed.
commit d962db280725b03a0340e05a07e4c85c93f35bc5 In WSL: opensbi$ make all LLVM=1 PLATFORM=generic PLATFORM_RISCV_XLEN=64 FW_TEXT_START=0 opensbi$ make LLVM=1 run PLATFORM=generic then, opensbi$ make LLVM=1 clean opensbi$ make all LLVM=1 PLATFORM=generic PLATFORM_RISCV_XLEN=64 FW_TEXT_START=0x1000 opensbi$ make LLVM=1 run PLATFORM=generic There is nothing to be printed.