官方淘宝店 易迪拓培训 旧站入口
首页 > 手机设计 > MTK手机设计平台 > MTK6260环境安装报错,哪位大神知道解决方法

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

05-08
我在本机运行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>
但是奇怪的是我看了工程下面,这些文件都是存在的,麻烦各位大神看看。这是什么情况,在下感激不尽啊

没装mingw吧!

整个就是一菜鸟,连个编译问题都搞不定!

大侠,本人菜鸟一枚,这个我装过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>
^
跪求大侠指点一二,感激不尽

小编,有6260 使用的META工具吗?

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

问题源于你安装开发环境出错了。建议耐心谨慎地重新搭建你的开发环境。在环境上的问题我已经重复过不下几十次了,加油哦

Top