Tool/software: Code Composer Studio
I have downloaded edma3_lld_02_12_00_20 and I'm trying to build the edma3_driver example. I'm accustomed to tweaking the include path and linker search path to get examples to build, but this one has me beaten.
When I try to build the configuration sub-project, I get a "can't find library" error. See console output below. It might be due to "Repository resolves to a location that does not exist" message that I see in BuildSettings>General>RTSC>ProductsAndRepositories>OtherRepositories, where there's an entry ../../../../../packages. Can anyone tell me what this ought to be pointing to? Or which folder the relative path is starting from? Or maybe this isn't the problem at all? I assume this is pointing to "C:/ti/edma3_lld_02_12_00_20/packages" which does exist.
But the missing lib is not in C:\ti\edma3_lld_02_12_00_20\packages. The only place I can find it is in C:\ti\xdctools_3_25_03_72\packages\ti\targets\rts6000\lib which is puzzling because I thought we were using XDCtools 3.31.0.24_core, so where should the missing lib be?
In desperation, I added xdctools 3.25.03 under Other Repositories, but that creates greater confusion, so that doesn't seem to be the solution.
Please help!
(Also, as a side issue, why are the examples set up to use COFF? Is there anything to beware of when changing them to ELF, as I will surely need to do when I incorporate them into my program.)
Thanks
Roy
Here's part of the console output:
configuring ccs_edma3_drv_bios6_c6748_st_sample.x674 from package/cfg/ccs_edma3_drv_bios6_c6748_st_sample_p674.cfg ...
js: "C:/ti/xdctools_3_31_00_24_core/packages/xdc/cfg/Main.xs", line 48: XDC runtime error: can't find the library 'lib/ti.targets.rts6000.a674' specified by package ti.targets.rts6000. It wasn't found along the path 'C:/ti/edma3_lld_02_12_00_20/packages;C:/ti/tirtos_c6000_2_00_01_23/packages;C:/ti/tirtos_c6000_2_00_01_23/products/bios_6_40_01_15/packages;C:/ti/tirtos_c6000_2_00_01_23/products/ipc_3_10_01_11/packages;C:/ti/tirtos_c6000_2_00_01_23/products/ndk_2_23_01_01/packages;C:/ti/tirtos_c6000_2_00_01_23/products/uia_2_00_00_28/packages;C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_31_00_24_core/packages;..;'.
gmake.exe: *** [package/cfg/ccs_edma3_drv_bios6_c6748_st_sample_p674.xdl] Error 1