Technicavolous Posted June 20, 2020 Share Posted June 20, 2020 I'm new to building the toolchain so sorry if I missed something basic. I installed Virtualbox greater than the version noted on the instructions page. (https://docs.armbian.com/Developer-Guide_Build-Preparation/) Used the mini image at http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso per above page. During the install I did not check any options for system software. Started the os and installed git using sudo per the instructions page in the second line above. After it completed I changed to the build directory and issued the compile sudo ./compile.sh and seems to run as expected. I select Full OS Image -> Show a kernel configuration menu -> (select ANY board) -> Current, and it seems to run fine until it gets to the following error - 2013?? This is the roadblock every time for me. What step did I miss or err? After a few tries I noticed it has a very brief error on boot - but I don't see how that would cause a download error or use a file from 2013? Guidance would be awesome at this point ;] . Link to comment Share on other sites More sharing options...
Werner Posted June 20, 2020 Share Posted June 20, 2020 Confirmed. Okay, seems like a general issue, not torrent related. USE_TORRENT=no leads into the same issue. Link to comment Share on other sites More sharing options...
Werner Posted June 20, 2020 Share Posted June 20, 2020 The minimal installation seems lacking gpg. apt-get install gpg This fixes it. About 2013: Some boards, especially older ones need older toolchain to compile older sources...sometimes stuff breaks in upstream ¯\_(ツ)_/¯ Link to comment Share on other sites More sharing options...
Technicavolous Posted June 20, 2020 Author Share Posted June 20, 2020 @Werner yes that got me past the gcc linaro error thank you!! it is doing more now, looks to be going fine now thank you again! Link to comment Share on other sites More sharing options...
Werner Posted June 20, 2020 Share Posted June 20, 2020 I could compile a kernel package for a randomly selected board and kernel so I assume everything works as expected now. Link to comment Share on other sites More sharing options...
Technicavolous Posted June 21, 2020 Author Share Posted June 21, 2020 Completed without error thank you again ... although I think I will allocate more resources to the VM it took all night hihi. I understand the next run will be much faster since it doesn't have to download and build those toolchains. Thanks again Link to comment Share on other sites More sharing options...
Werner Posted June 21, 2020 Share Posted June 21, 2020 Not just because of that. Also ccache will make the next build much faster. Link to comment Share on other sites More sharing options...
Recommended Posts