Thanks for the help everyone. I am a little embarrassed to say that I didn’t notice the available atmel documentation. I have even used the getting started example project as a reference when I was writing my code with the IAR IDE.
Unfortunately, tomorrow is my last day at my internship so I don’t think I’ll be able to put your help to much use. I’ll definitely leave documentation for my boss and/or future interns that will be continuing where I’ve left off.
I have come to the point where I need to build the blink example. Something does not like the space in the path “Program Files” but I don’t know what. I get this error:
**** Build of configuration Debug for project demo_at91sam7_blink_flash ****
make all
F:\Program: F:\Program: No such file or directory
make: *** [blinker.o] Error 127
I’m using the very latest downloads of yagarto which include Eclipse 3.3. I noticed that there is no such thing as a Standard Make C Project.
I tried the make all command at the command prompt and that seems to work fine. Any ideas?
Recently, Michael Fischer released a version of YAGARTO that incorporates the new Eclipse Europa release with the latest Zylin CDT . As such, there are a few small changes to be aware of.
When you create a new project, the dialog is closer to the Visual Studio methodology in that you can select a “executable”, “shared library”, “static library” or simple “makefile” project.
If you select the “executable” or “library” projects, you will get a ready-made template for main.c and a bag full of headaches when Eclipse starts asking for Cygwin components which are not part of YAGARTO.
Instead, always click on “makefile project” which will illuminate “other toolchain” on the upper right (I always click on that too but it’s not necessary).
Now the project can be defaulted on successive screens and everything from here onwards is as shown on the "Using Open Source Tools for AT91SAM7 Cross Development - Rev C" tutorial. I should mention that I was able to build all my projects with Eclipse Europa and I like the improvements made to the Eclipse editor.
I’ll try to get an immediate addendum published about these changes and then revise the tutorial at year’s end.
YAGARTO also downloads Eclipse CDT (modified for embedded development) and this modified CDT adds the debug configurations: Embedded Debug (Cygwin) and Embedded Debug (Native).
It sounds to me like you downloaded Eclipse from the Eclipse web site. You need the Zylin-modified CDT and YAGARTO is the place to get all the correct components.