Displaying 1 result from an estimated 1 matches for "dugtest".
Did you mean:
dgtest
2008 Oct 15
1
Syslinux Digest, Vol 67, Issue 10
...then thought the solution was obviously to use the cpuid.h code
which had the "lm" flag... however I find that I cannot include both:
#include "dmi/dmi.h"
#include <cpuid.h>
As they have conflicting ideas of what the cpu flags structure should be:
In file included from dugtest.c:30:
../../com32/include/cpuid.h:80: error: conflicting types for 's_cpu_flags'
../../com32/include/dmi/dmi_processor.h:103: error: previous
declaration of 's_cpu_flags' was here
While I can maybe code around this by changing the header files, I
thought I should point this out and...