Hi,
We have our GTK application developed on our Colibri iMX6DL 512MB, but we are now planning to port to Colibri iMX7. As our application was developed by adding several layers in yocto, we need to add the same layers in OS of Colibri iMX7. While doing so, I am facing some issues while bitbake of Colibri iMX7 OS. The error that occurs after 99% completion is
ERROR: lxterminal-git-r0 do_compile: oe_runmake failed ERROR: lxterminal-git-r0 do_compile: Function failed: do_compile (log file is located at /home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/temp/log.do_compile.15504) ERROR: Logfile of failure stored in: /home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/temp/log.do_compile.15504 Log data follows: | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] | DEBUG: Executing shell function do_compile | NOTE: make -j 4 | ERROR: oe_runmake failed | make all-recursive | make[1]: Entering directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build' | Making all in src | make[2]: Entering directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/src' | make[2]: Nothing to be done for 'all'. | make[2]: Leaving directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/src' | Making all in po | make[2]: Entering directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/po' | make[2]: Nothing to be done for 'all'. | make[2]: Leaving directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/po' | Making all in data | make[2]: Entering directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/data' | make[2]: Nothing to be done for 'all'. | make[2]: Leaving directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/data' | Making all in man | make[2]: Entering directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/man' | | Error: you need to run configure with '--enable-man' | in order to regenerate man pages. | | Makefile:535: recipe for target 'lxterminal.1' failed | make[2]: *** [lxterminal.1] Error 1 | make[2]: Leaving directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build/man' | Makefile:398: recipe for target 'all-recursive' failed | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory '/home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/build' | Makefile:339: recipe for target 'all' failed | make: *** [all] Error 2 | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /home/nishanth/yocto/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/lxterminal/git-r0/temp/log.do_compile.15504) ERROR: Task (/home/nishanth/yocto/build/../layers/meta-lxde/recipes-lxde/lxterminal/lxterminal_git.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 7035 tasks of which 7034 didn't need to be rerun and 1 failed. NOTE: Writing buildhistory
Summary: 1 task failed: /home/nishanth/yocto/build/../layers/meta-lxde/recipes-lxde/lxterminal/lxterminal_git.bb:do_compile Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
I tried several times but the same error repeats. I have attached the log file.
I also have yocto build of iMX6 in my development PC.Will there be any issues if we keep both yocto build in the same PC?
Thanks for your time.
Regards,
S.Nishanth Kumar