Re: [Soekris] FreeBSD 8.3 / net5501: illegal instruction (core dumped)

2013-01-03 Thread Tom Huppi
On Thu, Jan 3, 2013 at 10:44 PM, Martin Johnson wrote: > 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 > su

Re: [Soekris] FreeBSD 8.3 / net5501: illegal instruction (core dumped)

2013-01-03 Thread Martin Johnson
On 4 Jan 2013, at 01:55, Stuart Henderson wrote: > On 2013-01-03, Martin Johnson 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 b

Re: [Soekris] FreeBSD 8.3 / net5501: illegal instruction (core dumped)

2013-01-03 Thread Stuart Henderson
On 2013-01-03, Martin Johnson 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 n

Re: [Soekris] FreeBSD 8.3 / net5501: illegal instruction (core dumped)

2013-01-03 Thread Chris Wilson
Hi Martin, On Thu, 3 Jan 2013, Martin Johnson wrote: > Any ideas on solving the error message "illegal instruction (core > dumped)" from GCC on FreeBSD 8.3? It's very likely to do with either the CPU type or the floating point emulation. The fault might also be in the flags that libc or anothe

[Soekris] FreeBSD 8.3 / net5501: illegal instruction (core dumped)

2013-01-03 Thread Martin Johnson
Happy New Year to All... Any ideas on solving the error message "illegal instruction (core dumped)" from GCC on FreeBSD 8.3? I normally have /etc/make.conf set to:- CPUTYPE?=pentium-mmx But today I've also tried:- CPUTYPE?=geode I also tried removing CPUTYPE entirely. Same result each tim