在VS2005中编译Symbian程序出现Unset build parameters的问题
初学Symbian,按网上介绍,依次安装了:
1.VS2005 (安装在C:)
2.VS2005 SP1 (安装在C:)
3.ActivePerl-5.6.1.638-MSWin32-x86.msi (安装在C:)
4.jre-6u6-windows-i586-p.exe (安装在C:)
5.s60-3rd-fp1 (安装在E盘,因为工作路径在E盘)
7.nokia_x86_compiler_3_2_3.exe (Copy文件到E:\Symbian\9.2\S60_3rd_FP1\Epoc32\tools\distrib\下安装)
8.Cbdvs3.0.1.exe (安装在C:)
9.在系统环境变量中增加 EPOCROOT = \Symbian\9.2\S60_3rd_FP1\
打开VS2005,从File->Import symbian Project中导入SDK中自带的Helloworldbasic
右键工程,选择生成
出现如下问题:
Updating helloworldbasic.mmp based on Deb_S60_31_WINSCW
Update of mmp file not needed
WINSCW (emulator) build
Set build parameters for Deb_S60_31_WINSCW
Unset build parameters for Deb_S60_31_WINSCW
请问各位是什么原因,该如何解决,谢谢!