Content originally posted in LPCWare by Dig Kleppe on Fri Dec 02 05:39:42 MST 2011
Hi
Strange things with: LPCXpresso LPC1769 CodeRed v4.1.0 [Build 190] [27/09/2011]
I create a makefile project , add code , makefile and linkerscript.
Make my project: get .axf in my binairies folder, Can debug , so far all OK. I'm happy.
When i close and reopen this project, make works as usual. Debug: message "Error launching xx.axf cancelled" .
sometimes: Failed on chip setup Em(12)
Making a new makefileproject , with old contents : the same.
I have this in windows and linux.
With a managed make project no problems.
So what am I doing wrong with my makefile project? The code runs OK.
Dig Kleppe