Stefan Reinauer stepan@openbios.org writes:
- Stefan Reinauer stepan@openbios.org [041105 15:32]:
- Eric W. Biederman ebiederman@lnxi.com [041105 12:52]:
On powerpc we currently have 3 ports. I have been concentrating on the embeddedplanet ep405pc. I have been able to coax it all the way through the configuration process but I'm not certain how many of the things
I have done are just hacks at the moment.
I've been looking at http://kegel.com/crosstool/ now and I'm waiting for a gcc 3.4.x for PPC 750 to finish. I'm not sure what target to build for, but it'll be ok for a try.
/opt/crosstool/powerpc-7450-linux-gnu/gcc-3.4.1-glibc-2.3.3/lib/gcc/powerpc-7450-linux-gnu/3.4.1/include/limits.h:122:61: no include path in which to search for limits.h
Weird.. has anyone seen this one before? I get it from ppc div64.h because of nostdinc it seems...
That is odd. Although it seems reasonable.
I can successfully build that part with gcc-3.4.1 so I don't know what is going on. If you want to add a ppc limits.h feel free. I'm not certain if that header file should be should come with the compiler or not...
Actually that feels like a gcc bug. Because it is your limits.h that cannot find limits.h?
Eric