Re: 回复: [android-kernel] Kernel compilation error

2012-02-07 Thread Jeremy Morales
5892.c:197:3: error: implicit declaration of function > ‘set_irq_noprobe’ >you need to extern the function or include the *.h file . > > > > -- 原始邮件 -- > *发件人:* "Amit kumar Bag"**; > *发送时间:* 2012年2月7日(星期二) 晚上6:14 > *收件人:* "andro

回复: [android-kernel] Kernel compilation error

2012-02-07 Thread 微μ漫岭云天
Re: [android-kernel] Kernel compilation error I am using gcc version? gcc (GCC) 4.5.1. On 7 February 2012 02:09, Jeremy Morales wrote: What version of of gcc are you using? On Sun, Feb 5, 2012 at 11:09 PM, Amit kumar Bag wrote: Hi All, I am tring to build android gingerbread kernel f

Re: [android-kernel] Kernel compilation error

2012-02-07 Thread Amit kumar Bag
I am using gcc version gcc (GCC) 4.5.1. On 7 February 2012 02:09, Jeremy Morales wrote: > What version of of gcc are you using? > > On Sun, Feb 5, 2012 at 11:09 PM, Amit kumar Bag wrote: > >> Hi All, >> >> I am tring to build android gingerbread kernel for snowball board. I >> followed the belo

Re: [android-kernel] Kernel compilation error

2012-02-06 Thread Jeremy Morales
What version of of gcc are you using? On Sun, Feb 5, 2012 at 11:09 PM, Amit kumar Bag wrote: > Hi All, > > I am tring to build android gingerbread kernel for snowball board. I > followed the below step to compile. > 1.make menuconfig for enabling the module in the kernel. > 2. export CROSS_COMPI

[android-kernel] Kernel compilation error

2012-02-06 Thread Amit kumar Bag
Hi All, I am tring to build android gingerbread kernel for snowball board. I followed the below step to compile. 1.make menuconfig for enabling the module in the kernel. 2. export CROSS_COMPILE=android-toolchain-eabi/bin (path of the binary located in my machine) 3.. make But I got one error aft