On Fri, 25 Sep 2015 15:30:08 -0400
Wayne Sallee <[email protected]> wrote:

> Doing the above test produced the same error.


 Wayne,

OK, show us what the name of the illegal instruction using gdb's disas
command:

gdb g++ -c foo.cc 
(gdb) run
(gdb) bt
(gdb) disas


Then we can see what CPU specific instruction is causing the trouble
and where it is located.

A debugging example for the unsupported (SSE3) instruction fisttpl
can be seen here:

https://bugs.launchpad.net/ubuntu/+source/mplayer2/+bug/974125




  Cheers,

  Mike Shell

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to