Hello,
I've had to edit the root GEL file (i.e. C:\ti\ccs1240\ccs\ccs_base\emulation\gel\AM263x\AM263x.gel ) to enable mutli-core debugging.
Since it is edited I need to commit it to a VCS and so I've moved the root GEL file to the project targetConfigs directory and of course modified the Target Configuration initialization script field accordingly.
I added the GEL_file_dir path variable:
However, the Path Variable GEL_file_dir referred doesn't resolve correctly...
//Load the common GEL GEL_LoadGel( "$(GEL_file_dir)/AM263_common/AM263_common.gel");
...and I get the following error:
How can I implement GEL_file_dir please?