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
Hello
the new toolchain is a little bit confusing sorry.
If I want to compile c code to run with on Ariane core knowing that I might use floaiting point in the code. which option should I use to build the toolchain. is this ok: ./configure --prefix=/opt/riscv --with-arch=rv32imc --with-cmodel=medlow --enable-multilib make
or I should use: ./configure --prefix=/opt/riscv --with-arch=rv64g --with-cmodel=medlow --enable-multilib
Thank you
The text was updated successfully, but these errors were encountered:
Hello
the new toolchain is a little bit confusing sorry.
If I want to compile c code to run with on Ariane core knowing that I might use floaiting point in the code. which option should I use to build the toolchain. is this ok:
./configure --prefix=/opt/riscv --with-arch=rv32imc --with-cmodel=medlow --enable-multilib make
or I should use:
./configure --prefix=/opt/riscv --with-arch=rv64g --with-cmodel=medlow --enable-multilib
Thank you
The text was updated successfully, but these errors were encountered: