[EXT_EP-13146] $(GEL_file_dir) macro can only be used once for a function call Created: 13/Jan/26 Updated: 04/Mar/26 Resolved: 04/Mar/26 |
|
| Status: | Fixed |
| Project: | Embedded Software & Tools |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | TI User | Assignee: | TI User |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Product: | Code Composer Studio Debugger |
| Internal ID: | CCBT-3710 |
| Found In Release: | CCS_20.4.0 CCS_12.8.0 |
| Fix In Release: | CCS_20.5.0 |
| Affected Platform/Device: | Generic |
| Description |
|
It appears that the $(GEL_file_dir) macro can only be used once for a function call. For example: GEL_TextOut("$(GEL_file_dir)/file1.c $(GEL_file_dir)/file2.c\n"); Would result in the GEL output: CORTEX_M0P: GEL Output: C:\ti\ccs1281\ccs\ccs_base\emulation\gel/file1.c $(GEL_file_dir)/file2.c The issue occurs with both CCS 12.8.1 and CCS 20.4.0. |