Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: Debug starts in Disassembly window in HEW

$
0
0
Usually this happens when a workspace is moved from one location to another. Then the source references in the debug file point to the wrong directory. A simple build often does not help because make sees that the object file is newer than the source file and does not recompile it. Make does not recognise changed location. You have to a complete rebuild manually (using "Build All") or simply delete the complete directory with all generated objects before you run the compiler.

Viewing all articles
Browse latest Browse all 59170

Trending Articles