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: Hi I want to implement new target AVR MCU's for GCC


On 8/18/05, Rikard S <rikardcore@gmail.com> wrote:
> Where do I start?

Read the top of http://gcc.gnu.org/readings.html there's Hans-Peter
Nilsson's "Porting GCC for Dunces"
A good document to start with.

> I guess there is only some few files that I need to write or edit,
> using files for similar MCU's as "templates".
> 
> If I would like to implement new AVR targets, which files are involved?

You need to write the target.md , target.h and target.c files with
some makefile fragment in the gcc/config/<target> directory.

> 
> Who knows, maby I can contribute :-)
:-)
Regards,
Abhijit.
> 
> /Best Regards Rikard Strömmer
>


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