Skip to content

Commit

Permalink
doc/manual: make sure correct Clang is used
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Aug 4, 2015
1 parent 433cb94 commit 18f38e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manual/installing.rst
Expand Up @@ -197,7 +197,9 @@ These steps are required to generate bitstream (``.bit``) files, build the 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::

Expand Down

0 comments on commit 18f38e6

Please sign in to comment.