• GCC cross compiler builds
    Hi Experts, During the compilation of Linux kernel is the GCC toolchain is differently build for user space code, glibc code and Kernel space code ? If yes why it is build so ? Regards, Techguyz
  • Compatibility between gcc-arm and ds-5 compiler
    I am trying to build a static library with ARM DS -5, then link to this library from an executable which is built using GCC-arm. I am able to build the static library with ARM-DS-5, but when I build my...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • Cross compiling for ARM, float32x4_t cannot be resolved
    I'm trying to cross comple a bunch of C files from SMP Debian 3.2.46-1 i686 GNU/Linux to ARM Coretex-A9 platform. Linaro linaro-alip 3.0.35-02828-g5cedf96 is running on the ARM board. Problems <arm_neon...
  • ARM tools use GCC compiled library
    Hi I'm using ARM tools (RVDS4) to develop a project. Now I want to use a software lib which compiled by GCC. I read spec of GCC and add a compile flag "-mabi=aapcs" to GCC  and rebuild the lib. Question...