cpuid
cpuid copied to clipboard
cpuid fails on armv6, armv7: error: unknown type name 'Elf32_auxv_t'
See the full description in this issue in sfizz project which breaks: https://github.com/sfztools/sfizz/issues/1116
We've been unable to reproduce this issue. Can you provide some more information on this, like which toolchain you are using?
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
).