This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Trying to setup Mali Graphics Debugger on armhf, mgddaemon crashes

When running hardfloat mgddaemon executable in a Raspberry Pi, I get "Illegal instruction".

Info:
pi@rpi1:~ $ dpkg --print-architecture
armhf

pi@rpi1:~ $ cat /proc/cpuinfo
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7

Hardware : BCM2835
Revision : 000e

Parents Reply Children
  • Hi Loukas,

    I think the biggest problem you have is that MGD interceptor is only delivered for ARMv7 and ARMv8 platforms the Raspberry Pi 1 is based on the ARM 11 CPU which is an ARMv6 CPU. This is probably why you get an illegal instruction exception the daemon is trying to run V7 instructions on a V6 processor.

    Hope this helps,

    Stephen