You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to cross-compile for arm32, which seems to have no definition for user_regs_struct, is there any workaround for this?
error: invalid application of ‘sizeof’ to incomplete type ‘Elf::CoreRegisters {aka Elf::user_regs_struct}’
memcpy(reg, &prstatus.pr_reg, sizeof(*reg));