nourson54 wrote:
> --- In lpc2000@yahoogroups.com, "Jan Szymanski" <janek@b...> wrote:
>
>>--- In lpc2000@yahoogroups.com, "Gus" <gus_is_working@y...> wrote:
>>
>>>WOW! you guys did a great job.
>>>
>>>When do you think there will be a tutorial explaining how to use
>>>JTAG to step through code and add break points?
>>>
>>>Gus
>>>
>>>--- In lpc2000@yahoogroups.com, "lynchzilla" <lynchzilla@a...>
>>
>>wrote:
>>
>>>>Forum readers interested in using Eclipse for ARM cross-
>>
>>development
>>
>>>>may find the 70 page tutorial "TiniARM Development with Eclipse"
>>>
>>>very
>>>
>>>>helpful.
>>>>
>>>>The tutorial explains in great detail how to configure Eclipse,
>>
>>the
>>
>>>>CDT plugins, Cygwin and GNUARM compiler suites to create a free
>>
>>and
>>
>>>>sophisticated Integrated Development Environment.
>>>>
>>>>While the tutorial is specifically directed towards the New Micros
>>>>TiniARM development kit ($95 US), users of other ARM chips may
>>>
>>>still
>>>
>>>>find it useful.
>>>>
>>>>New Micros Inc. is graciously hosting the tutorial and you may
>>>
>>>access
>>>
>>>>it at:
>>>>
>>>>
>>>
>>http://www.newmicros.com/download/appnotes/arm/TiniARM_Dev_Eclipse.pd
>>
>>>f
>>>
>>>>Take a look!
>>
>>What am I missing ?
>>I installed Cyqwin, Eclipse and GNUArm as per instruction.
>>With a sample project (as per instruction), when I try to
>>project->build all I have:
>>Error launching builder (make all )
>>(Exec error:Launching failed)
>>There is no make utility. My uderstanding was there should be a
>>make.exe utility under GnuArm\utils\ or smth. but there is none.
>>Can someone explain how the make works and/or why it doesn't work for
>>me?
>>Jan
>
>
>
> I have followed all the instructions (one per one) like Jan, but When
> I want toi build all , the 'build all ' command in greyed in the menu
> !!! So I can't go to the next step :(
>
> Yann
>
>
>
Ah, yes. You have to uncheck the 'Build Automatically' option in the
'Project'-Menu which is set per default when you create a new project. After
that the other build commands like 'Build All' or 'Clean...' become available.
Jens