File tree Expand file tree Collapse file tree
getting_started/build-guide Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,9 +311,11 @@ switch to the `xtensa` branch.
311311 git checkout -b xtensa origin/xtensa
312312
313313 Temporarily add toolchains to your PATH variable. This is *not * required
314- when using high-level scripts described below; it's only required here or
315- when invoking CMake manually. In other words, you don't need to adjust your
316- PATH permanently because no risk of interfere with non-SOF tasks exists.
314+ when using the high-level, "every day" build scripts described in the
315+ next sections. It's only required for this once-off ``newlib `` headers
316+ step or when invoking CMake manually. In other words, you don't need to
317+ change your PATH permanently which would interfere with other, non-SOF
318+ work.
317319
318320.. code-block :: bash
319321
@@ -324,6 +326,7 @@ Build and install the newlib headers for each toolchain:
324326.. code-block :: bash
325327
326328 XTENSA_ROOT=" ${SOF_WORKSPACE} " /xtensa-root
329+ cd " ${SOF_WORKSPACE} " /newlib-xtensa
327330 time for toolchain in ../xtensa-* -elf; do
328331 ./configure --target=" ${toolchain# ../ } " --prefix=" $XTENSA_ROOT " &&
329332 make && make install || break ;
You can’t perform that action at this time.
0 commit comments