zoukankan      html  css  js  c++  java
  • 查看编译的TOC信息

    /***************************************************
     *作     者:温子祺
     *联系方式:wenziqi@hotmail.com
     ***************************************************/

    例子1:PB6.0通过Clear SysGen产生的TOC编译信息。

    Found pTOC at 0000156c
    No imports for nk.exe
    No imports for kernel.dll
    No imports for coredll.dll
    No imports for k.coredll.dll
    Warning: Unable to do imports from ppp.dll to RSAENH.dll - will late bind
    Warning: Unable to do imports from schannel.dll to RSAENH.dll - will late bind
    Warning: Unable to do imports from k.schannel.dll to RSAENH.dll - will late bind
    Warning: Unable to do imports from eapol.dll to RSAENH.dll - will late bind
    Warning: Unable to do imports from eapchap.dll to RSAENH.dll - will late bind
    Warning: Unable to do imports from crypt32.dll to RSAENH.dll - will late bind
    Warning: Unable to do imports from k.crypt32.dll to RSAENH.dll - will late bind
    No imports for shdoclc.dll
    No imports for pwd_res.dll
    Processing NK

    Writing C:\WINCE600\OSDesigns\Mini2440\Mini2440\RelDir\Mini2440_ARMV4I_Release\NK.bin
    Table of contents  81f9524c  00002658  (      9816)
    Writing ROM signature and TOC pointer at 80200040
    Kernel data copy section  814e7ce0  00000020  (        32)
    ROM Header                81f951f8  00000054  (        84)
    First DLL Address:       4001c001
    Last DLL Address:        415fc09e
    Physical Start Address:  80200000
    Physical End Address:    81f978a4
    Start RAM:               82000000
    Start of free RAM:       8200e000
    End of RAM:              83e00000
    Number of Modules:       207
    Number of Copy Sections: 2
    Copy Section Offset:     814e7ce0
    Kernel Flags:            00000002
    FileSys 4K Chunks/Mbyte: 48 <2Mbyte  48 2-4Mbyte  0 4-6Mbyte  0 >6Mbyte
    CPU Type:                    01c2h
    Miscellaneous Flags:         0002h
    Extensions Pointer:      80201570
    Total ROM size:          01d978a4 (  31029412)
    Starting ip:             80201000
    Raw files size:          00c34e4a
    Compressed files size:   0079f4ca
    Compacting bin file...
    Writing rom file...
    Start 80200000 Len 00000004
    Start 80200040 Len 00000008
    Start 80200048 Len 00000004

    例子2:通过Make Run-Time Image编译迅速产生TOC编译信息。

    Writing C:\WINCE600\OSDesigns\Mini2440\Mini2440\RelDir\Mini2440_ARMV4I_Release\NK.bin
    Table of contents  81f9524c  00002658  (      9816)
    Writing ROM signature and TOC pointer at 80200040
    Kernel data copy section  814e7ce0  00000020  (        32)
    ROM Header                81f951f8  00000054  (        84)
    First DLL Address:       4001c001
    Last DLL Address:        415fc09e
    Physical Start Address:  80200000
    Physical End Address:    81f978a4
    Start RAM:               82000000
    Start of free RAM:       8200e000
    End of RAM:              83e00000
    Number of Modules:       207
    Number of Copy Sections: 2
    Copy Section Offset:     814e7ce0
    Kernel Flags:            00000002
    FileSys 4K Chunks/Mbyte: 48 <2Mbyte  48 2-4Mbyte  0 4-6Mbyte  0 >6Mbyte
    CPU Type:                    01c2h
    Miscellaneous Flags:         0002h
    Extensions Pointer:      80201570
    Total ROM size:          01d978a4 (  31029412)
    Starting ip:             80201000
    Raw files size:          00c34e4a
    Compressed files size:   0079f4ca
    Compacting bin file...
    Writing rom file...
    Start 80200000 Len 00000004
    Start 80200040 Len 00000008
    Start 80200048 Len 00000004
    Start 80201000 Len 0002f3d4

    。。。。。。。。。。。。。。。。。。。。。

    Start 81f9524c Len 00002658
    Creating rom file C:\WINCE600\OSDesigns\Mini2440\Mini2440\RelDir\Mini2440_ARMV4I_Release\NK.nb0
    Done!
    makeimg: Check for C:\WINCE600\OSDesigns\Mini2440\Mini2440\RelDir\Mini2440_ARMV4I_Release\PostRomImage.bat to run.
    makeimg: Check for C:\WINCE600\OSDesigns\Mini2440\Mini2440\RelDir\Mini2440_ARMV4I_Release\PostMakeImg.bat to run.
    makeimg: Change directory to C:\WINCE600.
    makeimg: run command: cmd /C C:\WINCE600\public\common\oak\misc\pbpostmakeimg
    Mini2440 - 0 error(s), 8 warning(s)

    转载请注明出处,谢谢!

  • 相关阅读:
    HDU 5119 Happy Matt Friends(DP || 高斯消元)
    URAL 1698. Square Country 5(记忆化搜索)
    POJ 2546 Circular Area(两个圆相交的面积)
    URAL 1430. Crime and Punishment(数论)
    HDU 1111 Secret Code (DFS)
    HDU 1104 Remainder (BFS求最小步数 打印路径)
    URAL 1091. Tmutarakan Exams(容斥原理)
    PDO连接mysql8.0报PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers错误
    swoole简易实时聊天
    centos安装netcat
  • 原文地址:https://www.cnblogs.com/wenziqi/p/1806358.html
Copyright © 2011-2022 走看看