Approved version. Approved on: 14:19, 14 October 2019
You are viewing an old version of this page. Return to the latest version.
[unchecked revision] | [quality revision] |
Lionel Vitte (talk | contribs)
|
m
|
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 ...<br> repo sync "The requested URL returned error: 404 Not Found" is displayed |
This error has no impact on the process. You can avoid this error by adding the option --no-clone-bundle to your command repo init or repo sync |
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 |
<noinclude> {{ArticleMainWriter | DenisH}} {{ArticleFirstDraftVersion}} [[Category:System build]]</noinclude> 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 [[:Category:System build|system build category]]. {{:Troubleshooting grid table template}}<onlyinclude> <includeonly> ! colspan="2" | System build |-</includeonly> ! colspan="2" | Distribution Package |- |<pre style="white-space: pre-wrap"> repo init ...<br> repo sync</pre> "The requested URL returned error: 404 Not Found" is displayed || This error has no impact on the process. You can avoid this error by adding the option '''--no-clone-bundle''' to your command ''repo init'' or ''repo sync'' |- |<pre style="white-space: pre-wrap"> repo init ...</pre> Some github projects are not accessible || It is convenient to indicate in your $HOME/.netrc your github credentials like below:<pre style="white-space: pre-wrap"> machine github.com login "github login" password "github password"</pre> |- ! colspan="2" | Developer Package |- |<pre style="white-space: pre-wrap"> make ...</pre> Any build command fails || Check that [[STM32MP1 Developer Package#Starting up the SDK|the SDK is started]]</onlyinclude> |} <noinclude> [[Category:System build]]</noinclude>
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Some typical troubles related to the '''system build''' are listed below. Solutions or ways of debugging are proposed for these troubles. |
Some typical troubles related to the '''system build''' are listed below. Solutions or ways of debugging are proposed for these troubles. |
||
Line 47: | Line 41: | ||
</onlyinclude> |
</onlyinclude> |
||
|} |
|} |
||
+ | |||
+ | <noinclude> |
||
+ | [[Category:System build]] |
||
+ | </noinclude> |