Re: [avr-gcc-list] Building AVR-Toolchain

2009-05-08 Thread B.A.f.H.
Hi, I've tried to build the new toolchain with rpmbuild, see the spec-files in the attachement. I oriented myself to your script. I used the newest cgywin setup.exe with the newest packages and the toolchain test was passed with no errors. The building of the three rpm's are also build with no

Re: [avr-gcc-list] Building AVR-Toolchain

2009-05-08 Thread Ruud Vlaming
On Friday 08 May 2009 13:52, you wrote: I've tried to build the new toolchain with rpmbuild, see the spec-files in the attachement. I oriented myself to your script. I used the newest cgywin setup.exe with the newest packages and the toolchain test was passed with no errors. The

Re: [avr-gcc-list] Building AVR-Toolchain

2009-05-08 Thread B.A.f.H.
- can you compile other (possible simpler) programs for the avr? Building the easiest program int main(){ return 0; } Compiled with no errors, but I have it not tested on hardware. - does the target matter, in other words, did you try other targets as well? Yes, I tried micaz

Re: [avr-gcc-list] Building AVR-Toolchain

2009-05-04 Thread Ruud Vlaming
On Monday 04 May 2009 11:36, B.A.f.H. wrote: Hello, I'm new to compiling avr-gcc-compiler. I would develop code for the TinyOS project, but the used compiler in the project doesn't support my mikrocontroller (Atmel atmega1284p). So I have to build an new toolchain. I would build the

Re: [avr-gcc-list] Building AVR-Toolchain

2009-05-04 Thread B.A.f.H.
Hello Ruud, thanks, but I have another problem, the computer for developing has no internet connection and for the computer with internet connection, I have no admin-privileges. thomas On Monday 04 May 2009 11:36, B.A.f.H. wrote: Hello, I'm new to compiling avr-gcc-compiler. I would

Re: [avr-gcc-list] Building AVR-Toolchain

2009-05-04 Thread Ruud Vlaming
On Monday 04 May 2009 13:58, B.A.f.H. wrote: thanks, but I have another problem, the computer for developing has no internet connection and for the computer with internet connection, I have no admin-privileges. I see. Indeed the script starts with downloading the required files. Now, i