google / wuffs

Wrangling Untrusted File Formats Safely
Other
4.06k stars 129 forks source link

__get_cpuid_count was not declared in this scope #74

Closed MichaelLi-y closed 2 years ago

MichaelLi-y commented 2 years ago

What is the reason for : error: ‘__get_cpuid_count’ was not declared in this scope ,It's in this fail:wuffs-v0.3.c

nigeltao commented 2 years ago

What C compiler are you using (and what version is it)? What's your Operating System and what CPU architecture are you running on?

MichaelLi-y commented 2 years ago

Thank you.I have solved this problem. It is the problem of GCC version, GCC 7 2.0 can be compiled successfully