Mail Archives: djgpp/1997/09/20/08:16:26
Mike Stoddart writes:
>I've just downloaded the WIP package for Allegro, and I tried to make
>it using the makefile, but I get the following error:
>
>c:/djgpp/tmp/ccaaaaaa.s:286: Error: no such 386 instruction: `cpuid'
>
>Any ideas what the problem is?
You have an oldish version of djgpp, and your assembler doesn't like
that opcode. To fix it, replace the cpuid instruction with
" .byte 0x0F, 0xA2 ; "
--
Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/
Beauty is a French phonetic corruption of a short cloth neck ornament.
- Raw text -