EmbDev.net

Forum: ARM programming with GCC/GNU tools LPC21isp with Eclipse


von Thomas F. (thomas_f)


Rate this post
useful
not useful
Hi ,

Is it possible to have the makefile call the lpc21isp from an Eclipse 
IDE ? It works with WinARM and I was looking for a single click 
"make-program" as possible from WinARM.

Any ideas would be appreciated.

Regards
Thomas

von Martin Thomas (Guest)


Rate this post
useful
not useful
I'm using a user defined make target for this. View->Make targets, 
right-click new. The target will be listed in the view and can be 
"double clicked". Another option would be to create a new external tool 
which just calls make program (or cs-make program).

von Thomas F. (thomas_f)


Rate this post
useful
not useful
Hello Mr.Martin,

I managed to do in Eclipse by right click on Project -> Properties -> 
C/C++ build -> Builder Settings ( Tab ) and change cs-make to cs-make 
program.

Thanks for your great support in this forum.

Thomas

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.