Browse By Tags

  • SIGILL in 32bit chroot on Cortex-A57

    I'm getting a SIGILL when running a ARMv6 program in a chroot environment.

    The instruction that triggers it is

    Program received signal SIGILL, Illegal instruction.
    0x000104f0 in f ()
    (gdb) disassemble $pc
    Dump of assembler code for function f:
    => 0x000104f0…