imx6 yacto build fails while building cross compiler for qt

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6 yacto build fails while building cross compiler for qt

ソリューションへジャンプ
1,252件の閲覧回数
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,074件の閲覧回数
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,074件の閲覧回数
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,074件の閲覧回数
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,074件の閲覧回数
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,075件の閲覧回数
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 件の賞賛
返信