There are no tinyos specific patches in avr-gcc. This means that you can just fetch the sources, apply the patches you need and compile gcc for the avr target.
Of course, you can automate the process with rpmbuild. In this case, you will need to create a spec file. See the man page of rpmbuild for details. For reference, the source rpm, spec file, and binaries for the avr-gcc package I built for the iris platform are here: http://w3.isis.vanderbilt.edu/Projects/NEST/tinyos-2.x-iris/tools/testing/external-tools/ This is not the same rpm as what we have in the official tinyos toolchain now, but it's pretty close to that. Janos On Mon, Apr 20, 2009 at 7:56 AM, B.A.f.H. <[email protected]> wrote: > Hello, > I need some help, I need a newer avr-gcc with support for the ATmega1284P. > The used compiler is from 2006 and realy old. > My idea is to build a new avr-gcc.rpm package but I haven't found any > informations in the wiki how to build a package for the tinyos-toolchain. > Can anybody give me some informations? > How do I build a rpm package? What has to be changed on the real avr-gcc > sourcecode to run with the tinyos-toolchain? > Or is their anybody using a newer avr-gcc in cygwin? > Regards > thomas > > > -- > Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss > für nur 17,95 Euro/mtl.!* > http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
