[quote=“Todd Norcross, post: 2204, member: 629”][URL=‘http:///’]http://fogproject.org/forum/threads/compiling-a-custom-kernel-for-acer-iconia-tab-copied-from-old-forums.216/[/URL]
I have been trying these steps all afternoon, and have not been able to “make bzImage” I only get
[B]make: *** No rule to make target `bzImage’. Stop. o_O [/B]
I was also getting that message when I was trying to run “make xconfig.” Once it finally worked I went in, changed the following:
[B]Because the video on these devices is ATI Radeon HD 6250 (PCI Express based) I also deselected the “Device Drivers - Graphics Support - AGPGART (AGP Support)” and selected “Device Drivers - Graphics Support - Direct Rendering Manage (XFree86 4.1.0 and Higher DRI Support) - ATI Radeon”.[/B]
saved and exited my file tried to compile it and got the above stop error. I was working in the linux-3.2.11 kernel.[/quote]
Did you go through the instructions at [url]http://dinomite.net/2007/setting-up-ubuntu-for-building-kernel-modules/#.T48antUcuo5[/url] for getting the kernel source (not just headers) and updating the MAKEFILE with the EXTRAVERSION information?
I know it’s a lot of jumping back and forth between procedures, maybe some day it can be consolidated and made easier to follow.