On 4 Jan 2013, at 01:55, Stuart Henderson <[email protected]> wrote:
> On 2013-01-03, Martin Johnson <[email protected]> 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) Duh-oh! Of course! Problem solved :-) Fixed by: make clean && make config && make install The 'make config' on the FreeBSD ports system just pops up a little text-mode dialog that lets you tick or untick particular options. Making sure that Assembly Optimizations were unticked was all that was needed to solve that problem. Many thanks! - Martin. _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
