主题中讨论的其他器件:C2000WARE
我在文件夹"组件"中存储了许多常见的软件组件。 在一个 projectspec 文件中、我将创建几个工程、这些工程链接到不同的组件 iin 文件夹"Components"。 我将该 projectspec 文件导入 CCS 后、它始终会报告以下错误。 如果我 在不同项目中建立到整个组件文件夹的链接、就可以了。 但是、如果我对不同项目中的不同文件夹建立多个

proectspec 文件的内容:
<projectSpec>
<project
name="falcon_10k_cpu1_boot"
device="TMS320F28388D"
outputFormat="ELF"
launchWizard="False"
linkerCommandFile=""
products="c2000ware_software_package"
>
<configuration name="CPU1_BOOT_RAM" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_DLIB_ROOT}
-I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_HEADERS_INCLUDE}
-I${FlashAPI_INCLUDE_ROOT}
-I${C2000WARE_BOOTROM_INCLUDE}
-I${C2000WARE_BOOTROM_HWINC}
-v28 -ml -mt --cla_support=cla2 --cla_background_task=on --cla_signed_compare_workaround=on
--define=RAM --float_support=fpu64 --tmu_support=tmu0 --define=DEBUG --define=CPU1 --define=BOOT --gen_func_subsections
--define=_DUAL_HEADERS --diag_warning=225 --diag_suppress=10063"
linkerBuildOptions="-I${FlashAPI_LIB_ROOT} --entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
/>
<configuration name="CPU1_BOOT_FLASH" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_DLIB_ROOT}
-I${C2000WARE_DLIB_ROOT_LIB}
-I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_HEADERS_INCLUDE}
-I${FlashAPI_INCLUDE_ROOT}
-I${C2000WARE_BOOTROM_INCLUDE}
-I${C2000WARE_BOOTROM_HWINC}
-v28 -ml -mt --cla_support=cla2 --cla_background_task=on --cla_signed_compare_workaround=on
--define=_FLASH --float_support=fpu64 --tmu_support=tmu0 --define=CPU1 --define=BOOT --gen_func_subsections
--define=_DUAL_HEADERS --diag_warning=225 --diag_suppress=10063"
linkerBuildOptions="-I${FlashAPI_LIB_ROOT} -I${C2000WARE_DLIB_ROOT_LIB} --entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
postBuildStep="${CG_TOOL_HEX} -boot -a -sci8 ${BuildArtifactFileName} -o ${BuildArtifactFileBaseName}.hex"
/>
<pathVariable name="C2000WARE_DLIB_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" scope="project" />
<pathVariable name="C2000WARE_DLIB_ROOT_LIB" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/ccs/Release/" scope="project" />
<pathVariable name="C2000WARE_COMMON_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/" scope="project" />
<pathVariable name="C2000WARE_HEADERS_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/headers/include/" scope="project" />
<pathVariable name="C2000WARE_BOOTROM_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/boot_rom/f2838x/revA/rom_sources/cpu1/F2838x_ROM/bootROM/include/" scope="project" />
<pathVariable name="C2000WARE_BOOTROM_HWINC" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/boot_rom/f2838x/revA/rom_sources/cpu1/F2838x_ROM/inc/" scope="project" />
<pathVariable name="FlashAPI_INCLUDE_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/flash_api/f2838x/c28x/include/FlashAPI/" scope="project" />
<pathVariable name="FlashAPI_LIB_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/flash_api/f2838x/c28x/lib/" scope="project" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/driverlib.h" targetDirectory="device" />
<file action="link" path="../src/modules/cpu1_boot/cpu1_boot_main.c" targetDirectory="" />
<file action="link" path="../src/device.c" targetDirectory="device" />
<file action="link" path="../src/device.h" targetDirectory="device" />
<file action="link" path="../src/common" targetDirectory="" />
<file action="link" path="../src/modules/cpu1_boot/config" targetDirectory="" />
<file action="link" path="../src/modules/cpu1_boot/application" targetDirectory="" />
<file action="link" path="../src/components/EcuM" targetDirectory="components" />
<file action="link" path="../src/components/SimpleOS" targetDirectory="components" />
<file action="link" path="../src/components/Device/DevLed" targetDirectory="components/Device" />
<file action="link" path="../src/components/Device/DevVariant" targetDirectory="components/Device" />
<file action="link" path="../src/components/Driver/DrvCore" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Driver/DrvDio" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Driver/DrvDsp" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Driver/DrvGpt" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Driver/DrvPort" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Interface/IfVariant" targetDirectory="components/Interface" />
<file action="link" path="../src/components/Service/SvVariantManager" targetDirectory="components/Service" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/targetConfigs/TMS320F28388D.ccxml" targetDirectory="targetConfigs" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" targetDirectory="device" excludeFromBuild="True" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/source/f2838x_codestartbranch.asm" targetDirectory="device" />
<file action="link" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/ccs/Debug/driverlib.lib" targetDirectory="" />
<file action="link" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/flash_api/f2838x/c28x/lib/F2838x_C28x_FlashAPI.lib" targetDirectory="" />
<file action="link" path="../cmd/2838x_RAM_CLA_lnk_cpu1_bootloader.cmd" targetDirectory="" applicableConfigurations="CPU1_BOOT_RAM" />
<file action="link" path="../cmd/2838x_FLASH_CLA_lnk_cpu1_bootloader.cmd" targetDirectory="" applicableConfigurations="CPU1_BOOT_FLASH" />
</project>
<project
name="falcon_10k_cpu1_app"
device="TMS320F28388D"
outputFormat="ELF"
launchWizard="False"
linkerCommandFile=""
products="c2000ware_software_package"
>
<configuration name="CPU1_APP_RAM" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device -I${C2000WARE_DLIB_ROOT} -I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_HEADERS_INCLUDE} -v28 -ml -mt --cla_support=cla2 --cla_background_task=on
--cla_signed_compare_workaround=on --define=RAM --float_support=fpu64 --tmu_support=tmu0 --fp_mode=relaxed
--define=DEBUG --define=CPU1 --define=APP --gen_func_subsections --define=_DUAL_HEADERS --diag_warning=225
--diag_suppress=10063" linkerBuildOptions="--entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
/>
<configuration name="CPU1_APP_FLASH_A" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device -I${C2000WARE_DLIB_ROOT} -I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_HEADERS_INCLUDE} -v28 -ml -mt --cla_support=cla2 --cla_background_task=on
--cla_signed_compare_workaround=on --define=_FLASH --float_support=fpu64 --tmu_support=tmu0 --fp_mode=relaxed
--define=CPU1 --define=APP --define=ABANK --gen_func_subsections --define=_DUAL_HEADERS --diag_warning=225
--diag_suppress=10063" linkerBuildOptions="--entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
postBuildStep="${CG_TOOL_HEX} -boot -a -sci8 ${BuildArtifactFileName} -o ${BuildArtifactFileBaseName}.hex"
/>
<configuration name="CPU1_APP_FLASH_B" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device -I${C2000WARE_DLIB_ROOT} -I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_HEADERS_INCLUDE} -v28 -ml -mt --cla_support=cla2 --cla_background_task=on
--cla_signed_compare_workaround=on --define=_FLASH --float_support=fpu64 --tmu_support=tmu0 --fp_mode=relaxed
--define=CPU1 --define=APP --define=BBANK --gen_func_subsections --define=_DUAL_HEADERS --diag_warning=225
--diag_suppress=10063" linkerBuildOptions="--entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
postBuildStep="${CG_TOOL_HEX} -boot -a -sci8 ${BuildArtifactFileName} -o ${BuildArtifactFileBaseName}.hex"
/>
<pathVariable name="C2000WARE_DLIB_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" scope="project" />
<pathVariable name="C2000WARE_COMMON_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/" scope="project" />
<pathVariable name="C2000WARE_HEADERS_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/headers/include/" scope="project" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/driverlib.h" targetDirectory="device" />
<file action="link" path="../src/modules/cpu1_app/cpu1_app_main.c" targetDirectory="" />
<file action="link" path="../src/device.c" targetDirectory="device" />
<file action="link" path="../src/device.h" targetDirectory="device" />
<file action="link" path="../src/common" targetDirectory="" />
<file action="link" path="../src/modules/cpu1_app/config" targetDirectory="" />
<file action="link" path="../src/modules/cpu1_app/application" targetDirectory="" />
<file action="link" path="../src/components/" targetDirectory="" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/targetConfigs/TMS320F28388D.ccxml" targetDirectory="targetConfigs" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" targetDirectory="device" excludeFromBuild="True" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/source/f2838x_codestartbranch.asm" targetDirectory="device" />
<file action="link" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/ccs/Debug/driverlib.lib" targetDirectory="" />
<file action="link" path="../cmd/2838x_RAM_CLA_lnk_cpu1_application.cmd" targetDirectory="" applicableConfigurations="CPU1_APP_RAM" />
<file action="link" path="../cmd/2838x_FLASH_CLA_lnk_cpu1_application_bank_a.cmd" targetDirectory="" applicableConfigurations="CPU1_APP_FLASH_A" />
<file action="link" path="../cmd/2838x_FLASH_CLA_lnk_cpu1_application_bank_b.cmd" targetDirectory="" applicableConfigurations="CPU1_APP_FLASH_B" />
</project>
<project
name="falcon_10k_cpu2_boot"
device="TMS320F28388D"
outputFormat="ELF"
launchWizard="False"
linkerCommandFile=""
products="c2000ware_software_package"
>
<configuration name="CPU2_BOOT_RAM" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device
-I${C2000WARE_DLIB_ROOT}
-I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_HEADERS_INCLUDE}
-I${FlashAPI_INCLUDE_ROOT}
-I${C2000WARE_BOOTROM_INCLUDE}
-I${C2000WARE_BOOTROM_HWINC}
-v28 -ml -mt --cla_support=cla2 --cla_background_task=on --cla_signed_compare_workaround=on
--define=RAM --float_support=fpu64 --tmu_support=tmu0 --define=DEBUG --define=CPU2 --gen_func_subsections
--define=_DUAL_HEADERS --diag_warning=225 --diag_suppress=10063"
linkerBuildOptions="-I${FlashAPI_LIB_ROOT} --entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
/>
<configuration name="CPU2_BOOT_FLASH" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device
-I${C2000WARE_DLIB_ROOT}
-I${C2000WARE_DLIB_ROOT_LIB}
-I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_HEADERS_INCLUDE}
-I${FlashAPI_INCLUDE_ROOT}
-I${C2000WARE_BOOTROM_INCLUDE}
-I${C2000WARE_BOOTROM_HWINC}
-v28 -ml -mt --cla_support=cla2 --cla_background_task=on --cla_signed_compare_workaround=on
--define=_FLASH --float_support=fpu64 --tmu_support=tmu0 --define=CPU2 --gen_func_subsections
--define=_DUAL_HEADERS --diag_warning=225 --diag_suppress=10063"
linkerBuildOptions="-I${FlashAPI_LIB_ROOT} -I${C2000WARE_DLIB_ROOT_LIB} --entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
postBuildStep="${CG_TOOL_HEX} -boot -a -sci8 ${BuildArtifactFileName} -o ${BuildArtifactFileBaseName}.hex"
/>
<pathVariable name="C2000WARE_DLIB_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" scope="project" />
<pathVariable name="C2000WARE_DLIB_ROOT_LIB" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/ccs/Release/" scope="project" />
<pathVariable name="C2000WARE_COMMON_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/" scope="project" />
<pathVariable name="C2000WARE_HEADERS_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/headers/include/" scope="project" />
<pathVariable name="C2000WARE_BOOTROM_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/boot_rom/f2838x/revA/rom_sources/cpu1/F2838x_ROM/bootROM/include/" scope="project" />
<pathVariable name="C2000WARE_BOOTROM_HWINC" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/boot_rom/f2838x/revA/rom_sources/cpu1/F2838x_ROM/inc/" scope="project" />
<pathVariable name="FlashAPI_INCLUDE_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/flash_api/f2838x/c28x/include/FlashAPI/" scope="project" />
<pathVariable name="FlashAPI_LIB_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/flash_api/f2838x/c28x/lib/" scope="project" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/driverlib.h" targetDirectory="device" />
<file action="link" path="../src/modules/cpu2_boot/cpu2_boot_main.c" targetDirectory="" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/targetConfigs/TMS320F28388D.ccxml" targetDirectory="targetConfigs" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" targetDirectory="device" excludeFromBuild="True" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/source/f2838x_codestartbranch.asm" targetDirectory="device" />
<file action="link" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/ccs/Debug/driverlib.lib" targetDirectory="" />
<file action="link" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/libraries/flash_api/f2838x/c28x/lib/F2838x_C28x_FlashAPI.lib" targetDirectory="" />
<file action="link" path="../cmd/2838x_RAM_CLA_lnk_cpu2_bootloader.cmd" targetDirectory="" applicableConfigurations="CPU2_BOOT_RAM" />
<file action="link" path="../cmd/2838x_FLASH_CLA_lnk_cpu2_bootloader.cmd" targetDirectory="" applicableConfigurations="CPU2_BOOT_FLASH" />
</project>
<project
name="falcon_10k_cpu2_app"
device="TMS320F28388D"
outputFormat="ELF"
launchWizard="False"
linkerCommandFile=""
products="c2000ware_software_package"
>
<configuration name="CPU2_APP_RAM" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device -I${C2000WARE_DLIB_ROOT} -I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_HEADERS_INCLUDE} -v28 -ml -mt --cla_support=cla2 --cla_background_task=on
--cla_signed_compare_workaround=on --define=RAM --float_support=fpu64 --tmu_support=tmu0 --fp_mode=relaxed
--define=DEBUG --define=CPU2 --define=APP --gen_func_subsections --define=_DUAL_HEADERS --diag_warning=225
--diag_suppress=10063" linkerBuildOptions="--entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
/>
<configuration name="CPU2_APP_FLASH_A" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device -I${C2000WARE_DLIB_ROOT} -I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_HEADERS_INCLUDE} -v28 -ml -mt --cla_support=cla2 --cla_background_task=on
--cla_signed_compare_workaround=on --define=_FLASH --float_support=fpu64 --tmu_support=tmu0 --fp_mode=relaxed
--define=CPU2 --define=APP --define=ABANK --gen_func_subsections --define=_DUAL_HEADERS --diag_warning=225
--diag_suppress=10063" linkerBuildOptions="--entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
postBuildStep="${CG_TOOL_HEX} -boot -a -sci8 ${BuildArtifactFileName} -o ${BuildArtifactFileBaseName}.hex"
/>
<configuration name="CPU2_APP_FLASH_B" compilerBuildOptions="--opt_level=1
-I${PROJECT_ROOT}/device -I${C2000WARE_DLIB_ROOT} -I${C2000WARE_COMMON_INCLUDE}
-I${C2000WARE_DLIB_ROOT}/../examples/falcon10k-dsp/main/src/components
-I${workspace_loc:/${ProjName}/config}
-I${workspace_loc:/${ProjName}/application}
-I${workspace_loc:/${ProjName}/common}
-I${C2000WARE_HEADERS_INCLUDE} -v28 -ml -mt --cla_support=cla2 --cla_background_task=on
--cla_signed_compare_workaround=on --define=_FLASH --float_support=fpu64 --tmu_support=tmu0 --fp_mode=relaxed
--define=CPU2 --define=APP --define=BBANK --gen_func_subsections --define=_DUAL_HEADERS --diag_warning=225
--diag_suppress=10063" linkerBuildOptions="--entry_point code_start --stack_size=0x3F8 --heap_size=0x200"
postBuildStep="${CG_TOOL_HEX} -boot -a -sci8 ${BuildArtifactFileName} -o ${BuildArtifactFileBaseName}.hex"
/>
<pathVariable name="C2000WARE_DLIB_ROOT" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" scope="project" />
<pathVariable name="C2000WARE_COMMON_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/" scope="project" />
<pathVariable name="C2000WARE_HEADERS_INCLUDE" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/headers/include/" scope="project" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/include/driverlib.h" targetDirectory="device" />
<file action="link" path="../src/modules/cpu2_app/cpu2_app_main.c" targetDirectory="" />
<file action="link" path="../src/device.c" targetDirectory="device" />
<file action="link" path="../src/device.h" targetDirectory="device" />
<file action="link" path="../src/common" targetDirectory="" />
<file action="link" path="../src/modules/cpu2_app/config" targetDirectory="" />
<file action="link" path="../src/modules/cpu2_app/application" targetDirectory="" />
<file action="link" path="../src/components/EcuM" targetDirectory="components" />
<file action="link" path="../src/components/SimpleOS" targetDirectory="components" />
<file action="link" path="../src/components/Device/DevLed" targetDirectory="components/Device" />
<file action="link" path="../src/components/Device/DevVariant" targetDirectory="components/Device" />
<file action="link" path="../src/components/Driver/DrvCore" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Driver/DrvDio" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Driver/DrvGpt" targetDirectory="components/Driver" />
<file action="link" path="../src/components/Interface/IfVariant" targetDirectory="components/Interface" />
<file action="link" path="../src/components/Service/SvVariantManager" targetDirectory="components/Service" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/targetConfigs/TMS320F28388D.ccxml" targetDirectory="targetConfigs" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/" targetDirectory="device" excludeFromBuild="True" />
<file action="copy" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/device_support/f2838x/common/source/f2838x_codestartbranch.asm" targetDirectory="device" />
<file action="link" path="${COM_TI_C2000WARE_SOFTWARE_PACKAGE_INSTALL_DIR}/driverlib/f2838x/driverlib/ccs/Debug/driverlib.lib" targetDirectory="" />
<file action="link" path="../cmd/2838x_RAM_CLA_lnk_cpu2_application.cmd" targetDirectory="" applicableConfigurations="CPU2_APP_RAM" />
<file action="link" path="../cmd/2838x_FLASH_CLA_lnk_cpu2_application_bank_a.cmd" targetDirectory="" applicableConfigurations="CPU2_APP_FLASH_A" />
<file action="link" path="../cmd/2838x_FLASH_CLA_lnk_cpu2_application_bank_b.cmd" targetDirectory="" applicableConfigurations="CPU2_APP_FLASH_B" />
</project>
</projectSpec>