T264.cmd
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:1k
源码类别:

mpeg/mp3

开发平台:

Visual C++

  1. /*
  2.  *  Copyright 2001 by Texas Instruments Incorporated.
  3.  *  All rights reserved. Property of Texas Instruments Incorporated.
  4.  *  Restricted rights to use, duplicate or disclose this code are
  5.  *  granted through contract.
  6.  */
  7. /*
  8.  *  ======== T264.cmd ========
  9.  *
  10.  */
  11. -heap  0x6FFFFF/*0x9100;0xEF7B000;0xFFFFFF*/
  12. -stack 0x1000/*0xC00;0x1330;0x97B00;0x15E00This Stack Is So Long We Will Make It short !*/
  13. MEMORY 
  14. {  
  15.    ISRAM0       : origin = 0x0,         len = 0x400
  16.    ISRAM1       : origin = 0x80000000,         len = 0x1FC00
  17.    SDRAM       : origin = 0x80020000,         len = 0x7FFFFF/*0xFFFFFFF*/
  18. }
  19. SECTIONS
  20. {
  21.         .vectors > ISRAM0
  22.         .text    > SDRAM
  23. .switch  > ISRAM1
  24. .bss     > ISRAM1
  25.         .cinit   > ISRAM1
  26.         .const   > ISRAM1
  27.         .far     > ISRAM1
  28.         .stack   > ISRAM1
  29.         .cio     > ISRAM1
  30.         .sysmem  > SDRAM
  31.         
  32. }
  33. /*-priority*/
  34. -priority
  35. -l rtdx64xx.lib         /* RTDX support */
  36. -l cslDM642.lib
  37. -l rts6400.lib          /* C and C++ run-time library support */