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