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


Martin,

Where can I find a list of "supported subspecies" of arm
processors for glibc?  If I read the configure script right
then it would depend on directories, which don't seem to
exist.  So either there is no specific processor support, or
(more likely) I'm reading it wrong.  If I ever figure out
the right combination of words to query Google that might
help too, but for now that's a dead end too.

Andy

-----Original Message-----
From: martinwguy@gmail.com [mailto:martinwguy@gmail.com] On Behalf Of
Martin Guy
Sent: Monday, January 19, 2009 6:20 PM
To: Andy Johnson
Cc: crossgcc@sourceware.org
Subject: Re: ARM illegal instruction

On 1/19/09, Andy Johnson <ajohnson@aecno.com> wrote:
>  I set the cpu type to match the processor listed from my
>  embedded device's /proc/cpuinfo (ARM922Tid), but both C
>  and Java programs die with an illegal instruction error.

I've had this when the C compiler was built for armv4t as it should,
but the libraries built for the (unfortunately) default CPU of armv5t,
which means clz instructions.

try a shot of --with-cpu=

g'luck

    m

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