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
I compiled the master branch of linux-on-litex-vexriscv with installing the master branch of riscv-gnu-toolchain on Oct. 5, 2023.
When I run ./sim.py, I got the following error:
../../../../../pythondata-software-picolibc/pythondata_software_picolibc/data/meson.build:35:0: ERROR: Unknown linker(s): [['riscv64-unknown-linux-gnu-gcc-ar']]
The following exception(s) were encountered:
Running `riscv64-unknown-linux-gnu-gcc-ar --version` gave "[Errno 2] No such file or directory: 'riscv64-unknown-linux-gnu-gcc-ar'"
Can I modify meson.build to use riscv64-unknown-linux-gnu-ar instead of riscv64-unknown-linux-gnu-gcc-ar?
The text was updated successfully, but these errors were encountered:
Hi,
I compiled the master branch of
linux-on-litex-vexriscv
with installing the master branch ofriscv-gnu-toolchain
on Oct. 5, 2023.When I run
./sim.py
, I got the following error:Can I modify
meson.build
to useriscv64-unknown-linux-gnu-ar
instead ofriscv64-unknown-linux-gnu-gcc-ar
?The text was updated successfully, but these errors were encountered: