mirror of https://github.com/m-labs/artiq.git
doc/manual: make sure correct Clang is used
This commit is contained in:
parent
433cb948bc
commit
18f38e6242
|
@ -197,7 +197,9 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
|
||||||
::
|
::
|
||||||
|
|
||||||
$ cd ~/artiq-dev/misoc
|
$ cd ~/artiq-dev/misoc
|
||||||
$ export PATH=$PATH:/usr/local/llvm-or1k/bin
|
$ export PATH=/usr/local/llvm-or1k/bin:$PATH
|
||||||
|
|
||||||
|
.. note:: Make sure that ``/usr/local/llvm-or1k/bin`` is first in your ``PATH``, so that the ``clang`` command you just built is found instead of the system one, if any.
|
||||||
|
|
||||||
* For Pipistrello::
|
* For Pipistrello::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue