Open GoogleCodeExporter opened 9 years ago
Keeping searching at it, it looks like it's a problem of cross-compiling, in
which case this report is irrelevant here. I read in the disctcc man page that
an exit code other than from 100 to 127 is not a distcc error. In my case i get
a 1 on the helper side, and nothing on the client side, whereras i understand
that i should be getting a 128 + 1 = 129.
I added the "-pass-exit-codes" gcc option to the Make options, but i am still
getting a code of 1, where i thought i might perhaps get a 4, translating to
132. But i get no exit code reported on the client machine at all, unlike in an
earlier attempt where i would get a 110, which i resolved by setting CC to
"gcc" from the client machine. And now with the "-pass-exit-codes" gcc option,
the distcc messages are different, i get dcc_check_backoff and
dcc_remove_disliked of the helper machine.
I'll keep searching on this cross-compiling business and hopefully will figure
it out properly. Sorry for the disturbance ; but i'll keep an eye on the fate
of this report.
Original comment by jerome.p...@gmail.com
on 16 Oct 2010 at 9:53
Original issue reported on code.google.com by
jerome.p...@gmail.com
on 16 Oct 2010 at 8:52Attachments: