Reputation: 31
How to configure RISCV tool chain to support Ada ? Does the gprBuild tool support the riscv64-unknown-elf toolchain? .....
I have tried using gprBuild tool by installing using the command:
sudo apt install gpr
After installation when searched for supported targets using the command
gprconfig --show-targets
it shows only x86-64-linux-gcc and there is nothing of RISCV tool chain
Upvotes: 2
Views: 189