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.
--
All the best,
Serhei
- Re: [PATCH 5/6] backends/: add 32-bit ARM sample_regs ... Aaron Merey
- Re: [PATCH 5/6] backends/: add 32-bit ARM sample_r... Serhei Makarov
- [PATCH 4/6] backends/: should use size_t n_regs_mapping for... Serhei Makarov
- Re: [PATCH 4/6] backends/: should use size_t n_regs_ma... Aaron Merey
- Re: [PATCH 4/6] backends/: should use size_t n_reg... Serhei Makarov
- [PATCH 2/6] backends/: fixup x86 initreg_sample to share co... Serhei Makarov
- [PATCH 6/6] src/stacktrace.c: Enable ARM support Serhei Makarov
- Re: [PATCH 6/6] src/stacktrace.c: Enable ARM support Aaron Merey
- Re: [PATCH 6/6] src/stacktrace.c: Enable ARM suppo... Serhei Makarov
- Re: [PATCH 1/6] backends/: add aarch64 sample_regs support Aaron Merey
- Re: [PATCH 1/6] backends/: add aarch64 sample_regs sup... Serhei Makarov
