• unknown symbol __aeabi_uldivmod is causing my kernel module not to load. Any ideas as to why I'm seeing this? I am using gcc 4.7.2 for both the compilation of the kernel and the kernel module.
    I am compiling on an Exynos 5250-based board with Ubuntu filesystem. gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.7/lto-wrapper Target: arm-linux...
  • ARM64 Linaro toochain Link error ( R_AARCH64_LD_PREL_LO19 )
    Hi Experts, I am getting following linker error from Linaro aarch64 tool chain( aarch64-linux-gnu-gcc, gcc-linaro-aarch64-linux-gnu-4.8-2014.03_linux),  for our code which uses  pBitReverseIndex, pSignTable...
  • Compiler support for arch v7 & arch v8
    Hi all, How about the GCC compiler support of ARM arch v8 has been given. Is it full fledged, with all the options provided by ARMCC or it needs to be updated yet in future. I mean support for armcc Vs...
  • ARMv8 Compiler Issue concerning SoftVFP option
    Hi, We are currently using the DS5 ARM C/C++ Compiler for ARMv8, 4.9 [Build 422] and we are facing some issue with the --fpu=SoftVFP option. While using this option we have the following error messages...
  • GCC for ARMv7-A - Where can I get the latest version?
    Hello, I would like to download the GCC compiler for ARMv7-A. I would like it to support thumb and NEON instructions. Where can I get the latest version? Also, are there any other open source compilers...