This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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: Does any version of the GCC support the Motorola MC68EC000 core ?


>     I am familiar with C and C++ programming and Assembly from Intel &
>Microchip.  Does the GCC support the MC68EC000 cpu?  If so, how fully does
>the GCC support it? Are all the options for the CPU supported?  This is
>probably an RTFM question, but I'm considering the switch from Assembly to
>C and I would like just a few simple answers.  If the GCC doesn't fully
>support the MC68EC000 cpu, can you recommend a compiler that does?
>application: 16MHz external clock, 8bit mode.

1) Yes, gcc generates code for the entire m68k family including a bare
   68000. (use -m68000 to generate code for it).
2) What do you mean by "how fully does GCC support it"?  GCC does
   support C++, floating point, generates dbra instructions, etc.
3) What do you mean by "all the options of gcc supported"?

I think GCC will do what you want, but RingTFM should answer all your
questions.

-- 
Peter Barada                                   Peter dot Barada at motorola dot com
Wizard                                         781-852-2768 (direct)
WaveMark Solutions(wholly owned by Motorola)   781-270-0193 (fax)


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