Yocto Installation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Yocto Installation

13,089 次查看
1990rahulreddy
Contributor IV

I have followed "fsl-yocto-L3.14.38_6ul-ga" document for MCIMX6 SDB Board, but, got following errors. Please, help as early as you can

After bitbake fsl-image-gui,  got following errors

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://tukaani.org/xz/xz-5.2.0.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.sourceforge.net/flex/flex-2.5.39.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'www.multiprecision.org'

ERROR: Function failed: Fetcher failure for URL: 'http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/swapnil/fsl-release-bsp/build-x11/tmp/work/x86_64-linux/libmpc-native/1.0.2-r0/temp/log.do_fetch.25793

ERROR: Task 3407 (virtual:native:/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-support/libmpc/libmpc_1.0.2.bb, do_fetch) failed with exit code '1'

标签 (2)
0 项奖励
回复
19 回复数

8,547 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Please check if You can access http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz

Have a great day,
Yuri

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

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

I have downloaded this. As, I am new to Linux..what to do next...I mean what is this files...& how to install it.?

0 项奖励
回复

8,547 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  Have You followed exactly “Freescale_Yocto_Project_User's_Guide.pdf”

from documentation, beginning from section 3 (Host Setup) ?

Regards,

Yuri.

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

I have reread that document and install again, this time I got following errors:

WARNING: Failed to fetch URL https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://dotat.at/prog/unifdef/unifdef-2.10.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.12.0.0.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL ftp://ftp.astron.com/pub/file/file-5.22.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.sourceforge.net/beecrypt/beecrypt-4.2.1.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'nchc.dl.sourceforge.net'

ERROR: Function failed: Fetcher failure for URL: 'http://downloads.sourceforge.net/beecrypt/beecrypt-4.2.1.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/swapnil/fsl-release-bsp/build-x11/tmp/work/x86_64-linux/beecrypt-native/4.2.1-r3/temp/log.do_fetch.9014

ERROR: Task 918 (virtual:native:/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb, do_fetch) failed with exit code '1'

NOTE: Tasks Summary: Attempted 301 tasks of which 0 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

Summary: 1 task failed:

  virtual:native:/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb, do_fetch

Summary: There were 8 WARNING messages shown.

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

swapnil@swapnil-Lenovo-IdeaPad-U510:~/fsl-release-bsp/build-x11$

0 项奖励
回复

8,547 次查看
saurabh206
Senior Contributor III

Hi Rahul

are you working behind the proxy?

Can you able to download manually  "https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 ?

Alternate option is that you download required package manually and create .done file in download directory.

This will progress your yocto build.

Thanks

Saurabh

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

I have downloaded it manually. What is next step

0 项奖励
回复

8,547 次查看
saurabh206
Senior Contributor III

Hi

If you downloaded "gmp-6.0.0a.tar.bz2" package manually than you need to create "gmp-6.0.0a.tar.bz2.done"  and copied it ycoto\downloads folder.

Thanks

Saurabh

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

After copying , should I do again bitbake fsl-image-gui

or what is after copying this??

Sorry, I dont know Linux too much, so I am asking the step...

0 项奖励
回复

8,547 次查看
saurabh206
Senior Contributor III

Yes , after copying this file you should run again bitbake fsl-image-gui.

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

I have run again bitbake fsl-image-gui, But, got following errors.....

WARNING: Failed to fetch URL http://rpm5.org/files/popt/popt-1.16.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://download.savannah.gnu.org/releases/acl/acl-2.2.52.src.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.3.5.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnome.org/pub/GNOME/sources/glib/2.42/glib-2.42.1.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.sourceforge.net/libusb/libusb-1.0.19.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL ftp://xmlsoft.org/libxml2/libxml2-2.9.2.tar.gz;name=libtar, attempting MIRRORS if available

WARNING: Failed to fetch URL http://kernel.org/pub/software/utils/pciutils/pciutils-3.3.0.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.sourceforge.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://fontconfig.org/release/fontconfig-2.11.1.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://cairographics.org/releases/cairo-1.12.18.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.28.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://wiki.qemu-project.org/download/qemu-2.2.0.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://xorg.freedesktop.org/releases/individual/lib/libXft-2.3.2.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.ijg.org/files/jpegsrc.v8d.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.38.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.lzop.org/download/lzop-1.03.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-006;apply=yes;striplevel=0;name=patch006, attempting MIRRORS if available

