You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to run helloworld.c on your RISC-V Core. Howevr It can't execute helloworld.c normally on it.
First ,I have already turn the C code into elf file and put it in the folder riscv/isa_sim/images.
Then, I call "make" in the folder riscv/isa_sim.
Finally, I type "./riscv-sim -f images/hello.elf" in the folder riscv/isa_sim.
Unfortunately, It fail due to the bad memory access.
So I am considering how is your basic.elf been generate ?
And what is the original basic.c ?
Thank you ~!!
The text was updated successfully, but these errors were encountered:
Hello, I am trying to run helloworld.c on your RISC-V Core. Howevr It can't execute helloworld.c normally on it.
First ,I have already turn the C code into elf file and put it in the folder riscv/isa_sim/images.
Then, I call "make" in the folder riscv/isa_sim.
Finally, I type "./riscv-sim -f images/hello.elf" in the folder riscv/isa_sim.
Unfortunately, It fail due to the bad memory access.
So I am considering how is your basic.elf been generate ?
And what is the original basic.c ?
Thank you ~!!
The text was updated successfully, but these errors were encountered: