imx6 yacto build fails while building cross compiler for qt

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

imx6 yacto build fails while building cross compiler for qt

Jump to solution
873 Views
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

Labels (1)
0 Kudos
1 Solution
695 Views
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,

View solution in original post

0 Kudos
4 Replies
695 Views
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 Kudos
695 Views
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 Kudos
695 Views
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 Kudos
696 Views
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 Kudos