WARNING: Failed to fetch URL http://xorg.freedesktop.org/releases/individual/proto/randrproto-1.4.0.tar.bz2, attempting MIRRORS if available

WARNING: Couldn't load checksums from donestamp /home/swapnil/fsl-release-bsp/downloads/gmp-6.0.0a.tar.bz2.done: UnpicklingError (msg: invalid load key, 'B'.)

WARNING: Failed to fetch URL http://www.apache.org/dist/apr/apr-1.5.1.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://xorg.freedesktop.org/releases/individual/lib/libXv-1.0.10.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.sourceforge.net/scons/scons-2.3.4.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://www.apache.org/dist/subversion/subversion-1.8.11.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://gstreamer.freedesktop.org/src/orc/orc-0.4.23.tar.xz;name=orc, attempting MIRRORS if available

WARNING: Failed to fetch URL http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-1.2.1.tar.bz2, attempting MIRRORS if available

WARNING: Failed to fetch URL http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'downloads.us.xiph.org'

ERROR: Function failed: Fetcher failure for URL: 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/swapnil/fsl-release-bsp/build-x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/speex/1.2rc1-r2/temp/log.do_fetch.4666

ERROR: Task 4166 (/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-multimedia/speex/speex_1.2rc1.bb, do_fetch) failed with exit code '1'

NOTE: Tasks Summary: Attempted 2081 tasks of which 300 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

Summary: 1 task failed:

  /home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-multimedia/speex/speex_1.2rc1.bb, do_fetch

Summary: There were 30 WARNING messages shown.

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

0 项奖励
回复

8,547 次查看
saurabh206
Senior Contributor III

Hi Rahul

I suggest that you first fixed your network proxy issue.

After that you can build yocto successfully.

Thanks

Saurabh

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

Hi Saurabh,

I am using wifi connection. There is wifi router in office. How to fixed this Network Proxy

0 项奖励
回复

8,547 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  I hope the following helps.

Cannot download BSP 3.10.17 (Yocto)

Regards,

Yuri.

0 项奖励
回复

8,547 次查看
1990rahulreddy
Contributor IV

Hi Yuri, I followed it (But, what to write instead of myproxy.example.com. I have followed as it is whatever they have given )

Can you make .sdcard image for MCIMX6 SABRE-SDB and share via google drive, so that I can start building my application....this is taking too much time

WARNING: Failed to fetch URL http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'myproxy.example.com'

ERROR: Function failed: Fetcher failure for URL: 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/swapnil/fsl-release-bsp/build-x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/speex/1.2rc1-r2/temp/log.do_fetch.9080

ERROR: Task 4166 (/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-multimedia/speex/speex_1.2rc1.bb, do_fetch) failed with exit code '1'

WARNING: Failed to fetch URL http://lttng.org/files/urcu/userspace-rcu-0.8.6.tar.bz2, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'myproxy.example.com'

ERROR: Function failed: Fetcher failure for URL: 'http://lttng.org/files/urcu/userspace-rcu-0.8.6.tar.bz2'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/swapnil/fsl-release-bsp/build-x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.6-r0/temp/log.do_fetch.10725

ERROR: Task 5105 (/home/swapnil/fsl-release-bsp/sources/poky/meta/recipes-support/liburcu/liburcu_0.8.6.bb, do_fetch) failed with exit code '1'

0 项奖励
回复

8,547 次查看
Yuri
NXP Employee
NXP Employee

Hello,

> Can you make .sdcard image for MCIMX6 SABRE-SDB and share via google drive, so that I can start
> building my application....this is taking too much time

Please create SR - it will take some time for me too.

Regards,

Yuri.

0 项奖励
回复

8,546 次查看
Yuri
NXP Employee
NXP Employee

Hi,

Also, You may use the demo image of the previous BSP release (L3.14.28).

http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_iMX6QDLS_BUNDLE&Parent_nodeId=133769...

Regards,

Yuri.

0 项奖励
回复

8,546 次查看
1990rahulreddy
Contributor IV

    Please, see this

fsl-L3.10.53_1.1.0_iMX6qdls_Bundle

0 项奖励
回复

8,546 次查看
1990rahulreddy
Contributor IV

Yes. I have followed. But, what to do with this

http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz

0 项奖励
回复

8,546 次查看
saurabh206
Senior Contributor III

Hi Rahul,

You can go through the following link.

Yocto Training - HOME

Thanks

Saurabh

0 项奖励
回复