真急人.MTK编译不过去问题,我才接手做MTK不久(在线等高人回复)

abillchen 2009-04-22 11:33:53
请各位大侠帮我看看这个LOG报错,是怎么回事.


tools\make.exe[1]: Do not specify -j or --jobs if sh.exe is not available.
tools\make.exe[1]: Resetting make for single job mode.
tools\make.exe[1]: Entering directory `E:/MT25_081207_N'
Compiling plutommi/Customer/custresource/CustImgMap.c ...
Compiling plutommi/Customer/custresource/CustImgRes.c ...
Compiling plutommi/Customer/custresource/CustImgMapExt.c ...
Compiling plutommi/Customer/custresource/CustImgResExt.c ...
Compiling plutommi/Customer/custresource/CustENFBImgMap.c ...
Compiling plutommi/Customer/custresource/CustAdoMap.c ...
Compiling plutommi/Customer/custresource/CustAdoRes.c ...
Compiling plutommi/Customer/custresource/CustAdoMapExt.c ...
Compiling plutommi/Customer/custresource/CustAdoResExt.c ...
Compiling plutommi/Customer/custresource/CustMenuRes.c ...
Compiling plutommi/Customer/custresource/CustStrMap.c ...
"plutommi\Customer\custresource\CustStrMap.c", line 3: Warning: C2299E: Initialiser list must

contain at least one expression
"plutommi\Customer\custresource\CustStrMap.c", line 3: Serious error: C2435E: uninitialised

static [] arrays illegal
"plutommi\Customer\custresource\CustStrMap.c", line 5: Warning: C2299E: Initialiser list must

contain at least one expression
"plutommi\Customer\custresource\CustStrMap.c", line 5: Serious error: C2435E: uninitialised

static [] arrays illegal
plutommi\Customer\custresource\CustStrMap.c: 2 warnings, 0 errors, 2 serious errors
tools\make.exe[1]: *** [CustStrMap.obj] Error 1
tools\make.exe[1]: Leaving directory `E:/MT25_081207_N'
...全文
827 20 打赏 收藏 转发到动态 举报
写回复
用AI写文章
20 条回复
切换为时间正序
请发表友善的回复…
发表回复
abillchen 2010-03-13
  • 打赏
  • 举报
回复
不好意思,好久没上线,才发现不少有关心。那个时候刚接手,从没搞过MTK。后来问题查明了。是ref_list文件被不同版本的EXCEL打开后,可能会有问题,替换一个备份就好了。谢谢大家。结贴了。
妖怪 2009-10-17
  • 打赏
  • 举报
回复
自己单步跟一下resgen流程吧

也不知道你是什么版本 帮不上太大忙了
chenzhp 2009-10-13
  • 打赏
  • 举报
回复
先clean,然后重新new一次
凭栏听惊雷 2009-10-12
  • 打赏
  • 举报
回复
应该是代码问题吧,如果是ref_list有问题,至少代码会有你自己写的那个str的值
xiaojuncheng 2009-10-09
  • 打赏
  • 举报
回复
引用楼主 abillchen 的回复:
请各位大侠帮我看看这个LOG报错,是怎么回事.


tools\make.exe[1]: Do not specify -j or --jobs if sh.exe is not available.
tools\make.exe[1]: Resetting make for single job mode.
tools\make.exe[1]: Entering directory `E:/MT25_081207_N'
Compiling plutommi/Customer/custresource/CustImgMap.c ...
Compiling plutommi/Customer/custresource/CustImgRes.c ...
Compiling plutommi/Customer/custresource/CustImgMapExt.c ...
Compiling plutommi/Customer/custresource/CustImgResExt.c ...
Compiling plutommi/Customer/custresource/CustENFBImgMap.c ...
Compiling plutommi/Customer/custresource/CustAdoMap.c ...
Compiling plutommi/Customer/custresource/CustAdoRes.c ...
Compiling plutommi/Customer/custresource/CustAdoMapExt.c ...
Compiling plutommi/Customer/custresource/CustAdoResExt.c ...
Compiling plutommi/Customer/custresource/CustMenuRes.c ...
Compiling plutommi/Customer/custresource/CustStrMap.c ...
"plutommi\Customer\custresource\CustStrMap.c", line 3: Warning: C2299E: Initialiser list must

contain at least one expression
"plutommi\Customer\custresource\CustStrMap.c", line 3: Serious error: C2435E: uninitialised

static [] arrays illegal
"plutommi\Customer\custresource\CustStrMap.c", line 5: Warning: C2299E: Initialiser list must

contain at least one expression
"plutommi\Customer\custresource\CustStrMap.c", line 5: Serious error: C2435E: uninitialised

static [] arrays illegal
plutommi\Customer\custresource\CustStrMap.c: 2 warnings, 0 errors, 2 serious errors
tools\make.exe[1]: *** [CustStrMap.obj] Error 1
tools\make.exe[1]: Leaving directory `E:/MT25_081207_N'





我靠,大哥,你不知道吗?你的程序有问题啊,你的代码都有问题,这是基本问题,你的代码都没有写好,我真汗~~~~~~~~~


我觉得你也是半桶水啊,。。。。是资源文件出问题了。生成资源文件的时候应该有其他的报错。
xiaojuncheng 2009-10-09
  • 打赏
  • 举报
回复
资源生成的时候报错了,
xiangding 2009-10-03
  • 打赏
  • 举报
回复
plutommi\Customer\custresource\CustStrMap.c", line 3: Serious error: C2435E: uninitialised

static [] arrays illegal


这一行报错了。。。。
zjc8858 2009-09-09
  • 打赏
  • 举报
回复
一头雾水
longqm1984 2009-09-02
  • 打赏
  • 举报
回复
[Quote=引用楼主 abillchen 的回复:]
请各位大侠帮我看看这个LOG报错,是怎么回事.


tools\make.exe[1]: Do not specify -j or --jobs if sh.exe is not available.
tools\make.exe[1]: Resetting make for single job mode.
tools\make.exe[1]: Entering directory `E:/MT25_081207_N'
Compiling plutommi/Customer/custresource/CustImgMap.c ...
Compiling plutommi/Customer/custresource/CustImgRes.c ...
Compiling plutommi/Customer/custresource/CustImgMapExt.c ...
Compiling plutommi/Customer/custresource/CustImgResExt.c ...
Compiling plutommi/Customer/custresource/CustENFBImgMap.c ...
Compiling plutommi/Customer/custresource/CustAdoMap.c ...
Compiling plutommi/Customer/custresource/CustAdoRes.c ...
Compiling plutommi/Customer/custresource/CustAdoMapExt.c ...
Compiling plutommi/Customer/custresource/CustAdoResExt.c ...
Compiling plutommi/Customer/custresource/CustMenuRes.c ...
Compiling plutommi/Customer/custresource/CustStrMap.c ...
"plutommi\Customer\custresource\CustStrMap.c", line 3: Warning: C2299E: Initialiser list must

contain at least one expression
"plutommi\Customer\custresource\CustStrMap.c", line 3: Serious error: C2435E: uninitialised

static [] arrays illegal
"plutommi\Customer\custresource\CustStrMap.c", line 5: Warning: C2299E: Initialiser list must

contain at least one expression
"plutommi\Customer\custresource\CustStrMap.c", line 5: Serious error: C2435E: uninitialised

static [] arrays illegal
plutommi\Customer\custresource\CustStrMap.c: 2 warnings, 0 errors, 2 serious errors
tools\make.exe[1]: *** [CustStrMap.obj] Error 1
tools\make.exe[1]: Leaving directory `E:/MT25_081207_N'

[/Quote]


我靠,大哥,你不知道吗?你的程序有问题啊,你的代码都有问题,这是基本问题,你的代码都没有写好,我真汗~~~~~~~~~
part26 2009-06-22
  • 打赏
  • 举报
回复
至少有两个ref_list文件,一个是模拟器的资源,另一个才是手机上的,看清楚别填错了。
JavaAndJava 2009-06-09
  • 打赏
  • 举报
回复
发个广告

1:招聘MTK游戏程序员。熟悉C语言,熟悉ARM编译。
2:有良好的团队意识,能够自主开发MTK平台游戏。
3:熟悉JAVA语言,有J2ME游戏开发经验优先。
4:有思凯平台开发经验优先。
5:有手机游戏开发经验优先。
6:做过BREW优先。

公司:北京华娱无线
招聘信箱:zhaopin@imy.cn
妖怪 2009-05-23
  • 打赏
  • 举报
回复
这里是你的资源生成失败了 检查一下资源生成流程吧
妖怪 2009-04-25
  • 打赏
  • 举报
回复
你看一下plutommi\customer

还有ref_list文件

这里好像是字符串资源文件生成失败了

具体只能看你目录里面的文件还有make脚本的路径是不是设对了

lius1984 2009-04-24
  • 打赏
  • 举报
回复
这不很清楚吗,static数组声明时就要初始化值
儿大不由爷 2009-04-24
  • 打赏
  • 举报
回复
代码的问题吧
Oo_Oo_ 2009-04-24
  • 打赏
  • 举报
回复
帖代码
loveisbug 2009-04-23
  • 打赏
  • 举报
回复
把那几行代码贴出来看看啊
abillchen 2009-04-22
  • 打赏
  • 举报
回复
自己顶起来,在线盼望中......
abillchen 2009-04-22
  • 打赏
  • 举报
回复
再顶起来....

790

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 其他移动相关
社区管理员
  • 移动开发其他问题社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