-
Notifications
You must be signed in to change notification settings - Fork 715
(Chipyard 1.13) GLIBC riscv-isa-sim
build error on non-RHEL9 OS
#2241
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
Comments
I am facing similar issue in Step 3, Building Toolchain Collateral , this is the exact snipped from the log file
|
This is due to the fact that there is a hard requirement of A temporary workaround would be to use 'patchelf' with desired GLIBC libraries built separately. This is a somewhat tedious process. In the long run, scripts should be updated to accommodate |
riscv-isa-sim
build error on non-RHEL9 OS
[changed title to be clearer(?), feel free to modify >_<] |
Background Work
Chipyard Version and Hash
Release: 1.13.0
latest
OS Setup
ubuntu 20.0
Other Setup
Current Behavior
Execute “module_all riscv-isa-sim --prefix="${RISCV}" --with-boost=no --with-boost-asio=no --with-boost-regex=no” and an error is reported. It is prompted to give the --host parameter.
Expected Behavior
"module_all riscv-isa-sim --prefix="${RISCV}" --with-boost=no --with-boost-asio=no --with-boost-regex=no --host=x86_64-linux-gnu" This can be executed. But I don't know if it is correct.
"module_all riscv-isa-sim --prefix="${RISCV}" --with-boost=no --with-boost-asio=no --with-boost-regex=no --host=riscv${XLEN}-unknown-elf" This still reports an error, missing libpthread, I don't know how to deal with it.
Other Information
No response
The text was updated successfully, but these errors were encountered: