cpuid icon indicating copy to clipboard operation
cpuid copied to clipboard

cpuid fails on armv6, armv7: error: unknown type name 'Elf32_auxv_t'

Open yurivict opened this issue 2 years ago • 2 comments

See the full description in this issue in sfizz project which breaks: https://github.com/sfztools/sfizz/issues/1116

yurivict avatar Aug 02 '22 20:08 yurivict

We've been unable to reproduce this issue. Can you provide some more information on this, like which toolchain you are using?

jpihl avatar Oct 10 '22 08:10 jpihl

This problem affects FreeBSD where the interface to access the ELF aux vectors is slightly different (use function elf_aux_info, vectors are of type unsigned long).

clausecker avatar Oct 25 '23 18:10 clausecker