-
Notifications
You must be signed in to change notification settings - Fork 53
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
About cross compile for SpecCPU06 #22
Comments
Hi @Xxfore, I'm not sure if this link below is what you're looking for. It mentioned I encountered the same problem as you. In my approach, I used the pre-built tools on my x86 Linux and use the |
Thank you so much for your kindness help.
Have you ever meet this error before? |
Hi, @Xxfore
In my case,
and the info of compiled 403.gcc (in 403.gcc after it compiled by RISC-V GCC) is like the following: $ cd 403.gcc
$ file ./gcc
# ./gcc: ELF 64-bit LSB executable, UCB RISC-V, version 1 (SYSV), statically linked, for GNU/Linux 4.15.0, with debug_info, not stripped I need more information about your environments. QL |
Hi,
Firstly , i hope run the benchmarks on a RISCV FPGA wich minimal linux kernel, So i want to do some cross-compile job on x86 server,
But as check your provide guide about build/run/copy instruction, I have few confuse about tool build.
Does it mean tools cant do cross-compile under such as x86 machine? it should build on a riscv machine with native compiler? From your guide and Spec official documation , i cant find any information about tool cross-compile build.
Hope your kindness reply.
The text was updated successfully, but these errors were encountered: