From a3d0b9d4aba91c22ce250ac39753ee6e7a31159e Mon Sep 17 00:00:00 2001 From: Stéphane Desneux Date: Mon, 20 Feb 2017 18:30:01 +0100 Subject: setup-sdk-environment: fix incomplete step 5 Sourcing SDK environment is required for correct build. --- getting-started/setup-sdk-environment.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/getting-started/setup-sdk-environment.md b/getting-started/setup-sdk-environment.md index 9306a73..0e9e7cd 100644 --- a/getting-started/setup-sdk-environment.md +++ b/getting-started/setup-sdk-environment.md @@ -91,7 +91,13 @@ install_sdk ~/share/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-cortexa15hf ## Step 5: build your application -You're ready to go: get the sources, run the builds ... +First, you must source the SDK environment you wish to use (you MUST repeat this step each time you open a new shell): + +```bash +source /xdt/sdk/environment-setup- +``` + +You're then ready to go: get the sources, run the builds ... ```bash git clone ; -- cgit 1.2.3-korg