mirror of https://github.com/thesofproject/sof.git
README: correct the root-dir, which didn't work actually
Toolchain(xtensa-root) should be installed in the same layer with the SOF repo, but maybe not in ~/source/reef/ folder. Here correct it by using relative path. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
85f893f291
commit
186806d11e
4
README
4
README
|
@ -7,11 +7,11 @@ Build Instructions
|
|||
|
||||
Baytrail :-
|
||||
|
||||
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf
|
||||
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
|
||||
|
||||
Cherrytrail :-
|
||||
|
||||
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf
|
||||
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
|
||||
|
||||
3) make
|
||||
|
||||
|
|
Loading…
Reference in New Issue