当前位置: 代码迷 >> 移动平台 >> MTK6225平台下在使用make custom=MTK25_GEMINI gprs resgen命令不能正常编译解决办法
  详细解决方案

MTK6225平台下在使用make custom=MTK25_GEMINI gprs resgen命令不能正常编译解决办法

热度:7721   发布时间:2013-02-26 00:00:00.0
MTK6225平台下在使用make custom=MTK25_GEMINI gprs resgen命令不能正常编译
MTK6225平台下在使用make custom=MTK25_GEMINI gprs resgen命令编译时会出现以下错误:

F:\c language\V25\V25>make custom=MTK25_GEMINI gprs resgen
make\option.mak:2224: WARNING recommend set FS_CHECKDRIVE_SUPPORT=TRUE when MSD
_CARD_SUPPORT_TYPE!=NONE
找不到文件
已复制 1 个文件。
if /I "MTK25_GEMINI" EQU "NEPTUNE162" \
  (if exist .\plutommi\customer\CustResource\MTK25_GEMINI_MMI\res
urce_shortcuts.c \
  (copy /y .\plutommi\Customer\CustResource\MTK25_GEMINI_MMI\r
source_shortcuts.c .\plutommi\Customer\CustResource\resource_shortcuts.c) \
  )
100% 已复制 已复制 1 个文件。
100% 已复制 已复制 1 个文件。

F:\c language\V25\V25>


并且会把。。\plutommi\Customer目录下以下文件内容清空
remakeResource.bat
ResGenerator.bat
ResGenerator_HW.bat
UpdateSkin.bat

请问怎么解决?????????????????????????????

------解决方案--------------------------------------------------------
FS_CHECKDRIVE_SUPPORT和CARD_SUPPORT_TYPE 的值有冲突
------解决方案--------------------------------------------------------
先跑 ./tools/chk_env.exe 查看缺少哪些工具和环境变量
另外,就是看下 tools下 MinGW 和 MSYS 这些工具目录在不在
  相关解决方案