Content originally posted in LPCWare by jx1 on Sun May 19 20:39:15 MST 2013
Hi everyone,
I am unsure of what does the errors mean. When I debug it shows me
_________________________________________________________________________________
10:30:34 **** Incremental Build of configuration Debug for project myproject ****
make all
make: Nothing to be done for `all'.
10:30:34 Build Finished (took 83ms)
_______________________________________________________________________________
The errors are " make: *** [cstartup_M.o] Error 1 " , " make: *** [myproject.axf] Error 1" and " make: *** No rule to make target `cstartup_M.o', needed by `myproject.axf' ".
_______________________________________________________________________________
More errors surfaced when I did a release.Due to the word constraint, I placed the errors in a text file as shown below.
Anyone knows how to solve these errors?:confused: