Displaying 2 results from an estimated 2 matches for "yarza".
Did you mean:
yara
2018 Feb 26
0
Cross-compiling for ARM Cortex-A9 on x86
...ompile a hard float test program
that doesn't include anything from the C-library and does it use the
hard-float abi? If you can then I think there is likely to be
something in the source code or in the gcc toolchain you are
configuring against.
Regards
Peter
On 23 February 2018 at 16:40, Yarza Irune via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hello list,
>
>
>
> I have some problems using LLVM version 3.8.0 to cross-compile code for ARM
> Cortex-A9 on x86.
>
>
>
> I am trying to generate LLVM IR using Clang: clang -S --emit-llvm
> --target=ar...
2018 Feb 23
2
Cross-compiling for ARM Cortex-A9 on x86
Hello list,
I have some problems using LLVM version 3.8.0 to cross-compile code for ARM Cortex-A9 on x86.
I am trying to generate LLVM IR using Clang: clang -S --emit-llvm --target=armv7a-linux-gnueabihf --sysroot=$(ARM_SYSROOT) --gcc-toolchain=$(ARM_GCC_TOOLCHAIN) -c -o translated.ll
But somehow clang it is trying to use soft-float and I get the following error: 'gnu/stubs-soft.h' file