On Tue, Aug 4, 2015 at 7:32 PM, <[email protected]> wrote: > I've managed to disable HIGHMEM from within the kernel. However im having > trouble compiling. The usual 'make clean' and 'make all' gives me errors: > > root@beaglebone:/usr/src/linux-headers-4.1.2-ti-r4# make all > CHK include/config/kernel.release > UPD include/config/kernel.release > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > UPD include/generated/utsrelease.h > make[1]: *** No rule to make target 'arch/arm/tools/gen-mach-types', needed > by 'include/generated/mach-types.h'. Stop. > arch/arm/Makefile:297: recipe for target 'archprepare' failed > make: *** [archprepare] Error 2
Sorry, that's "headers".... > root@beaglebone:/usr/src/linux-"headers"-4.1.2-ti-r4# make all Grab the source via: git clone -b 4.1.2-ti-r4 https://github.com/beagleboard/linux --depth=1 Regards, -- Robert Nelson https://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.
