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
Solved! Go to Solution.
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,
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,
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.
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
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,