Re: [android-kernel] kernel build fails

2012-10-02 Thread Jeremy Morales
Try changing the define to or putting in a fully qualified path. On Tue, Oct 2, 2012 at 2:38 PM, kloetpatra wrote: > Hi, I'm trying to compile a kernel for a Samsung Galaxy S2 but it fails > with: > > arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem > */root/src/android

[android-kernel] kernel build fails

2012-10-02 Thread kloetpatra
Hi, I'm trying to compile a kernel for a Samsung Galaxy S2 but it fails with: arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem */ root/src/android/kernel/test/linaro-12-android-toolchain/bin/*../lib/gcc/arm-eabi/4.7.2/include -I/root/src/android/kernel/test/arch/arm/in

Re: [android-kernel] kernel build fails to build from custom .config file

2011-08-04 Thread jagan
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, Jag

Re: [android-kernel] kernel build fails to build from custom .config file

2011-08-04 Thread raja pavan
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 i

[android-kernel] kernel build fails to build from custom .config file

2011-08-03 Thread Gopi
Hi All, I m tring to build kernel for devkit8000 with the wifi driver configured for WF8000-U module. I edited the .config for the devkit8000 with command created from $ make ARCH=arm devkit8000_defconfig # build for devkit8000 and then edited the .config file and CONFIG_STAGING=y # CON

[android-kernel] kernel build fails to build from custom .config file

2011-08-03 Thread Gopi
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