From 18f38e6242b379275aefb1c601631ab1a42fcdd7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 4 Aug 2015 20:20:56 +0800 Subject: [PATCH] doc/manual: make sure correct Clang is used --- doc/manual/installing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index e36c3a750..9bc358753 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -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::