找回密码
 注册
搜索
查看: 5055|回复: 6

[讨论] MTK6260环境安装报错,哪位大神知道解决方法

[复制链接]
发表于 2013-11-4 14:13:26 | 显示全部楼层 |阅读模式
我在本机运行armcc --vsn出现如下如下(图一)情况:
F:\MTK6260\trunk>armcc  --vsn
ARM/Thumb C/C++ Compiler, RVCT3.1 [Build 569]
Software supplied by: mammoth//ZWTiSO 2005

,然后再编译工程的时候出现出现如下(图二)情况:
*******************************************
Start checking MTK build environment......
*******************************************
OS is Windows 2000 or XP. => [OK]
Compiler in makefile is RVCT!
RVCT VERSION in makefile is correct!
ARMCC version is RVCT3.1 [OK] , Build number is 569 [OK] .
TCC version is RVCT3.1 [OK] , Build number is 569 [OK] .
ARMLINK version is RVCT3.1 [OK] , Build number is 569 [OK] .
FROMELF version is RVCT3.1 [OK] , Build number is 569 [OK] .
ARMAR version is RVCT3.1 [OK] , Build number is 1021 [OK] .
C:\Program Files\ARM\ADSv1_2\licenses\license.dat is not existed!
Perl version is 5.008008 . => [OK]
Shell is cmd.exe. => [OK]
Excel version is 2000 or above. => [OK]
*******************************************
      MTK build environment is ready!
*******************************************


然后编译到后面的时候就会出现如下错误:
[MMI_features_switch.h]
Mismatch Config count = 27

MMI Feature Check - Done

start MMI feature check...
get feature list from drv_features.h...
get feature list from drv_features_option.h...
generate feature check file...
validate features...
make: *** [mmi_feature_check] Error 1
new
然后去看log,发现报错是:
找不到文件
.\hal\drv_def\drv_features_option.h shound not exist, overwrite !
找不到文件
找不到文件
".\kal\include\clib.h", line 100: Error:  #5-D: cannot open source input file "setjmp.h": No such file or directory
  #include <setjmp.h>
                     ^
".\kal\include\clib.h", line 116: Error:  #5-D: cannot open source input file "time.h": No such file or directory
  #include <time.h>
                   ^
".\kal\include\clib.h", line 121: Error:  #5-D: cannot open source input file "stdio.h": No such file or directory
  #include <stdio.h>
                    ^
".\kal\include\clib.h", line 122: Error:  #5-D: cannot open source input file "stdarg.h": No such file or directory
  #include <stdarg.h>
                     ^
".\kal\include\clib.h", line 123: Error:  #5-D: cannot open source input file "wchar.h": No such file or directory
  #include <wchar.h>
                 但是奇怪的是我看了工程下面,这些文件都是存在的,麻烦各位大神看看。这是什么情况,在下感激不尽啊
发表于 2013-11-4 15:07:31 | 显示全部楼层
没装mingw吧!
点评回复

使用道具 举报

发表于 2013-11-4 15:14:01 | 显示全部楼层
整个就是一菜鸟,连个编译问题都搞不定!
点评回复

使用道具 举报

 楼主| 发表于 2013-11-5 11:25:31 | 显示全部楼层

大侠,本人菜鸟一枚,这个我装过mingw后又报错了,如下:
"F:\MTK6260\trunk\tools\MinGW\include\setjmp.h", line 32: Error:  #5-D: cannot open source input file "_mingw.h": No such file or directory
  #include <_mingw.h>
                     ^
"F:\MTK6260\trunk\tools\MinGW\include\time.h", line 31: Error:  #5-D: cannot open source input file "_mingw.h": No such file or directory
  #include <_mingw.h>
                     ^
"F:\MTK6260\trunk\tools\MinGW\include\time.h", line 37: Error:  #5-D: cannot open source input file "stddef.h": No such file or directory
  #include <stddef.h>
                     ^
"F:\MTK6260\trunk\tools\MinGW\include\time.h", line 43: Error:  #5-D: cannot open source input file "sys/types.h": No such file or directory
  #include <sys/types.h>
                        ^
"F:\MTK6260\trunk\tools\MinGW\include\stdio.h", line 35: Error:  #5-D: cannot open source input file "_mingw.h": No such file or directory
  #include <_mingw.h>
                     ^
"F:\MTK6260\trunk\tools\MinGW\include\stdio.h", line 42: Error:  #5-D: cannot open source input file "stddef.h": No such file or directory
  #include <stddef.h>
                     ^
"F:\MTK6260\trunk\tools\MinGW\include\stdio.h", line 44: Error:  #5-D: cannot open source input file "stdarg.h": No such file or directory
  #include <stdarg.h>
                     ^
"F:\MTK6260\trunk\tools\MinGW\include\stdarg.h", line 6: Error:  #182: could not open source file "stdarg.h" (no directories in search list)
  #include_next<stdarg.h>
                         ^
跪求大侠指点一二,感激不尽
点评回复

使用道具 举报

发表于 2013-11-7 13:23:48 | 显示全部楼层
楼主,有6260 使用的META工具吗?
点评回复

使用道具 举报

发表于 2013-11-29 13:18:45 | 显示全部楼层
8023xiu 发表于 2013-11-5 11:25
大侠,本人菜鸟一枚,这个我装过mingw后又报错了,如下:
"F:\MTK6260\trunk\tools\MinGW\include\setjm ...

检查一下mingw,perl,RVCT,VS等工具是否正确安装,安装之后是否添加到环境变量,如果不知道怎么装,问一下Robbin!
点评回复

使用道具 举报

发表于 2013-12-12 12:59:23 | 显示全部楼层
问题源于你安装开发环境出错了。建议耐心谨慎地重新搭建你的开发环境。在环境上的问题我已经重复过不下几十次了,加油哦
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2025-2-1 02:07 , Processed in 0.047248 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表