That's close enough. Illegal Instruction typically means that your CPU doesn't support something the code needs. Currently Xerces, as provided by Sigil, requires sse2. This is most likely your issue. If you're CPU doesn't support sse2 then what you're experiencing will happen.
|