public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!
       [not found] <1c1f08070702192245n303b4bc2j312ce5547b3ff5ff@mail.gmail.com>
@ 2007-02-20  8:52 ` Brooks Moses
  2007-02-20 11:01   ` Kai Ruottu
  0 siblings, 1 reply; 2+ messages in thread
From: Brooks Moses @ 2007-02-20  8:52 UTC (permalink / raw)
  To: sameer sinha; +Cc: gcc-help

sameer sinha wrote:
> hello,
>          Please can any one tell me how to bulid gcc newer version for
> generating
>           code for i960MC processor.
>          is there any switch to generate coed for i960MC or i will
> have to build it first
>         for target i960.
>         Right now i am using Linux i686.Pleasee help me.
>        And also tell me whether it's possible to generate i960Mc code
> for language
>        Ada95 or it is only possible for language "C" ???????

The mailing list for help with using GCC is gcc-help@gcc.gnu.org.  The 
gcc@gcc.gnu.org mailing list is only for discussions about development 
of the compiler itself.  I have copied this message to gcc-help for you.

Briefly, though: You will need to build a cross-compiler for i960.  The 
cross-compiler will support all of the languages that you enable when 
building it, including Ada if you enable that.  See the installation 
documentation for more details.

- Brooks

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

* Re: it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2007-02-20  8:52 ` it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!! Brooks Moses
@ 2007-02-20 11:01   ` Kai Ruottu
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Ruottu @ 2007-02-20 11:01 UTC (permalink / raw)
  To: gcc-help; +Cc: sameer0201

sameer sinha wrote:
>> Please can any one tell me how to bulid gcc newer version for
>> generating code for i960MC processor.

 Newer than which GCC version?

>>
>> is there any switch to generate coed for i960MC or i will have to 
>> build it first
>> for target i960.
 The switch seems to be '-mmc' for i960MC code generation....  As 
default for instance
a gcc-3.2.3 for 'i960-coff' produces code for something 'generic' but 
multilibs for
'soft-float' and 'ld64' (whatever this then means) will be produced but 
no 'i960MC'
optimized libraries without first patching the GCC sources to do this...

>>
>> Right now i am using Linux i686.

 Building cross GCCs on Linux i686 should be a piece of cake...

>>
>> And also tell me whether it's possible to generate i960Mc code
>> for language Ada95 or it is only possible for language "C" ???????
  I'm not a specialist in Ada but I would expect this language requiring 
the target to be a
"system"  like "Linux", "VxWorks", "RTEMS" etc. with a "file system" in 
it, so that things
like 'dirent.h' would exist among its target headers.  An embedded 
target like 'i960-coff'
isn't this kind of "system target" !

 So before you will tell your target type, not only the CPU type, it is 
totally vain to discuss
about any "how to build a cross GCC for the i960-system-x" issues.  What 
I told being a
"piece of cake", was producing a cross GCC for 'i960-coff' with the 
gcc-3.2.3 sources. But
the 'i960-wrs-vxworks' target can be totally another thing :-(

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

end of thread, other threads:[~2007-02-20  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1c1f08070702192245n303b4bc2j312ce5547b3ff5ff@mail.gmail.com>
2007-02-20  8:52 ` it'urgent please help me!!!!!!!!!!!!!!!!!!!!!!!!!!!! Brooks Moses
2007-02-20 11:01   ` Kai Ruottu

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).