Hi,
I followed all the steps to make yocto image.
I get the following error during bitbake. How can i solve this error?
bitbake linux-imx -c compile -f
then
ERROR: oe_runmake failed
ERROR: Function failed: do_compile (log file is located at /usr/IMX/fsl-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.14.52-r0/temp/log.do_compile.18054)
ERROR: Logfile of failure stored in: /usr/IMX/fsl-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.14.52-r0/temp/log.do_compile.18054
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4 zImage CC=arm-poky-linux-gnueabi-gcc -mno-thumb-interwork -marm -fuse-ld=bfd LD=arm-poky-linux-gnueabi-ld.bfd LOADADDR=0x10008000
| GEN /usr/IMX/fsl-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.14.52-r0/build/Makefile
| scripts/kconfig/conf --silentoldconfig Kconfig
| *
| * Restart config...
| *
| *
| * Touchscreens
| *
| Touchscreens (INPUT_TOUCHSCREEN) [Y/n/?] y
| ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens (TOUCHSCREEN_ADS7846) [Y/n/m/?] y
| AD7877 based touchscreens (TOUCHSCREEN_AD7877) [N/m/y/?] n
| Analog Devices AD7879-1/AD7889-1 touchscreen interface (TOUCHSCREEN_AD7879) [N/m/y/?] n
| Atmel mXT I2C Touchscreen (TOUCHSCREEN_ATMEL_MXT) [N/m/y/?] n
| AUO in-cell touchscreen using Pixcir ICs (TOUCHSCREEN_AUO_PIXCIR) [N/m/y/?] n
| BU21013 based touch panel controllers (TOUCHSCREEN_BU21013) [N/m/y/?] n
| cy8ctmg110 touchscreen (TOUCHSCREEN_CY8CTMG110) [N/m/y/?] n
| Cypress TTSP touchscreen (TOUCHSCREEN_CYTTSP_CORE) [N/m/y/?] n
| Cypress TrueTouch Gen4 Touchscreen Driver (TOUCHSCREEN_CYTTSP4_CORE) [N/m/y/?] n
| Dialog DA9052/DA9053 TSI (TOUCHSCREEN_DA9052) [N/m/y/?] n
| Dynapro serial touchscreen (TOUCHSCREEN_DYNAPRO) [N/m/y/?] n
| Hampshire serial touchscreen (TOUCHSCREEN_HAMPSHIRE) [N/m/y/?] n
| EETI touchscreen panel support (TOUCHSCREEN_EETI) [N/m/y/?] n
| EETI eGalax multi-touch panel support (TOUCHSCREEN_EGALAX) [Y/n/m/?] y
| ELAN touchscreen input driver (TOUCHSCREEN_ELAN) [Y/n/m/?] y
| Fujitsu serial touchscreen (TOUCHSCREEN_FUJITSU) [N/m/y/?] n
| Goodix I2C touchscreen (TOUCHSCREEN_GOODIX) [N/m/y/?] (NEW) aborted!
|
| Console input/output is redirected. Run 'make oldconfig' to update configuration.
|
| /usr/IMX/fsl-bsp/build/tmp/work-shared/imx6qsabresd/kernel-source/scripts/kconfig/Makefile:36: recipe for target 'silentoldconfig' failed
| make[4]: *** [silentoldconfig] Error 1
| /usr/IMX/fsl-bsp/build/tmp/work-shared/imx6qsabresd/kernel-source/Makefile:514: recipe for target 'silentoldconfig' failed
| make[3]: *** [silentoldconfig] Error 2
| make[2]: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/kernel.release'. Stop.
| Makefile:133: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:26: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /usr/IMX/fsl-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.14.52-r0/temp/log.do_compile.18054)
ERROR: Task 4 (/usr/IMX/fsl-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.14.52.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 258 tasks of which 257 didn't need to be rerun and 1 failed.
Hi, I have a similar problem.
After all these modifications when I go to build I see the following error:
I followed all the steps to make yocto image but i need support for fortran in my rootfs so i followed this:
[yocto] How do I enabled Fortran support in Sumo?
After all these modifications when I go to build I see the folloeing error:
| ERROR: Function failed: do_compile (log file is located at /home/t2080/QorIQ-SDK-V1.8-20150619-yocto/build_t2080rdb_release/tmp/work/ppce6500-fsl-linux/gcc/4.9.2-r0/temp/log.do_compile.18765)
ERROR: Task 720 (/home/t2080/QorIQ-SDK-V1.8-20150619-yocto/meta-fsl-toolchain/recipes-devtools/gcc/gcc_4.9.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3252 tasks of which 3233 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/t2080/QorIQ-SDK-V1.8-20150619-yocto/meta-fsl-toolchain/recipes-devtools/gcc/gcc_4.9.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
I tried to clean the build but it doesn´t work.
Do you know how I can fix this?
Hi,
I am facing a similar issue(Error: "recipe for target 'silentoldconfig' failed") and I have tried to clean and build kernel image using below commands but it does to fix my issue.
$ bitbake linux-imx -c cleanall
$ bitbake linux-imx
Are there any fixes for this?
Hello,
Please to try to clean previous built.
https://community.nxp.com/message/508584
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you for help
Yasarcan