public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem
@ 2006-08-01 14:13 msteinme
  2006-08-01 14:16 ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: msteinme @ 2006-08-01 14:13 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I have seen several people that are successfully using GCC 3.4.3 on
ARM7TDMI.  I am wondering how they resolved the "unrecognized command
line option -finit-priority" problem that kills my build of ECOS.   I
had been using gcc 3.2.1 but appear to be having problems with the 3.2.1
gcc generating some bogus code when making a call to a function via a
pointer contained in a structure. 

Thanks,

Mark Steinmetz


This e-mail transmission and its attachments may contain information from Avtron Manufacturing, Inc. that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete all copies.

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem
  2006-08-01 14:13 [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem msteinme
@ 2006-08-01 14:16 ` Gary Thomas
  2006-08-01 14:37   ` msteinme
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2006-08-01 14:16 UTC (permalink / raw)
  To: msteinme; +Cc: ecos-discuss

msteinme@avtron.com wrote:
> Hi,
> 
> I have seen several people that are successfully using GCC 3.4.3 on
> ARM7TDMI.  I am wondering how they resolved the "unrecognized command
> line option -finit-priority" problem that kills my build of ECOS.   I
> had been using gcc 3.2.1 but appear to be having problems with the 3.2.1
> gcc generating some bogus code when making a call to a function via a
> pointer contained in a structure. 

The latest tree (from anonymous CVS) does not allow this option.

Are you using the CVS tree?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem
  2006-08-01 14:16 ` Gary Thomas
@ 2006-08-01 14:37   ` msteinme
  2006-08-01 20:16     ` [ECOS] Floating point Hardware/emulation for ARM7TDMI msteinme
  0 siblings, 1 reply; 4+ messages in thread
From: msteinme @ 2006-08-01 14:37 UTC (permalink / raw)
  To: gary; +Cc: ecos-discuss

I have gcc 3.4.3 from gnuarm.net --- I downloaded the binaries.

For ECOS, I am likely out of date since I have been using a book by
Anthony Massa (and associated software) as my "ECOS FOR DUMMIES".

I will get the latest tree.

Thanks!



 

-----Original Message-----
From: Gary Thomas [mailto:gary@mlbassoc.com] 
Sent: Tuesday, August 01, 2006 10:17 AM
To: Steinmetz, Mark
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem

msteinme@avtron.com wrote:
> Hi,
> 
> I have seen several people that are successfully using GCC 3.4.3 on 
> ARM7TDMI.  I am wondering how they resolved the "unrecognized command
> line option -finit-priority" problem that kills my build of ECOS.   I
> had been using gcc 3.2.1 but appear to be having problems with the 
> 3.2.1 gcc generating some bogus code when making a call to a function 
> via a pointer contained in a structure.

The latest tree (from anonymous CVS) does not allow this option.

Are you using the CVS tree?

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


This e-mail transmission and its attachments may contain information from Avtron Manufacturing, Inc. that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete all copies.

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Floating point Hardware/emulation for  ARM7TDMI
  2006-08-01 14:37   ` msteinme
@ 2006-08-01 20:16     ` msteinme
  0 siblings, 0 replies; 4+ messages in thread
From: msteinme @ 2006-08-01 20:16 UTC (permalink / raw)
  To: ecos-discuss

 Hi,

I am using gcc 3.4.3 from gnuarm.net,  and the latest ECOS tree,  and am
having a problem when I execute the MAKE for my "hello world" project.

I get an error showing the libtarget.a uses hardware FP whereas basic1
uses software FP.

I can find nowhere in the eCOS configuration to specify use of the
software FP when building the libtarget.a during the ECOS build.

Can anyone provide some insight on this.

Mark Steinmetz

-----Original Message-----
From: Steinmetz, Mark 
Sent: Tuesday, August 01, 2006 10:38 AM
To: 'Gary Thomas'
Cc: ecos-discuss@sources.redhat.com
Subject: RE: [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem

I have gcc 3.4.3 from gnuarm.net --- I downloaded the binaries.

For ECOS, I am likely out of date since I have been using a book by
Anthony Massa (and associated software) as my "ECOS FOR DUMMIES".

I will get the latest tree.

Thanks!



 

-----Original Message-----
From: Gary Thomas [mailto:gary@mlbassoc.com]
Sent: Tuesday, August 01, 2006 10:17 AM
To: Steinmetz, Mark
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem

msteinme@avtron.com wrote:
> Hi,
> 
> I have seen several people that are successfully using GCC 3.4.3 on 
> ARM7TDMI.  I am wondering how they resolved the "unrecognized command
> line option -finit-priority" problem that kills my build of ECOS.   I
> had been using gcc 3.2.1 but appear to be having problems with the
> 3.2.1 gcc generating some bogus code when making a call to a function 
> via a pointer contained in a structure.

The latest tree (from anonymous CVS) does not allow this option.

Are you using the CVS tree?

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


This e-mail transmission and its attachments may contain information from Avtron Manufacturing, Inc. that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail and delete all copies.

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-01 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-01 14:13 [ECOS] FW: GCC 3.4.3 on ARM7TDMI problem msteinme
2006-08-01 14:16 ` Gary Thomas
2006-08-01 14:37   ` msteinme
2006-08-01 20:16     ` [ECOS] Floating point Hardware/emulation for ARM7TDMI msteinme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).