• __hardfp_xxx symbols not found by gcc linker
    I am working on a project where a static library is built with the ARM tool chain using the hard-float abi, and then is linked with other object files (generated with gcc). The linker is the gcc linker...
  • How can I make static library(.a) for mali400?
    Hi, I have built and used libMali.so, libEGL.so, libGLESv1_CM.so, libGLESv2.so for linux target board. But now, I need to make libMali.a instated of .so files. I tried to get the .a but I couldn...
  • Is there another way to install opencl or to use arm compute library without opencl?
    I'd like to manipulate GPU to neural net. My environment is odroid-xu4 that constructed with exynos5422(cortex-15, cortex-7, mali-t628GPU) and TIZEN OS based linux kernel i googled about GPU, they...
  • Crosscompiling C++ Ubuntu / Raspberry Pi
    I am using Eclipse IDE to crosscomplie C++ code. When I croosscompile Linux / Ubuntu C++ code for Raspberry Pi 3B (ARM7) I have no issues with actually running the code on the target. It all works as...
  • Arm Interrupt handling for GIC controller acpi
    The generic interrupt handling layer Maybe we all know the classic __do_IRQ() in the kernel, but as the so called a 'generic interrupt handling layer' introduced, the __do_IRQ will be deprecated over...