mt2503 11A工程遇到 font_gen.exe 执行错误 (res_gen_font_tool.log)...
时间:10-02
整理:3721RD
点击:
[Vector Font]11A工程遇到font_gen.exe 执行错误(res_gen_font_tool.log) 的编译问题
DESCRIPTION
11A工程遇到font_gen.exe执行错误
[SOLUTION]
1、首先是需要安装vc2008软件
2、11A的代码编译环境与之前的不一样了,需要进行手动配置,相关文件如下(需要客户仔细阅读下面的文档,并按照文档中的说明下载安装一些执
行档):
1).SOP_Third_Party_Package_Installation.doc(Validfor09Bandpriorrelease)
/ProductLine/WCX/FeaturePhoneData/Software_Customer/StandardPackage(forAllWCPFeaturePhoneCustomers)/BuildEnvironment
2).mtk_MakeBuild_Design_Customer.docx(Validfor10AW1108MPandlaterrelease)
/ProductLine/WCX/FeaturePhoneData/Software_Customer/StandardPackage(forAllWCPFeaturePhoneCustomers)/BuildEnvironment
3).MoDIS_User_Manual_Customer.doc(Validfor10AW1108MPandlaterelease)
/ProductLine/WCX/FeaturePhoneData/Software_Customer/StandardPackage(forAllWCPFeaturePhoneCustomers)/MoDIS
此外,目前Mingw相关执行档:
1.MinGW-3.1.0-1.exe
2.gcc-core-3.3.1-20030804-1.tar.gz
3.gcc-g++-3.3.1-20030804-1.tar.gz
4.mingw32-make.exe
若无法获得这四支执行档,可与蔽司接口人联系取得。
另,若上述问题解决,发现ARM可以编译通过,但是modis还有错误,提示cl.exe有错误:
主要原因是由于codepath太长导致,超过windowslimit256bytes,请缩短path即可。
DESCRIPTION
11A工程遇到font_gen.exe执行错误
[SOLUTION]
1、首先是需要安装vc2008软件
2、11A的代码编译环境与之前的不一样了,需要进行手动配置,相关文件如下(需要客户仔细阅读下面的文档,并按照文档中的说明下载安装一些执
行档):
1).SOP_Third_Party_Package_Installation.doc(Validfor09Bandpriorrelease)
/ProductLine/WCX/FeaturePhoneData/Software_Customer/StandardPackage(forAllWCPFeaturePhoneCustomers)/BuildEnvironment
2).mtk_MakeBuild_Design_Customer.docx(Validfor10AW1108MPandlaterrelease)
/ProductLine/WCX/FeaturePhoneData/Software_Customer/StandardPackage(forAllWCPFeaturePhoneCustomers)/BuildEnvironment
3).MoDIS_User_Manual_Customer.doc(Validfor10AW1108MPandlaterelease)
/ProductLine/WCX/FeaturePhoneData/Software_Customer/StandardPackage(forAllWCPFeaturePhoneCustomers)/MoDIS
此外,目前Mingw相关执行档:
1.MinGW-3.1.0-1.exe
2.gcc-core-3.3.1-20030804-1.tar.gz
3.gcc-g++-3.3.1-20030804-1.tar.gz
4.mingw32-make.exe
若无法获得这四支执行档,可与蔽司接口人联系取得。
另,若上述问题解决,发现ARM可以编译通过,但是modis还有错误,提示cl.exe有错误:
主要原因是由于codepath太长导致,超过windowslimit256bytes,请缩短path即可。
Mingw相关执行档:
1.MinGW-3.1.0-1.exe
2.gcc-core-3.3.1-20030804-1.tar.gz
3.gcc-g++-3.3.1-20030804-1.tar.gz
4.mingw32-make.exe
mark!