提示: 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是没有经过定义的;
|