Compilier error for Yacto project for i.MX6 Sabrelite in Daisy branch

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

Compilier error for Yacto project for i.MX6 Sabrelite in Daisy branch

跳至解决方案
1,077 次查看
hemanthsundares
Contributor I

Hello All,

 

I was trying to compile the project for the i.MX6 sabre-lite using the below set of commands in YACTO project:

 

$: mkdir ~/bin

$: curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$: chmod a+x ~/bin/repo

 

$: PATH=${PATH}:~/bin

$: mkdir fsl-community-bsp

$: cd fsl-community-bsp

$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b daisy

$: repo sync –c

 

$: MACHINE=imx6qsabrelite source ./setup-environment build

$: bitbake -k -c fetchall core-image-base

$: bitbake core-image-base

 

 

I am getting warning in fetchall phase as below:

 

WARNING: Failed to fetch URL ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-2.11.src.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/n/netbase/netbase_5.2.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.17.4.tar.xz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.38.tar.gz, attempting MIRRORS if available

WARNING: Failed to fetch URL http://zlib.net/pigz/pigz-2.3.1.tar.gz, attempting MIRRORS if available

NOTE: Tasks Summary: Attempted 207 tasks of which 3 didn't need to be rerun and all succeeded.

 

 

When I try to compile further ignoring this, the compilation breaks

 

Could someone help me on this issue?

 

 

regards,

Hemanth

Original Attachment has been moved to: log.do_configure.1622.zip

标签 (3)
1 解答
758 次查看
gary_bisson
Senior Contributor III

Hi Hemanth,

Those warnings are fine, especially since the last says "Attempted 207 tasks of which 3 didn't need to be rerun and all succeeded".

Then on the alsa-utils compilation issue, I'm not sure what is going on. But could you tell us why you use the daisy branch which is now outdated? Could you try with fido and tell us if the problem still occurs?

Regards,

Gary

在原帖中查看解决方案

2 回复数
759 次查看
gary_bisson
Senior Contributor III

Hi Hemanth,

Those warnings are fine, especially since the last says "Attempted 207 tasks of which 3 didn't need to be rerun and all succeeded".

Then on the alsa-utils compilation issue, I'm not sure what is going on. But could you tell us why you use the daisy branch which is now outdated? Could you try with fido and tell us if the problem still occurs?

Regards,

Gary

758 次查看
hemanthsundares
Contributor I

Its  working fine in fido

Thanks!!

0 项奖励