EmbDev.net

Forum: ARM programming with GCC/GNU tools Yagarto 'new standard make C project' not available


von Jerome J. (joeman)


Attached files:

Rate this post
useful
not useful
Hi All
I've installed all tools required to compile ARM AT91 SAM7 from Atmel,
according to the document "Using Open Source Tools for AT91SAM7S Cross
Development revision C.pdf"

I'm now trying to create a new project in Ecplipse, the document
mentions
to create a project called Yagarto 'new standard make C project', but I
cannot find this new project wizard, the only wizard I get from Eclipse
are shown in the snaphsot attached !?

Any idea why I cannot see this project wizard ?
I'm running Eclipse
Version: 3.3.1.1
Build id: M20071023-1652

Thanks to all !

von James L. (lynchzilla)


Rate this post
useful
not useful
Hello Jerome.

Since publication of my Revision C of the Atmel tutorial, Eclipse has
made a major release called Europa (Ver 3.3) and there have been a few
modest changes in some of the procedures.

The creation of a project is a bit different and when you get to the
part where you enter the project name, it behooves you to click on
"Makefile Project" followed by "Other Toolchain" when it appears. This
guarantees that the makefile and the ARM tool chain will be used; not
the embedded cycwin system for the 8086 processor family.

Finally, the "Stop at Main()" checkbox is missing in the Debug
Configuration screen. This means that you must add this feature to the
GDB startup script with the following additional command:

thbreak main

added near the end of the script before the "continue" command. This
addition would be required to use the debugger.

Cheers,
JIm Lynch

von Jerome J. (joeman)


Rate this post
useful
not useful
Thanks for your prompt reply James !
I successfuly created and imported the led blink sample project,
regarding the GDB script, could you please let me know which file do I
need to update according to your recommendation ?
again, thanks


James Lynch wrote:
> Hello Jerome.
>
> Since publication of my Revision C of the Atmel tutorial, Eclipse has
> made a major release called Europa (Ver 3.3) and there have been a few
> modest changes in some of the procedures.
>
> The creation of a project is a bit different and when you get to the
> part where you enter the project name, it behooves you to click on
> "Makefile Project" followed by "Other Toolchain" when it appears. This
> guarantees that the makefile and the ARM tool chain will be used; not
> the embedded cycwin system for the 8086 processor family.
>
> Finally, the "Stop at Main()" checkbox is missing in the Debug
> Configuration screen. This means that you must add this feature to the
> GDB startup script with the following additional command:
>
> thbreak main
>
> added near the end of the script before the "continue" command. This
> addition would be required to use the debugger.
>
> Cheers,
> JIm Lynch

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.