Browse By Tags

  • 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-gnueabihf

    Configured with: ../src/configure -v --with-pkgversion…

  • The LLVM AArch64 Backend

    In this blogpost, Gabor Ballabas and I share why and how we’ve set up a public buildbot for the LLVM AArch64 backend. This buildbot is part of the LLVM community’s continuous integration infrastructure.

    LLVM is an open source project providing…

  • Linux Support for the ARM Architecture

    Key benefits of Linux on ARM

    • Complete scalable operating system providing a reliable multi-tasking environment
    • Based on an open source model (GPL)
    • Leverage a wide range of UNIX and open source applications
    • Early availability on ARM processor-based …