Hi, On 12/4/24 6:35 AM, aravind posina wrote:
Hi all can you help me out from the below error.ERROR: backports-cypress-5.15.58-r0 do_compile: oe_runmake failed ERROR: backports-cypress-5.15.58-r0 do_compile: ExecutionError('/home/phytec/sanava-kernel/yocto/build/tmp/work/phyboard_segin_imx6ul_7-phytec-linux-gnueabi/backports-cypress/5.15.58-r0/temp/run.do_compile.60669', 1, None, None) ERROR: Logfile of failure stored in: /home/phytec/sanava-kernel/yocto/build/tmp/work/phyboard_segin_imx6ul_7-phytec-linux-gnueabi/backports-cypress/5.15.58-r0/temp/log.do_compile.60669 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 4 KERNEL_SRC=/home/phytec/sanava-kernel/yocto/build/tmp/work-shared/phyboard-segin-imx6ul-7/kernel-source KERNEL_PATH=/home/phytec/sanava-kernel/yocto/build/tmp/work-shared/phyboard-segin-imx6ul-7/kernel-source KERNEL_VERSION=5.10.76-bsp-yocto-ampliphy-i.mx6ul-pd21.2.1 CC=arm-phytec-linux-gnueabi-gcc -mno-thumb-interwork -marm -fuse-ld=bfd -fmacro-prefix-map=/home/phytec/sanava-kernel/yocto/build/tmp/work/phyboard_segin_imx6ul_7-phytec-linux-gnueabi/backports-cypress/5.15.58-r0=/usr/src/debug/backports-cypress/5.15.58-r0 -fdebug-prefix-map=/home/phytec/sanava-kernel/yocto/build/tmp/work/phyboard_segin_imx6ul_7-phytec-linux-gnueabi/backports-cypress/5.15.58-r0=/usr/src/debug/backports-cypress/5.15.58-r0 -fdebug-prefix-map=/home/phytec/sanava-kernel/yocto/build/tmp/work/phyboard_segin_imx6ul_7-phytec-linux-gnueabi/backports-cypress/5.15.58-r0/recipe-sysroot= -fdebug-prefix-map=/home/phytec/sanava-kernel/yocto/build/tmp/work/phyboard_segin_imx6ul_7-phytec-linux-gnueabi/backports-cypress/5.15.58-r0/recipe-sysroot-native= -fdebug-prefix-map=/home/phytec/sanava-kernel/yocto/build/tmp/work-shared/phyboard-segin-imx6ul-7/kernel-source=/usr/src/kernel LD=arm-phytec-linux-gnueabi-ld.bfd AR=arm-phytec-linux-gnueabi-ar O=/home/phytec/sanava-kernel/yocto/build/tmp/work-shared/phyboard-segin-imx6ul-7/kernel-build-artifacts KBUILD_EXTRA_SYMBOLS= | Generating local configuration database from kernel ... done. | make[5]: 'conf' is up to date. | .config:1552:warning: symbol value 'm' invalid for CRYPTO_GF128MUL | .config:1561:warning: symbol value 'm' invalid for CRYPTO_GCM | .config:1563:warning: symbol value 'm' invalid for CRYPTO_CTR | .config:1570:warning: symbol value 'm' invalid for CRYPTO_GHASH | .config:1612:warning: symbol value 'm' invalid for CRC_CCITT
This doesn't look too good.
| * | * Restart config... | * | * | * Backports from "Linux" "v5.15.58-2024_0118-0-g1e8368db6e12" (backports "v5.15.58-1-0-g42a95ce7") | * | Compile the package with debug info (BACKPORTED_DEBUG_INFO) [N/y/?] n | Build all compat code (BPAUTO_USERSEL_BUILD_ALL) [N/y/?] n | cfg80211 - wireless configuration API (CFG80211) [M/n/?] m | nl80211 testmode command (NL80211_TESTMODE) [N/y/?] n | enable developer warnings (CFG80211_DEVELOPER_WARNINGS) [N/y/?] n | cfg80211 certification onus (CFG80211_CERTIFICATION_ONUS) [N/y/?] n | enable powersave by default (CFG80211_DEFAULT_PS) [Y/n/?] y | cfg80211 DebugFS entries (CFG80211_DEBUGFS) [N/y/?] n | support CRDA (CFG80211_CRDA_SUPPORT) [Y/n/?] y | cfg80211 wireless extensions compatibility (CFG80211_WEXT) [N/y/?] (NEW) | Error in reading or end of file.
And this is probably the issue? I assume this is waiting for some interactive session so the user can say yes or no and nothing is input as part of the build so it fails or is stuck there until it times out.
This is likely due to using a defconfig/.config that was made for one kernel version being used for another kernel version.
Cheers, Quentin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64399): https://lists.yoctoproject.org/g/yocto/message/64399 Mute This Topic: https://lists.yoctoproject.org/mt/109831107/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
