Building b4860qds-64b v1.8 SDK

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

Building b4860qds-64b v1.8 SDK

373 Views
chandramills
Contributor I

I get various valgrind build errors when I do a bitbake fsl-image-full.  Are there patches for these?

0 Kudos
1 Reply

310 Views
Pavel
NXP Employee
NXP Employee

We usually use the following command sequence for SDK installing under Ubuntu 14.04 and Ubuntu 16.04:

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

2.  a) command: ls -l /bin/sh

                Message:  /bin/sh -> dash

    b) command: sudo dpkg-reconfigure dash

                Answer after password – No

                Message:

                Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'

                Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'

                Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'

                Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash'

    c) command for checking: ls -l /bin/sh

                Message: /bin/sh -> bash

3. install SDK cache for e6500

4. install SDK source

5. cd <sdk-install-dir>.

6. ./sources/meta-freescale/scripts/host-prepare.sh

Usually Linux recommends also run the following command: sudo usr/sbin/visudo

Look at your Linux message dump. Are there error messages at "./sources/meta-freescale/scripts/host-prepare.sh" command?

7. bitbake fsl-image-minimal

8. bitbake fsl-image-full

Look at the following page about valgrind using:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-77FD9590-C73F-43FE-AD46-8...


Have a great day,
Pavel Chubakov

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

79808949

0 Kudos