Closed jsnyder closed 11 years ago
Had the same issue and the sixth build was success.
This may be due to the parallel build option, where the successful building of some things depends on other things having completed or not. You could try setting PROCS=1 in the Makefile, which maybe should be the default to make the build more deterministic
Setting PROCS=1 looks promising. Compiled successfully from the clean start at the first attempt.
I'll give this a try and will commit this if it builds cleanly for me.
That appears to be successful for me, so I'm going to push that and mark this closed for now.
With the updated patches, PROCS=1, I seem to now have to run twice to get it to complete, so this doesn't seem to be closed.
Related discussion in http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=69245
I've checked out some of those threads in the past, and a few of the other build systems (crosstools-ng), and I think some of them typically succeed on first try. What is slightly maddening for me is that even with PROCS=1 it sometimes dies and sometimes completes. I suppose I could try and catch the error in that particular binutils build and rerun that section of build automatically, but thats a pretty ugly kludge.
I'll try taking a few more swings at this in the coming days if I have time.
Is there anything new? I haven't encountered this issue anymore (have done dozen of builds in Debian 6).
I'll try doing some builds again with the latest update you sent a merge request for. It would happen for me sporadically in the past, but perhaps the newer patches have cleaned things up or improved?
perhaps the newer patches have cleaned things up or improved?
I doubt that ;)
FYI: Successful builds on Ubuntu 12.04 32-bit and 64-bit.
I suggest to close this issue. Binutils and its AVR32 patches have been updated, at least, twice since the last time.
Thanks.
Somewhat at random, builds fail with the following set of errors: