• Is there a maximum length of compile path ?
    Hi, I have a problem something weird. I made some cpp files in my project folder and made a Makefile to compile easier. The problem is that if compile path is longer than specific length, the compile...
  • libMGD.so trying to load dependencies from wrong path?
    For a 64 bit application we were trying to get the Mali Graphics Debugger to work on an unrooted Huawai Mate 10 Lite. We followed the instructions and added the libMGD.so to the apk and called System...
  • Any suggestion on the best way to include all the paths for header files using GCC and Eclipse plugin for GNU GCC ARM?
    Hello all.. I've developed all my life using IAR and I was willing to give a try on GNU GCC for ARM. To start I have few folders and few files in a project which requires configuration to add the...
  • 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...
  • using GDB with openOCD - make gdb "forget"
    I set up a combination of gdb and openOCD under macOS (Catalina). I'm starting openOCD in one Terminal window and gdb in another one, connecting to a STM32F407G-DISC1 board (Discovery) with the following...