2010-12-07 00:05:40

by Tomoya MORINAGA

[permalink] [raw]
Subject: Re: Serial: EG20T: add PCH_UART driver

On Wednesday, December 01, 2010 10:24 AM, Greg KH wrote:
> I've applied this, but I now get the following warnings when building
> the code:

Sorry, for late.
I can't see these warnings.
I think we build with 32bit Linux PC.
But we don't have 64-bit PC.

I tried build with "-m64" option on our PC, I can see the following error.
: sorry, unimplemented: 64-bit mode not compiled in

Can I see the warnings using our PC ?
If you have any information, let me know how to do.

---
Thanks,

Tomoya MORINAGA
OKI SEMICONDUCTOR CO., LTD.


2010-12-07 00:16:37

by Greg KH

[permalink] [raw]
Subject: Re: Serial: EG20T: add PCH_UART driver

On Tue, Dec 07, 2010 at 09:05:34AM +0900, Tomoya MORINAGA wrote:
> On Wednesday, December 01, 2010 10:24 AM, Greg KH wrote:
> >I've applied this, but I now get the following warnings when building
> >the code:
>
> Sorry, for late.
> I can't see these warnings.
> I think we build with 32bit Linux PC.
> But we don't have 64-bit PC.
>
> I tried build with "-m64" option on our PC, I can see the following error.
> : sorry, unimplemented: 64-bit mode not compiled in
>
> Can I see the warnings using our PC ?
> If you have any information, let me know how to do.

Yes, use a version of gcc that will build in 64bit mode :)

Or use a modern processor (I find it hard to believe you don't have
access to a 64bit intel processor these days...)

thanks,

greg k-h