• 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

     

  • 相关阅读:
    XML
    DAO
    JDBC
    事物、视图、索引、备份和恢复
    用户
    高级查询2
    高级查询1
    数据库设计
    初识MySQL
    古代和现在的区别Hashtable和HashMap
  • 原文地址:https://www.cnblogs.com/libra13179/p/10762494.html
Copyright © 2020-2023  润新知