Re: compiling with distcc on x86_64 from within a 32-bit chroot?

Martin Pool <[email protected]> Tue, 28 Jun 2011 12:24:54 +0100
Newsgroups gmane.comp.compilers.distcc
Message-ID <[email protected]>
I don't understand why you are setting CROSS_COMPILE; if your client
is i686 and it's reaching i686 compilers on the server it is not
really cross compilation.

I suggest you take smaller steps than trying to build a whole kernel(!)

 * does the compiler work run directly (without distcc) on the client?
 * does the compiler work run directly inside the server schroot?
 * does it work run through the script from outside the schroot on the server?
 * does it work building just one trivial C file over distcc?
 * only then try to build a whole project

Martin
__
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options:
https://lists.samba.org/mailman/listinfo/distcc