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
Hi, I wonder why in the wiki says that in order to generate the tool it uses exactly the same command both for rv32zfinx and rv64zfinx:
for rv64 zfinx: ./configure --prefix=/opt/rv64zfinx/ --with-arch=rv64imaczfinx --with-abi=lp64 --with-multilib-generator="rv64imaczfinx-lp64--"
for rv32: ./configure --prefix=/opt/rv32zfinx/ --with-arch=rv64imaczfinx --with-abi=lp64 --with-multilib-generator="rv64imaczfinx-lp64--"
For rv32 shouldn't it be:
./configure --prefix=/opt/rv32zfinx/ --with-arch=rv32imaczfinx --with-abi=lp32 --with-multilib-generator="rv32imaczfinx-lp32--"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I wonder why in the wiki says that in order to generate the tool it uses exactly the same command both for rv32zfinx and rv64zfinx:
for rv64 zfinx:
./configure --prefix=/opt/rv64zfinx/ --with-arch=rv64imaczfinx --with-abi=lp64 --with-multilib-generator="rv64imaczfinx-lp64--"
for rv32:
./configure --prefix=/opt/rv32zfinx/ --with-arch=rv64imaczfinx --with-abi=lp64 --with-multilib-generator="rv64imaczfinx-lp64--"
For rv32 shouldn't it be:
./configure --prefix=/opt/rv32zfinx/ --with-arch=rv32imaczfinx --with-abi=lp32 --with-multilib-generator="rv32imaczfinx-lp32--"
The text was updated successfully, but these errors were encountered: