On Tue, Apr 5, 2011 at 10:06, Stefan Walter <[email protected]> wrote: > (I didn't get any replies on freebsd-gecko@, so I thought I'd just send it > on freebsd-ports@, too.) > > Hi, > > I'm working on a port for pytrainer (see [1]), which uses libxul to > display GPS tracks via Google Maps or OSM. Starting the software, it > crashes with "illegal hardware instruction" and leaves a core dump behind.
Something compiled for CPU model higher than CPU, which actually run the resulting binary? For example, if I compile with -march=native on the Core2 machine and then try to run resulting binary on Pentium4, then I will obtain "Illegal Instruction" with very high probability. -- Andrew W. Nosenko <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
