[Sound-open-firmware] [PATCH] readme: Fix DSP compiler tool directy setting for platform build
In order to set the Root directory of the DSP compiler we should use --with-root-dir instead of --with-tool-dir
Signed-off-by: Sebastien Guiriec sebastien.guiriec@intel.com --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index 9212303..4a38efa 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ Build Instructions
Baytrail :-
-./configure --with-arch=xtensa --with-platform=baytrail --with-tool-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=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf
Cherrytrail :-
-./configure --with-arch=xtensa --with-platform=cherrytrail --with-tool-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=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf
3) make
On Mon, 2016-10-31 at 13:49 +0100, Sebastien Guiriec wrote:
In order to set the Root directory of the DSP compiler we should use --with-root-dir instead of --with-tool-dir
Signed-off-by: Sebastien Guiriec sebastien.guiriec@intel.com
Applied.
Thanks
Liam
participants (2)
-
Liam Girdwood
-
Sebastien Guiriec