> Signed-off-by: Gavin Hu <gavin...@arm.com> > Reviewed-by: Steve Capper <steve.cap...@arm.com> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > --- > doc/cross_compiling_sdk.txt | 58 > +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 58 insertions(+) > create mode 100644 doc/cross_compiling_sdk.txt >
<...> > + > +2. Unzip and add into the PATH > +------------------------------ > +$ tar -xvf gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu.tar.xz > +$ export PATH=$PATH:<install > +dir>/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin > +Note: For the host requirements and ohter info, refer to the release note > section: Spelling: other / other > +https://releases.linaro.org/components/toolchain/binaries/latest/ > + > +3. Getting the prerequisite library > +----------------------------------- > +-- NUMA > +--Prequisite: make sure the installed libtool version >= 2.2(run Spelling: Prequisite / Prerequisite <...> > +4. Install the numa header and lib > +---------------------------------- Make numa / NUMA above > +Copy the header files to the cross compiler's include directory: > +$ cp numa*.h <install > +dir>/gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu/bin/../aarch64-l > +inux-gnu/libc/usr/include/ Copy the numa lib to the cross compiler;s > +lib directory: Copy numa / Copy NUMA cross compiler;s / compilers <...> Reviewed-by: Marko Kovacevic <marko.kovace...@intel.com>