6260编译报错,提示找不奥文件?
是不是6260的编译环境不同了?谁能指导一下?
环境变量问题
看这文章:
新手 50D 编译问题MMI check error
http://www.16rd.com/forum.php?mo ... 189&fromuid=535
(出处: 手机开发联盟)
执行armcc之后
E:\6260_0821\VITA60A_6464_11B_BASE\VITA60A_6464_11B>armcc
ARM/Thumb C/C++ Compiler, RVCT3.1 [Build 569]
Usage: armcc [options] file1 file2 ... filen
Main options:
--arm Generate ARM code
--thumb Generate Thumb code
--c90 Switch to C mode (default for .c files)
--cpp Switch to C++ mode (default for .cpp files)
-O0 Minimum optimization
-O1 Restricted optimization for debugging
-O2 High optimization
-O3 Maximum optimization
-Ospace Optimize for codesize
-Otime Optimize for maximum performance
--cpu <cpu> Select CPU to generate code for (eg. ARM9E/ARM10E)
--cpu list Output a list of all the selectable CPUs
option.mk里面已经设置
DIR_ARM = C:\Program Files\ARM\RVCT
DIR_ARM := $(strip $(DIR_ARM))
现在还是mmi_check里面报错找不到stdarg.h等
*******************************************
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 not RVCT3.1 or RVCT4.0
ARMCC version is not RVCT3.1 or RVCT4.0
ARMAR version is not RVCT3.1
C:\Program Files\ARM\ADSv1_2\licenses\license.dat is not existed!
Perl version is 5.008008 . => [OK]
怎么才能指定用RVCT编译?!这个是new的log
Program Files 改成Progra~1试试
这个已经试过了,估计是代码本身的问题了
