On Fri, Aug 16, 2002 at 01:08:31PM +0200, Niklaus Giger wrote: > I am trying to set up a small example for a DejaGnu example. I would > like > to cross-compile for a vxWorks/Tornado environment. I search around > for a couple of hours on the various mailing lists and google but could > not
> checking for ppc-wrs-gcc... ccppc > checking for C compiler default output... configure: error: C compiler > cannot create executables For libgloss, which was entirely a cross-development library used for embedded testing, I had to write my own GCC_WORKS_CROSS macro. This tested to make sure the complier would work by doing different tests than making an executable. GCC 2.7.2 is pretty old and crufty, btw... - rob -