Encountered a problem loading directory\xxx.out, could not open file
[复制链接]
在进入DEBUG时,出现以下提示:
Encountered a problem loading directory\xxx.out, could not open file
以查找各方面的原因无果
无意间看了编译时的console窗口提示: gmake: Target `all' not remade because oferrors. 再往上找: The following symbols areundefined: 1 Assembly Error, No AssemblyWarnings _abc 哇,知道了,因为原来想使用嵌入汇编,随意加了句: asm (" MOVW DP,#_abc "); 而abc是没有经过定义的;
|