Displaying 1 result from an estimated 1 matches for "64_arm".
2018 Jul 01
2
Cross Compilation Problem
...n the first step. I write a hello world as test.c. I
refer to your document and download the newest version of arm toolchain.
I use the following command to try to compile the code to binary.
sudo /home/jmh/Downloads/llvm/build/bin/clang
--sysroot=/home/jmh/Downloads/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabi/arm-linux-gnueabi/libc
--gcc-toolchain=/home/jmh/Downloads/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabi/lib/gcc/arm-linux-gnueabi/
-target arm-linux-gnueabi -fuse-ld=lld -L
/home/jmh/Downloads/llvm/build/lib
-I/home/jmh/Downloads/llvm/build/include/ --rtlib=compiler-rt -o test te...