Hi all,
I use Petalinux to config kernel and build it, but there is a build error ab bwlow:
is there any setting/config not correct? or something missed?
| UPD drivers/base/firmware_loader/builtin/adar1000_std_phasetable.gen.S | make[4]: *** No rule to make target '/lib/firmware/adar1000_std_phasetable', needed by 'drivers/base/firmware_loader/builtin/adar1000_std_phasetable.gen.o'. Stop. | make[3]: *** [/opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/components/yocto/workspace/sources/linux-xlnx/scripts/Makefile.build:540: drivers/base/firmware_loader/builtin] Error 2 | make[2]: *** [/opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/components/yocto/workspace/sources/linux-xlnx/scripts/Makefile.build:540: drivers/base/firmware_loader] Error 2 | make[1]: *** [/opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/components/yocto/workspace/sources/linux-xlnx/scripts/Makefile.build:540: drivers/base] Error 2 | make: *** [/opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/components/yocto/workspace/sources/linux-xlnx/Makefile:1868: drivers] Error 2 | ERROR: oe_runmake failed | WARNING: /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444:305 exit 1 from 'exit 1' | WARNING: Backtrace (BB generated script): | #1: bbfatal_log, /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444, line 305 | #2: die, /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444, line 289 | #3: oe_runmake, /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444, line 217 | #4: kernel_do_compile, /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444, line 196 | #5: do_compile, /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444, line 153 | #6: main, /opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/linux-xlnx/5.15.36+git999-r0/temp/run.do_compile.155444, line 309 ERROR: Task (/opt/pkg/petalinux/petalinux_zynq_soc_spix4-1106/components/yocto/layers/meta-xilinx/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 2272 tasks of which 2259 didn't need to be rerun and 1 failed.
petalinux-config -c kernel, changed config as below:
Thanks