• Is anyone working on Mali-T62x for Linux 4.9?
    http://malideveloper.arm.com/resources/drivers/open-source-mali-midgard-gpu-kernel-drivers/ Works on 4.8 but 4.9 expects ‘struct vm_area_struct **’ instead of ‘struct page **’ etc.
  • Is anyone working on Mali-T62x for Linux 4.9?
    http://malideveloper.arm.com/resources/drivers/open-source-mali-midgard-gpu-kernel-drivers/ Works on 4.8 but 4.9 expects ‘struct vm_area_struct **’ instead of ‘struct page **’ etc.
  • Build failed when cross-compiling using arm-linux-gnueabihf toolchain in ARM DS
    I have downloaded the latest linaro gcc arm-linux-gnueabihf for cross compilation from windows to linux. I tried to test it with a simple c++ HelloWorld code but I couldn't get the project to be successfully...
  • Build failed when cross-compiling using arm-linux-gnueabihf toolchain in ARM DS
    I have downloaded the latest linaro gcc arm-linux-gnueabihf for cross compilation from windows to linux. I tried to test it with a simple c++ HelloWorld code but I couldn't get the project to be successfully...
  • Warning: It blocks containing 32-bit Thumb instructions are deprecated in ARMv8 with GCC 4.9
    Dear colleagues. I am compiling the Intel TBB in an effort to optimize my code to the Cortex-M53, however, because I was still forced to use GCC 4.9 I'm getting some warning messages about the use of...