sof/tools/scripts
Daniel Baluta 85fd815f86 tools: Add cmake toolchain file for cross compilation on arm64
We need this to cross-compile sof-logger for arm64.

Steps:
	* download and install cross-compiler
	* (e.g on Ubuntu: sudo apt-get install gcc-aarch64-linux-gnu)
	* mkdir tools/build/
	* cd tools/build/
	* cmake .. -DCMAKE_TOOLCHAIN_FILE=../scripts//cross-arch64.cmake
	* make sof-logger

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2021-01-07 07:16:17 +00:00
..
cross-arch64.cmake tools: Add cmake toolchain file for cross compilation on arm64 2021-01-07 07:16:17 +00:00
pretty-macro.sh license: use spdx identifier in shell scripts 2019-06-02 16:38:17 +01:00