Hi Serhei,

On Thu, Apr 9, 2026 at 4:30 PM Serhei Makarov <[email protected]> wrote:
> On Sun, Apr 5, 2026, at 8:25 PM, Aaron Merey wrote:
> >> +#if !defined(_ASM_X86_PERF_REGS_H) && !defined(_ASM_ARM_PERF_REGS_H) && 
> >> !defined(_ASM_ARM64_PERF_REGS_H)
> >> +#error "eu-stacktrace is currently limited to x86/ARM architectures"
> >
> > configure.ac needs to be updated to check for
> > _ASM_ARM[64]_PERF_REGS_H. Currently --enable-stacktrace will fail on
> > arm/aarch64.
> Agreed, adding a more permissive configure check to the new version.
>
> > strcmp(u.machine, "armv7l") is missing == 0. Also "aarch64" should set
> > em = EM_AARCH64 instead of EM_ARM.
> Agreed, fixing wherever EM_ARM is used.
>
> I'll try and get my hands on an armhf machine tomorrow to test, but the 
> revised version I'm submitting should work. Fingers crossed.

Ok thanks.

Aaron

Reply via email to