Tool/software: Code Composer Studio
Hi there - In CCSv7 if I import a project and select "Copy projects into workspace" the files are still symlinks to the original files in the PDK package directory structure.
I'm trying to work through the IPC examples on this page: http://processors.wiki.ti.com/index.php/Linux_IPC_on_AM57xx#Adding_IPC_to_an_existing_TI_RTOS_application_on_the_IPU
I'm unable to copy and paste a project unless the original project is imported into CCS with the files copied into the CCS workspace as opposed to linked back to the PDK "MyExampleProjects" directory.
I was going to try and manually replace the links with copies of the original files but I can't find where these links are made in CCSv7. They're not regular symlnks since I can't see them in the workspace directory itself. For example, files such as main_uart_example.c and uart_m4_evmAM572x.cfg are still linked back to the PDK "MyExampleProjects" directory even though I imported the project with "Copy projects into workspace" selected.
If I try to look for any references within the workspace, I'm not seeing anything:
grep -ri main_uart_example.c *
returns nothing.
Any ideas very welcome...am I missing something when importing the project?
Thanks,
Dermot
