Content originally posted in LPCWare by whitecoe on Mon Jun 17 06:55:51 MST 2013
This may have nothing to do with your problem, but personally I would always avoid using directory names with spaces in them when command line tools are being used (which LPCXpresso will be doing when it runs the compiler etc). ie don't put your workspace in "Documents and Settings" :)
And note that trying to launch a debug session when you build failed is bound to end in further problems!
HTH!