SDK1.7 instalation path error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SDK1.7 instalation path error

515件の閲覧回数
santosh449
Contributor I

Hi

I am using P2020 processor, I tried the installation steps mentioned in sdk1.7 document.

prepared the host with required packages, when i tried the below command, the path for build environment was not creating properly. please fnd below log. build directory was not creating

"./poky/fsl-setup-poky -m p2020rdb -j 4 -t 2 -b ../build/p2020rdb"

Log:

Run the following commands to start a build:
    bitbake fsl-image-full
    bitbake fsl-image-x11
    bitbake fsl-image-minimal
    bitbake fsl-image-flash
    bitbake fsl-image-virt
    bitbake fsl-image-core
To return to this build environment later please run:
    . /SOURCE_THIS

Please suggest if i miss any settings

Regards,

Santosh

ラベル(1)
0 件の賞賛
返信
1 返信

432件の閲覧回数
bpe
NXP Employee
NXP Employee

You specified a custom build path outside the SDK installation directory.
That may not work as you expect. Suggestions:

1. Specify the path _under_ the directory where you installed the SDK

2. The script can create a directory, but it cannot create a directory
   hierarchy. For instance, if the directory <SDK_INST_PATH>/build/
   does not exist and you specify -b  build/p2020rdb, the script will
   not create it for you, mkdir build/ first.

3. Make sure you _source_ fsl_setup_poky script instead of running
   it in a subshell.

 


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信