Other Parts Discussed in Thread: TMDSCNCD28379D, C2000WARE
主题中讨论的其他器件: C2000WARE
我有一个带有集线站的 TMDSCNCD28379D controlCARD。 我使用 CC 12.3.0.00005.
我正在尝试获取 C:\ti\c2000\C2000Ware_4_03_00\driverlib\f2837xd\examples\cpu1\usb\usb_ex7_host_msc.c 来进行构建。
我导入该工程并遇到以下错误:
生成目标:"usb_ex7_host_msc.out"
调用:C2000链接器
"c:/ti/ccs1230/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000 /ti/ccs1230/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/lib /Users/brentw/workspace_v12/usb_ex7_host_msc/CPU1_RAM/syscfg -v28 -ml -mt -cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --define=CCS_c2k --define=debug --define=CPU1 --warn_diag=10063 /ti/c2000/C2000Ware_4_03_00_00 /ti/ccs1230/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include xml_link_info="usb_ex7_host_obj_linkInfo.xml"-- entry_point=code_start -- rom_model -o "usb_ex7_host_obj.out"./cmdline.obj"./fat_usbmsc.obj"./ff.dmscidio.msc".".".usb_c_lib_lib_libc.obj."/syscfg/board.obj /syscfg/c2000ware_libraries.obj /device/device.obj /ti/c2000/C2000Ware_4_03_00_00/driverlib/f2837xd/driverlib/ccs/Debug/driverlib.lib /ti/c2000/C2000Ware_4_03_00_00/libraries/communications/usb/f2837xd/lib/usblib.lib "/device/F2837xD_CodeStartBranch.obj
"../2837xD_RAM_lnk_CPU1_USB.cmd"、第64行:错误#10099-D:程序将无法装入可用内存、或该段包含的调用站点需要无法为此段生成的 trampoline。 针对段".data"大小0x44f PAGE 1运行对齐/分块失败。 可用存储器范围:
RAMGS6to11_combined 大小:0x6000未使用:0xad 最大空洞:0xad
错误#10010:链接过程中遇到错误;未生成"usb_ex7_host_msc.out"
>>编译失败
Makefile:150:目标"usb_ex7_host_msc.out"的配方失败
gmake[1]:***[USB_EX7_HOST_msc.out]错误1.
Makefile:146:目标'all'的食谱失败
gmake:***[全部]错误2.
我不确定这为什么不是开箱即用的?
不确定我需要怎么做才能构建它?
非常感谢您提供任何帮助。