- go ot group folder where bld.inf file is stored.for example, cd /uiqsrc/qapps/sharedui/qcontactssharedui/group
- > abld reallyclean
- > abld makefile armv5
- > abld listing armv5 urel QContacUI ContactsListBoxModel
- The final two arguments are the MMP and CPP names for the function you want to look at
- The final output is: Created [...]/contactslistboxmodel.ARMV5.lst. And the .lst file is one we're interested in
Create the assembly listing of cpp file on Symbian
构建ARMv5列表文件
本文介绍了如何通过abld命令创建ARMv5架构下的联系人列表框模型(.lst)文件的过程。具体步骤包括进入包含bld.inf文件的目录、执行清理操作、指定目标架构为ARMv5,并最终生成特定函数的列表文件。

被折叠的 条评论
为什么被折叠?



