On Fri, Oct 10, 2014 at 12:04 PM, <[email protected]> wrote: > > Robert Nelson, > 1) I have installed the ARM Cross Compiler as per your instruction given in > > http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-ARMCrossCompiler:GCC > > 2) I have compiled and installed the kernel 3.16.2. then copied the > "vmlinuz-3.16.2.bin" to folder where the makefile for linux_kernel_3.16.2 > contain(linux3.16.2). Now i cross compiled the kernel as you given above > post. But it is return error, Is any steps i missed? > > root@vairamani-pc:/home/vairamani/linux/linux-3.16.2# make ARCH=arm > CROSS_COMPILE=${CC} vmlinuz-3.16.2 modules dtbs > scripts/kconfig/conf --silentoldconfig Kconfig > *** > *** Configuration file ".config" not found! > ***
Really? make ARCH=arm yourcustom_defconfig or: make ARCH=arm omap2plus_defconfig make ARCH=arm menuconfig But, that's kind of an obvious step, for a kernel developer... Maybe you should just use the "script" as that does everything for you... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
