Error while building QorIQ-SDK-V1.7-20141218-yocto_RDS_20150302

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error while building QorIQ-SDK-V1.7-20141218-yocto_RDS_20150302

1,338 Views
evgenyr
Contributor II

I just starter to work with LS1021A-IOT reference design ...

I have downloaded *.iso file form LS1021A-IoT Gateway Reference Design|Freescale  and I’m trying to build fsl-image-full at firs time

and got "ERROR: Task 1083 (virtual:native:/home/<user_directory>/QorIQ-SDK-V1.7-20141218-yocto_RDS_20150302/poky/meta/recipes-devtools/elfutils/elfutils_0.155.bb, do_configure) failed with exit code '1' .

Does someone has idea what may be a problem?

Thanks

Labels (1)
0 Kudos
5 Replies

982 Views
evgenyr
Contributor II

In addition, I have tried its virtual machine

http://www.freescale.com/tools/embedded-software-and-tools/run-time-software/linux-sdk/linux-sdk-for...

but what is a password to run it?

0 Kudos

982 Views
Pavel
NXP Employee
NXP Employee

Usually the following command sequence provides correct using of the SDK under Ubuntu 12 Ubuntu 14:

1. sudo apt-get install ubuntu-minimal ubuntu-standard patch vim-common sed wget subversion git-core coreutils libbonobo2-common unzip texi2html texinfo libsdl1.2-dev docbook-utils gawk python-pysqlite2 diffstat make gcc build-essential xz-utils g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libncurses5-dev cvs tofrodos

    if it is 64-bit operating system, run the following command also:

    sudo apt-get install ia32-libs lib32ncurses5

2.  sudo dpkg-reconfigure dash

then choose "No" and you're done. )

3. install SDK for your core (CORTEXA7)

4. install SDK source

5. sudo ./poky/scripts/host-prepare.sh

6. usually Linux recommends also run the following command: sudo usr/sbin/visudo

7.  $ source ./poky/fsl-setup-poky  <-m machine> [-j threads] [-t tasks] [-l]

    $ bitbake <task-name>


Have a great day,
Pavel

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

0 Kudos

982 Views
evgenyr
Contributor II

Hello Pavel

Unfortunately, it does'n solve the problem....

I am trying to use Freescale virtual machine, but its Yocto doesn't support LS1021A-IOT refernce design.

So what I do is installing the fresh QorIQ-SDK-v1.8-SOURCE-20150619-yocto.iso image, trying to compile

It take a long time ( I don't need to tell you, isn't? :smileyhappy: ) . Let's see if it done ...

I will appreciate if I can connect with you by skype... ?

Thanks you

Evgeny

0 Kudos

982 Views
evgenyr
Contributor II

Pavel,

Find out the the recently downloaded QorIQ-SDK-v1.8-SOURCE-20150619-yocto.iso

doesn't include support for LS1021A-IOT ...

Where I can get LS1021A-IOT layer?

Thanks

Evgeny

0 Kudos

982 Views
Pavel
NXP Employee
NXP Employee

Freescale offers LS1021A-IoT Gateway Reference Design SDK. This SDK is available as 3 files.

Load the LS1021A-IoT Gateway Reference Design SDK Source ISO Part A, LS1021A-IoT Gateway Reference Design SDK Source ISO Part B and LS1021A-IoT Gateway Reference Design SDK Source ISO Part C from the following page:

http://www.freescale.com/products/arm-processors/qoriq-arm-processors/ls1021a-iot-gateway-reference-...

See the following document for using these files:

http://cache.freescale.com/files/soft_dev_tools/doc/support_info/LS1021A-SDK-V1.1-ARM-SOURCE_RMF.txt...


Have a great day,
Pavel

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

0 Kudos