输入make socfpga_defconfig 的时候提示: ubuntu 18.04.6 编译内核kernel提示 Can't find default configuration "arch/x86/configs/socfpga_deconfig"! 解决办法: export ARCH=arm 无
在你的例子中,配置文件应该是arch/arm/configs/100ask_imx6ull_defconfig。你可以使用find命令来搜索这个文件: bash find /path/to/kernel/source -iname 100ask_imx6ull_defconfig 将/path/to/kernel/source替换为你的内核源代码的实际路径。 编译内核: 在设置好ARCH环境变量并确认配置文件存在后,你可以尝试再次...
I can't remember how to do it and I discover my notes to be incomplete. Searching today, I find reference to the file "davinci_dm646x_1ghz_defconfig" as well as ".config". I remember making with a "davinci_dm646x_1ghz_defconfig...
在终端输入make ARCH=arm socfpga_defconfig命令来选择厂家提供的基本配置设置,提示: *** Can't find default configuration "arch/x86/configs/socfpga_defconfig"! *** scripts/kconfig/Makefile:94: recipe for target 'socfpga_defconfig' failed make[1]: *** [socfpga_defconfig] Error 1 Makefile:616:...
*** Can't find default configuration "arch/arm/configs/smdk2440_defconfig"! *** make[1]: *** [smdk2440_defconfig] Error 1 make: *** [smdk2440_defconfig] Error 2 lzd@lzd-laptop:~/linux-2.6.31$ A generic S3C2410 configuration is provided, and can be used as the ...
默认情况下can在kernel driver没有被打开ifconfig-a也拿不到can0的设备节点 , 需要改kernel的defconfig文件。 CONFIG_CAN_SLCAN=yCONFIG_CAN_DEV=yCONFIG_CAN_EMS_USB=yCONFIG_CAN_ESD_USB2=yCONFIG_CAN_8DEV_USB=yCONFIG_CAN_PEAK_USB=yCONFIG_CAN=yCONFIG_CAN_GS_USB=y #这个必须,dmesg打印出就是gs ...
KERNEL=kernel7 make bcm2709_defconfig *** Can't find default configuration "arch/arm64/configs/bcm2709_defconfig"! Contributor JamesH65commentedApr 29, 2021 Not a documentation issue, please try the forums. You will also need to provide more details on what you are doing to get this error....
I am trying to build kernel for RASPBERRY PI 2/3 and facing this error. HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf *** Can't find default configuration "arch/x86/configs/bcm2709_defconfig"!
Hi,while making xilinx_zynq_defconfig,encountered "Can't find default configuration "arch/../configs/xilinx_zynq_defconfig"!" how could i confirm the make path that "arch/../configs/xilinx_zynq_defconfig"? I placed the xilinx_zynq_defconfig in the path “linux-xlnx/arc...
I have checked the kernel config "tisdk_am335x-evm_defconfig" CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCA953X_IRQ=y So the driver have be added into the kernel. And the PCA953X driver can also support TCA6498 { .compatible = "ti,tca6408", .data = OF_953X( 8, ...