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
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).
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