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: ARM internal compiler error or unresolved symbols


On Fri, Mar 20, 2009 at 8:03 AM, Andy Johnson <ajohnson@cimation.com> wrote:
> Hi everyone,
>
> I'm getting an internal compiler error when trying to build an
> ARM uClibc OABI toolchain.  The ICE is in arm_dbx_register_number,
> and there is a bug against GCC for it.  There doesn't seem to
> be any official resolution.  It doesn't happen when built as
> EABI, but my target isn't there yet.  Does anyone know of a
> patch and/or workaround for this?
>
> Alternately, I have an ARM uClibc EABI toolchain, but when I
> build a Java executable with GCJ I get a "can't resolve symbol
> '__aeabi_uidivmod'" error when executed on the target platform.

This symbol should be provided in libgcc. Do you have libgcc on your
target and is it being pulled in my the java executables ?

> If I could get Java programs to run then the ICE from trying
> to build an OABI toolchain wouldn't matter.
>
> Thanks,
>
> Andy Johnson
>
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>

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