System build troubleshooting grid

Revision as of 11:19, 20 February 2019 by Registered User

Template:ArticleMainWriter Template:ArticleFirstDraftVersion


Some typical troubles related to the system build are listed below. Solutions or ways of debugging are proposed for these troubles.

If your trouble is not listed, it's recommended to go through the articles of the system build category.


Symptom Resolution
Distribution Package
repo init ...

"ERROR 404" is displayed

This error has no impact on the process
repo init ...

Some github projects are not accessible

It is convenient to indicate in your $HOME/.netrc your github credentials like below:
 machine github.com
 login "github login"
 password "github password"
Developer Package
make ...

Any build command fails

Check that the SDK is started