OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [docs/] [userguide/] [sw_toolchain_setup.adoc] - Diff between revs 69 and 71

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 69 Rev 71
Line 69... Line 69...
Now you have the toolchain binaries. The last step is to add them to your `PATH` environment variable (if you have not
Now you have the toolchain binaries. The last step is to add them to your `PATH` environment variable (if you have not
already done so): make sure to add the _binaries_ folder (`bin`) of your toolchain.
already done so): make sure to add the _binaries_ folder (`bin`) of your toolchain.
 
 
[source,bash]
[source,bash]
----
----
$ export PATH:$PATH:/opt/riscv/bin
$ export PATH=$PATH:/opt/riscv/bin
----
----
 
 
You should add this command to your `.bashrc` (if you are using bash) to automatically add the RISC-V
You should add this command to your `.bashrc` (if you are using bash) to automatically add the RISC-V
toolchain at every console start.
toolchain at every console start.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.