On 2013-01-03, Martin Johnson <martin.johnson.uk.li...@googlemail.com> wrote:
> Happy New Year to All...
>
> Any ideas on solving the error message "illegal instruction (core dumped)" 
> from GCC on FreeBSD 8.3?

The error message is coming from running the newly built x264 binary,
it was probably built to use streaming SIMD extensions not supported on
the geode.

It looks like there is a way to build it without assembly optimizations,
that's probably worth a try (but I don't know FreeBSD ports enough to tell
you how to do that).

http://svnweb.freebsd.org/ports/head/multimedia/x264/Makefile?revision=305618&view=markup:

42      OPTIONS_DEFAULT= ASM PGO GPAC
43      ASM_DESC= Assembly optimizations (devel/binutils)


_______________________________________________
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to