This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kernel oops with 0.42 on ARM


On 3/29/06, Michael Miller <michael.miller@prga.com> wrote:
> I tracked the problem down to i2c-pxa.c.

Excellent!

> This is the I2C module for the
> PXA255/PXA270.  Unfortunately the code generated with gcc 4.1.0 is so
> different from 3.4.5 that it's hard to tell what's wrong.  I guess my next
> avenue is the ARM Linux list because it looks like Russel King was the
> module author.

You could also potentially split it into two .c files and
compile part with gcc-4.1.0 and part with gcc-3.4.5.
That might let you narrow it down more.
- Dan

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]