04-17-2019, 02:54 AM
(04-15-2019, 10:48 AM)AhmedZaky Wrote: Thanks for the prompt reply, as far as I understand it's installed using the following set of commands right ?hello AhmedZaky,
"./configure --prefix=/opt/riscv --with-arch=rv32imc --with-cmodel=medlow --enable-multilib
make
"
If that is the case, it's installed in the proper directory opt/riscv/bin and the directory is added to the path. If it's not, please advise how to check it.
Thanks for your support.
Also, I proceeded with the other steps until I ran " Hello example" and the RTL simulation, SDK platform was all built successfully.
Can you guide me how to build the RTL simulation and SDK platform step by step? My current understanding is that I should first create a toolchain according to the readme at https://github.com/pulp-platform/pulp-ri...-toolchain, and then follow readme of the https://github.com/pulp-platform/pulp- Sdk to build the SDK platform, my understanding is correct?