imx6 yacto build fails while building cross compiler for qt

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

imx6 yacto build fails while building cross compiler for qt

跳至解决方案
1,256 次查看
chaitanyaraju
Contributor I

I'm trying to build cross compiler with qt support.

host pc: ubuntu 16.04 LTS

after issuing cmd : bitbake meta-toolchain-qt5

errors :

ERROR: Function failed: do_compile (log file is located at /home/iwg15-release-bsp/build_iwg15_qt/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+/2.24.25-r0/temp/log.do_compile.12742)
ERROR: Logfile of failure stored in: /home/iwg15-release-bsp/build_iwg15_qt/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gtk+/2.24.25-r0/temp/log.do_compile.12742

 

log file attached.

Original Attachment has been moved to: log.do_compile.12742.zip

标签 (1)
0 项奖励
回复
1 解答
1,078 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Chaitanya Raju,

You may clean the packages of a certain recipe by running:

$ bitbake -c cleanall <RECIPE>

In your case:

$ bitbake -c cleanall meta-toolchain-qt5

This deletes all output files, shared state cache and downloaded source files. You may also use cleansstate if you do not wish to delete the downloaded source files.

I hope this helps!


Regards,

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,078 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello  Chaitanya Raju,

Which BSP Release are you using?

I cannot find any references to that gtk+ error but I would recommend switching to Ubuntu 14.04 as newer releases may cause dependency issues that are hard to track and correct.

Regards,

0 项奖励
回复
1,078 次查看
chaitanyaraju
Contributor I

can u plz help me to run "clean"  for image i'm building

for example:

I'm running, bitbake meta-toolchain-qt5

and suppose after sometime compilation error and build stops. 

how can run clean and start the bitbake again ?

can i do, bitbake -c clean meta-toolchain-qt5

or

bitbake -c cleansstate meta-toolchain-qt5

plz advice.

0 项奖励
回复
1,078 次查看
chaitanyaraju
Contributor I

after getting compilation error, if i try to fix it and re run the bitbake command.

It is not compiling those packages again...How to re-compile those packages

0 项奖励
回复
1,079 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Chaitanya Raju,

You may clean the packages of a certain recipe by running:

$ bitbake -c cleanall <RECIPE>

In your case:

$ bitbake -c cleanall meta-toolchain-qt5

This deletes all output files, shared state cache and downloaded source files. You may also use cleansstate if you do not wish to delete the downloaded source files.

I hope this helps!


Regards,

0 项奖励
回复