We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I changed the branch to cs152-sp18.
I followed the compile template to compile my code. There are some errors about undefined reference function, even though I include the lib.
I found the problem was -nostdlib option in RISCV_LINK_OPTS in Makefile for benchmark. If I omitted it, there was following error.
-nostdlib
RISCV_LINK_OPTS
riscv64-unknown-elf-gcc: error: riscv64-unknown-elf-gcc: No such file or directory.
I want to know the reason of using these options and are there any ways to compile it to get report without using these options?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I changed the branch to cs152-sp18.
I followed the compile template to compile my code. There are some errors about undefined reference function, even though I include the lib.
I found the problem was
-nostdlib
option inRISCV_LINK_OPTS
in Makefile for benchmark. If I omitted it, there was following error.I want to know the reason of using these options and are there any ways to compile it to get report without using these options?
The text was updated successfully, but these errors were encountered: