README: Add "Pulling updates" section.
This commit is contained in:
parent
be82c4a0a7
commit
97b3a5f32c
13
README
13
README
@ -79,6 +79,19 @@ xtensa-lx106-elf-gcc -I$(THISDIR)/sdk/include -L$(THISDIR)/sdk/lib
|
|||||||
Extra -I and -L flags are not needed for standalone SDK.
|
Extra -I and -L flags are not needed for standalone SDK.
|
||||||
|
|
||||||
|
|
||||||
|
Pulling updates
|
||||||
|
===============
|
||||||
|
The project is updated from time to time, to get the updates and prepare to
|
||||||
|
build new SDK:
|
||||||
|
|
||||||
|
make clean
|
||||||
|
git pull
|
||||||
|
git submodule update
|
||||||
|
|
||||||
|
If you don't issue "make clean" (which causes toolchain and SDK to be rebuilt
|
||||||
|
from scratch on next "make"), you risk getting broken/inconsistent result.
|
||||||
|
|
||||||
|
|
||||||
Additional configuration
|
Additional configuration
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user