extern void LCD_Switch_240X400_for_special_screen_entry( void ); extern void LCD_Switch_240X400_for_special_screen_exit( void ); #endif
#ifdef __AUX_LCD_WQVGA_SWITCH__ LCD_Switch_240X400_for_special_screen_exit(); #endif
EntryNewScreen(SCR3000_FUNANDGAMES, NULL, mmi_fng_entry_screen, NULL);
在EntryNewScreen函数前调用 推出的翻转函数 可解决 55.
Q:6235-0936平台有如下报错:
Error: L6218E: Undefined symbol OslIntMsgSendExtQueue (referred from DMGUPI_SysMsiMei.obj).
Error: L6218E: Undefined symbol OslIntConstructDataPtr (referred from DMGUPI_Add.obj).
A:
在dmg_client.c中添加如下代码 #include \
#ifdef OslIntConstructDataPtr #undef OslIntConstructDataPtr
void *OslIntConstructDataPtr(U32 size) {
return mmi_construct_msg_local_para_int(size,NULL,0); }
#endif
#ifdef OslIntMsgSendExtQueue #undef OslIntMsgSendExtQueue
void OslIntMsgSendExtQueue(MYQUEUE *Message) {
return mmi_msg_send_ext_queue(Message); }
#endif
21
53. \line 183: Serious error: C2335E:
\line 618: Warning: C2220W: Superfluous ',' in 'enum' declaration
\line 141: Warning: C2207W: inventing 'extern int bra_cbm_get_app_id();'
\line 162: Warning: C2207W: inventing 'extern int bra_is_profile_initializing();'
\line 235: Warning: C2870W: variable 's_buffer' declared but not used
\line 235: Warning: C2870W: variable 'cur_net_id' declared but not used
\line 235: Warning: C2870W: variable 'net_id2' declared but not used
\line 235: Warning: C2870W: variable 'net_id' declared but not used
\line 235: Warning: C2870W: variable 'dual_net_id' declared but not used
\line 285: Warning: C2207W: inventing 'extern int soc_app_deactivate_req_hdlr();'
\mmi_chset_get_default_encoding_type() - give arg types
\line 249: Warning: C2207W: inventing 'extern int KKNwkInitial();'
\line 259: Warning: C2207W: inventing 'extern int KKNwkDestroy();'
plutommi\\KkfApps\\Share\\DMG_Client.c: 12 warnings, 0 errors, 1 serious error make[1]: *** [DMG_Client.obj] Error 1
方法:在DMG_clicent.c 添加mmi_frm_input_gprot.h。
1.mtk6253_0952的链接报错汇总:
Warning: L6340W: options first and last are ignored for link type of -scattered Warning: L6304W: Duplicate input file mtk_lib\\MT6253\\S00\\gprs\\dsp_ram.lib ignored.
Error: L6218E: Undefined symbol bra_cmn_set_homepage (referred from DMG_Client.obj).
Error: L6218E: Undefined symbol AlmEnableSPOF (referred from DMG_Porting.obj).
22
Error: L6218E: Undefined symbol ClearEntryHandler (referred from DMGUPI_GuiScreen.obj).
Error: L6218E: Undefined symbol SetEntryHandler (referred from DMGUPI_GuiScreen.obj).
Error: L6218E: Undefined symbol MMI_menu_shortcut_number (referred from DMGUPI_GuiScreen.obj).
Error: L6218E: Undefined symbol MMI_disable_title_shortcut_display (referred from DMGUPI_GuiScreen.obj).
Error: L6218E: Undefined symbol PhnsetSetDT (referred from DMGUPI_Time.obj).
Error: L6218E: Undefined symbol SetInlineMultiLineRdOnly (referred from DMGUPI_Category.obj).
Error: L6218E: Undefined symbol OslIntConstructDataPtr (referred from DMGUPI_Call.obj).
Error: L6218E: Undefined symbol OslIntMsgSendExtQueue (referred from DMGUPI_Call.obj).
Error: L6218E: Undefined symbol mmi_gfx_is_aud_on (referred from platform_Add.obj).
Error: L6218E: Undefined symbol mmi_gfx_is_vib_on (referred from platform_Add.obj).
Not enough information to produce a SYMDEFs file. Not enough information to list image symbols. Not enough information to list the image map.
Not enough information to list the image sizes and/or totals. Finished: 4 information, 2 warning and 12 error messages.
2.以下的是所有平台,如果使用了最新的移植包的,都有报错:
Error: L6218E: Undefined symbol mmi_frm_sms_get_card2_profile_detail (referred from DMG_Client.obj).
3.MTK6225_0812、MTK6235_08B的链接报错:
Error: L6218E: Undefined symbol mmi_phb_entry_main_menu_inner (referred from DMG_Client.obj).
56. BOOL DynamicModuleInit(void) {return FALSE;}
VOID *GetRegistedFunction(CHAR* funcname) {return NULL;}
VOID *DynamicRunApplicationEx(VOID* appMemory, INT type, CHAR* alias)
23
{return NULL;}
BOOL AddRegisterFunction(CHAR* funcname, VOID* function) {return FALSE;}
BOOL DynamicDeleteAppliacation(VOID* app) {return FALSE;}
void mmi_idle_remove_dialer_screen_exit_handler(void) {} 55 找对方的工程师啊! 唐朝彪(125085840) 17:28:43 是的,我和他在一起找问题 蒙化(30141425) 17:28:49 唐朝彪(125085840) 17:28:53 现在才找大家帮忙 袁庆伟(1143587271) 17:28:55 重启没有?? 秦安国(275668381) 17:28:23 把分布式重启 唐朝彪(125085840) 17:28:59 唐朝彪(125085840) 17:29:03 重启过了 唐朝彪(125085840) 17:29:10 还有呢? 王建军(121179972) 17:29:11
24
分布式 唐朝彪(125085840) 17:30:20 确定重启就行了吗? 唐朝彪(125085840) 17:30:30 还有什么其它的方法? 秦安国(275668381) 17:30:23 不用分布式编译 小颢(1186597989) 17:31:09 说明 分布式不稳定 王建军(121179972) 17:31:08 分布式 蒙化(30141425) 17:31:27 你们刚才是不是用360等工具删除了文件? 小颢(1186597989) 17:31:31 找安国说的做 stop掉 单编 日期:2010-7-13 唐朝彪(125085840) 09:43:22 陶,我昨天加班到7:30 唐朝彪(125085840) 09:43:44 刘来项目(地点:地界之窗) 陶江月(34872605) 09:44:00 好的 蒙化(30141425) 14:42:43 陈俊童鞋,在吗? 25