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
--with-abi=ilp32 is not supported for ISA rv64imafdc make[1]: *** [Makefile:4549: configure-gcc] Error 1 make[1]: Leaving directory '/Projects/marmik_project/shubhangi.verma/spu32/riscv-gcccd/riscv-gnu-toolchain/build-gcc-newlib-stage1' make: *** [Makefile:571: stamps/build-gcc-newlib-stage1] Error 2
The text was updated successfully, but these errors were encountered:
Hello, your toolchain is only set up for 64-bit RISC-V. I recommend building your own toolchain, e.g.
git clone --recursive https://github.com/riscv/riscv-gnu-toolchain ./configure --prefix=/opt/riscv --with-arch=rv32i --with-abi=ilp32 make
Sorry, something went wrong.
Ok we will try let u know.
No branches or pull requests
--with-abi=ilp32 is not supported for ISA rv64imafdc
make[1]: *** [Makefile:4549: configure-gcc] Error 1
make[1]: Leaving directory '/Projects/marmik_project/shubhangi.verma/spu32/riscv-gcccd/riscv-gnu-toolchain/build-gcc-newlib-stage1'
make: *** [Makefile:571: stamps/build-gcc-newlib-stage1] Error 2
The text was updated successfully, but these errors were encountered: