Hi Gopi,

Don't edit .config, it's kernel script generated file.

Once you did
$ make ARCH=arm devkit8000_defconfig
do like
$ make ARCH=arm menuconfig
then we can get the kernel config menu
start enable/disable the kernel configs & save.

The the configurations will reflects the build

Regards,
Jagan

On Thu, Aug 4, 2011 at 9:55 PM, raja pavan <rajain...@gmail.com> wrote:

> Hi,
>
> (1) What are the build errors?
>
> (2) Compare custom .config with *emulator kernel .config*, using "meld"
> *emulator kernel .config : *can be obtained using adb pull /proc/config.gz
> extract config.gz, this will give .config
>
> (2b) Check the image specifier, I have built several times using Image in
> place of uImage.
>
> *(3) make ARCH=arm devkit8000_defconfig
> **Try This instead:*
> make menuconfig
> Check the command line, it should me make menuconfig, select the option of
> choosing custom config file, save the settings.
>
> The make ARCH=arm CROSS_COMPILE=<PATH TO cross compiler, bin, gcc>
> Image/uImage
> One of the three suggestions will click, other suggestions if pursued will
> provide insights into kernel build system.
>
> Good Luck
> rajainnov
>
>
> On Wed, Aug 3, 2011 at 5:50 PM, Gopi <gopi4...@gmail.com> wrote:
>
>> Hi All,
>>
>>
>>
>>
>> $ make ARCH=arm devkit8000_defconfig
>>
>> $ make ARCH=arm CROSS_COMPILE=../beagle-eclair/prebuilt/linux-x86/
>> toolchain/arm-eabi-4.4.0/bin/arm-eabi- uImage
>>
>> --
>> unsubscribe: android-kernel+unsubscr...@googlegroups.com
>> website: http://groups.google.com/group/android-kernel
>
>
>  --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel
>

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to