Re: Hi I want to implement new target AVR MCU's for GCC

2005-08-18 Thread E. Weddington
Rikard S wrote: Where do I start? 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? Who knows, maby I can contribute :-) /Best Regards Rikard Strömmer Ple

Re: Hi I want to implement new target AVR MCU's for GCC

2005-08-18 Thread Abhijit Gupta
On 8/18/05, Rikard S <[EMAIL PROTECTED]> 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

Re: Hi I want to implement new target AVR MCU's for GCC

2005-08-17 Thread N V Krishna
Avr-gcc has it's own list as well: avr-gcc-list@nongnu.org You can try there as well. Krishna. On Thu, 18 Aug 2005, Rikard S wrote: # Where do I start? # 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 imp

Re: Hi I want to implement new target AVR MCU's for GCC

2005-08-17 Thread Mike Stump
On Aug 17, 2005, at 3:09 PM, Rikard S wrote: Where do I start? I'd start by using cvs and checking out the source code from mainline and then fire up emacs. I guess there is only some few files that I need to write or edit, using files for similar MCU's as "templates". Yes... If I would

Hi I want to implement new target AVR MCU's for GCC

2005-08-17 Thread Rikard S
Where do I start? 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? Who knows, maby I can contribute :-) /Best Regards Rikard Strömmer