volume.pjt
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. ; Code Composer Project File, Version 2.0 (do not modify or remove this line)
  2. [Project Settings]
  3. ProjectDir="C:ICETEK-DM642-C V2.22Lab401-USECCS"
  4. ProjectType=Executable
  5. CPUFamily=TMS320C64XX
  6. Tool="Compiler"
  7. Tool="DspBiosBuilder"
  8. Tool="Linker"
  9. Config="Debug"
  10. Config="Release"
  11. [Source Files]
  12. Source="....tic6000cgtoolslibrts6400.lib"
  13. Source="load.asm"
  14. Source="vectors.asm"
  15. Source="VOLUME.C"
  16. Source="volume.cmd"
  17. ["Compiler" Settings: "Debug"]
  18. Options=-g -q -fr"C:ICETEK-DM642-C V2.22Lab401-USECCSDebug" -d"_DEBUG" -mv6400
  19. ["Compiler" Settings: "Release"]
  20. Options=-q -o3 -fr"C:ICETEK-DM642-C V2.22Lab401-USECCSRelease" -mv6400
  21. ["DspBiosBuilder" Settings: "Debug"]
  22. Options=-v6x
  23. ["DspBiosBuilder" Settings: "Release"]
  24. Options=-v6x
  25. ["Linker" Settings: "Debug"]
  26. Options=-q -c -heap400h -m".Debugvolume.map" -o".Debugvolume.out" -stack400h -w -x
  27. ["Linker" Settings: "Release"]
  28. Options=-q -c -m".Releasevolume.map" -o".Releasevolume.out" -w -x