zoukankan      html  css  js  c++  java
  • MTK6261之Catcher工具的Database Path

    在Catcher使用使用的时候我们常用要选择Database Path

    设置数据库的路径,编译自动生成的文件:

    设置路径选项: (一般是在对应工程文件的路径 stdatabase_classb) 【我们要选择以“BPLGUInfoCustomAppSrcP_”开头的文件】

     

    如果不确定其实还可以通过

    在make的时候来确认

    然后在刚才的文本中找到下面类似的数据

    [...省略]
    Generating DbgInfo Database...
    [DbgInfoGen] Printing the DBGINFO header...
    [DbgInfoGen] Parsing the symbol table...
    [DbgInfoGen] Parsing the line table...
    [DbgInfoGen]     ARM Linker, RVCT3.1 [Build 569]

    [DbgInfoGen] Printing the symbol table...
    [DbgInfoGen] Printing the file table...
    [DbgInfoGen] The DbgInfo DB is created. (. stdatabase_classbDbgInfo_11CW1352MP_MBLTEK61D_MOS_3232_11C_L206XV01_01B06_00_2019_04_24_14_19)
    make[1]: Entering directory `C:/Users/Administrator/Desktop/L206X_code20190321'
    make[1]: Leaving directory `C:/Users/Administrator/Desktop/L206X_code20190321'
    Cgen -sfcm:
    [Info] File ./tst/database_classb/_BPLGUInfoCustomAppSrcP_MT6261_S00_L206XV01_01B06_00.check is not opened.
    Check DB result: -1
    Generating ". stdatabase_classbBPLGUInfoCustomAppSrcP_MT6261_S00_L206XV01_01B06_00".
    Create file ". stdatabase_classbBPLGUInfoCustomAppSrcP_MT6261_S00_L206XV01_01B06_00" successfully.
    CGen time spent : 2964 milliseconds. [...省略]

    Database Path

    . stdatabase_classbBPLGUInfoCustomAppSrcP_MT6261_S00_L206XV01_01B06_00

     

  • 相关阅读:
    正则表达式基础知识
    成功的基本法则
    Java实现简单的格式化信函生成器
    C实现哈希表
    C实现求解给定文本中以指定字符开头和结尾的子串数量的三种算法
    Java实现求解二项式系数及代码重构
    Java 异常处理学习总结
    C实现大整数幂求模问题的两种算法
    linux 学习前言
    提高编程能力的10种方法
  • 原文地址:https://www.cnblogs.com/libra13179/p/10762494.html
Copyright © 2011-2022 走看看