无法解析的外部符号 __emul出错的解决方法

在移植 TCPMP中的common工程到WCE+MIPS AU1380平台的编译中时,VS2005报以下错误:

 

1>e:\au1380_forvolo\software_design\r&d projects\sourcecode\videoplayer\tcpmp\common\portab.h(58) : warning C4005: 'MULTITHREAD' : macro redefinition
1>        command-line arguments : see previous definition of 'MULTITHREAD'
1>Generating Code...
1>正在链接...
1>   正在创建库 DbAu13xx (MIPSII)\Debug/common.lib 和对象 DbAu13xx (MIPSII)\Debug/common.exp
1>equalizer.obj : error LNK2019: 无法解析的外部符号 __emul,该符号在函数 UpdateParam 中被引用
1>DbAu13xx (MIPSII)\Debug/common.dll : fatal error LNK1120: 1 个无法解析的外部命令
1>项目 : warning PRJ0018 : 未找到下列环境变量:
1>$(CePlatform)
1>$(CEVersion)

========================================================================================

解决方法:

右击工程->属性->配置属性->C/C++->优化->优化项选择最大化速度

 

 

 

 

你可能感兴趣的:(无法解析的外部符号 __emul出错的解决方法)