search for: __arm_pcs_vfp

Displaying 3 results from an estimated 3 matches for "__arm_pcs_vfp".

2018 Feb 26
0
Cross-compiling for ARM Cortex-A9 on x86
...have on my Ubuntu 16.04 machine with ARM_SYSROOT and ARM_GCC_TOOLCHAIN configured to point at a Linaro Hard float toolchain and clang used the hard float abi as expected. My clang-3.8 also accepted -mfloat-abi=hard. With my gcc toolchain the gnu/stubs-soft.h file is included from gnu/stubs.h when __ARM_PCS_VFP is not defined. With this in mind the only things I can think of are: - There is something in your source code that is undefining __ARM_PCS_VFP. - Your gcc toolchain has a different stubs.h that is always soft float. As a first step; are you able to compile a hard float test program that doesn...
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
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr