make new plutommi,但是build mmiresource时候报错,根据mmiresource.log[/COLOR]的信息,有两个报错
1、custimgdataHw.c[/COLOR]中一个数组结尾缺少一个“};”
__align(4) const U8 __MAINLCD__MOBILETVPLAYER__SCANNING[] =
{
0x29, 0x04, 0x00, 0x00, 0x00, 0x39, 0x00, 0x0F,
0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00,
0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00,
0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00,
0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC8, 0x00, 0x00, 0x00,//这里缺少};[/COLOR]
__align(4) const U8 __MAINLCD__MOBILETVPLAYER__MTV_BT_CONNECT_PREVIEW_GIF[] =
{//....};
2、custimgres.c[/COLOR]中一个ID未定义
(U8*)&__MAINLCD__MOBILETVPLAYER__MTV_BT_CONNECT_PREVIEW_GIF,[/COLOR]
我make new时的那个报错是怎么产生的呢?
初学者,问题比较多,希望各位高手不吝指点,谢谢谢谢!
[em02][em02][em02] |