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
平台:ubuntu 22.04 编译配置: sudo ./configure --prefix=/opt/riscv --with-arch=rv64ga --with-abi=ilp32 sudo make linux -j $(nproc) 可以在opt中生成工具链,但使用对应的gcc编译程序会报错。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
平台:ubuntu 22.04
编译配置:
sudo ./configure --prefix=/opt/riscv --with-arch=rv64ga --with-abi=ilp32
sudo make linux -j $(nproc)
可以在opt中生成工具链,但使用对应的gcc编译程序会报错。
The text was updated successfully, but these errors were encountered: