Kriston Posted December 5, 2021 Posted December 5, 2021 I'm building an Ubuntu image and after it compiles the ARM objects it tries to download files from ports.ubuntu.com. For a reason I'm still trying to figure out, it's trying to get files from 127.0.0.1 (which is weird) but that's fixable. What I'd like to do is resume a build that had failed without recompiling all the ARM objects again. I'm using compile.sh. Thanks! Kriston 0 Quote
Kriston Posted December 5, 2021 Author Posted December 5, 2021 Looks like when I ran it a third time the compilation/linkage went by 100 times faster. My apologies for my confusion. 0 Quote
Werner Posted December 6, 2021 Posted December 6, 2021 Resume is not possible. However due to ccache compiling speeds up on every continuous run. 0 Quote
Kriston Posted February 6, 2022 Author Posted February 6, 2022 On 12/5/2021 at 11:32 PM, Werner said: Resume is not possible. However due to ccache compiling speeds up on every continuous run. Awesome, thanks! 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.