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
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
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
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
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