-
Notifications
You must be signed in to change notification settings - Fork 308
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
spike pk test #20
Comments
That warning occurs when spike is trying to allocate memory but has to shrink it because the allocation fails. However, I think that the actual error is due to spike not being able to find pk. Is pk in the current directory? |
no |
The $RISCV/riscv64-unknown-elf/bin You can manually specify the full path to your |
spike: symbol lookup error: //usr/local/lib/libriscv.so: undefined symbol: _ZN6htif_t6mem_mbEv |
That's the linker being unable to find |
I added like spike: pk: On Fri, May 13, 2016 at 6:40 PM, Garret Kelly notifications@github.com
Regards, |
The problem of symbol lookup error is coming when I type " spike pk hello" Can you please tell the solution to this problem. Previously you told to add ldd before spike, but it is not giving solution. Can you please elaborate on this. |
Okay, can you run:
And paste the output? |
output is ... |
output is ... On Sun, May 15, 2016 at 10:26 PM, Suseela Budi bsl.rguiiitn@gmail.com
Regards, |
Okay, and now:
|
I did. On Sun, May 15, 2016 at 10:35 PM, Garret Kelly notifications@github.com
Regards, |
I need the output from:
|
no output. On Sun, May 15, 2016 at 10:42 PM, Garret Kelly notifications@github.com
Regards, |
Okay, that means that the symbol doesn't exist in that library. I suspect that you might have an old copy of |
i had taken from git repository only. Can you tell where the new ones are? On Sun, May 15, 2016 at 10:46 PM, Garret Kelly notifications@github.com
Regards, |
https://github.com/riscv/riscv-fesvr and https://github.com/riscv/riscv-isa-sim. Build and install |
I am following build.sh which was given in the github. I have a general doubt? Just to know.. On Sun, May 15, 2016 at 11:00 PM, Garret Kelly notifications@github.com
Regards, |
spike pk hello
warning: only got 2422210560 bytes of target mem (wanted 4294967296)
terminate called after throwing an instance of 'std::runtime_error'
what(): could not open pk
How to solve this issue
The text was updated successfully, but these errors were encountered: