Some errors during fsl-image building ( Freescale Linux LS1021A SDK v0.4)

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

Some errors during fsl-image building ( Freescale Linux LS1021A SDK v0.4)

583 Views
victormazin
Contributor II

Hi

We use Freescale Linux LS1021A SDK v0.4 for building kernel images.

We got some errors during image building. Are these errors important?

Please see below:

After  the staring the command

bitbake fsl-image-full

we received the following message:

Build Configuration:

BB_VERSION = "1.22.0"

BUILD_SYS = "x86_64-linux"

NATIVELSBSTRING = "Ubuntu-14.04"

TARGET_SYS = "arm-fsl-linux-gnueabi"

MACHINE = "ls1021atwr"

DISTRO = "fsl-networking"

DISTRO_VERSION = "QorIQ-SDK-V1.8"

TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa7"

TARGET_FPU = "vfp-neon"

meta

meta-yocto

meta-yocto-bsp = "<unknown>:<unknown>"

meta-fsl-arm = "(detachedfrom5d9a9e0):error:"

meta-fsl-networking = "(detachedfrom8df6764):error:"

meta-fsl-toolchain = "(detachedfroma253b35):error:"

Regards

Victor

Labels (1)
0 Kudos
1 Reply

461 Views
Pavel
NXP Employee
NXP Employee

Use the following command sequence:

  1. 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

  1. 2.  sudo dpkg-reconfigure dash

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

  1. 3. install SDK for your core (QorIQ-SDK-v1.8-CORTEXA7-CACHE-20150619-yocto.iso)
  2. 4. install SDK source (QorIQ-SDK-v1.8-SOURCE-20150619-yocto.iso)
  3. 5. sudo ./poky/scripts/host-prepare.sh

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

  1. 7. Use as the first building:

bitbake fsl-image-minimal

  1. 8. bitbake fsl-image-full


Have a great day,
Pavel

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

0 Kudos