Subject: Cannot execute binary file
To: None <port-powerpc@netbsd.org>
From: Andrew Cagney <cagney@mac.com>
List: port-powerpc
Date: 07/31/2001 10:25:58
Hello,

I've this program (hello.c) that runs on a kernel built around June 12 
but doesn't run on a kernel built around the end of july.

The program was built using GCC 3.0 (+ my NetBSD/PPC patches).

To reproduce the program you'll need to revert to a ~june-12 kernel, 
build GCC>3.0+patch, create the binary, switch back to an up-to-date 
kernel and then try the program.

You can't build GCC>3.0+patch on a current kernel because part of the 
build process runs a program created by that GCC (remember programs 
created by GCC>3.0 only work on old kernels :-).

Any one got any idea at all?  Perhaphs I need some compat option?

	Andrew