[EXT_EP-9828] Remove --asm_includes as CCS option Created: 28/May/20 Updated: 27/May/21 Resolved: 21/Dec/20 |
|
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 IDE |
Internal ID: | CCSIDE-3856 |
Forum URL: | https://e2e.ti.com/support/tools/ccs/f/81/t/909231 |
Found In Release: | C6000_8.3.0 MSP430_20.2.0.LTS ARM_18.12.0.LTS C2000_20.12.0.STS PRU_2.3.0 C7000_2.0.0.STS* ARM_20.2.0.LTS C2000_20.2.0.LTS C7000_1.4.0.LTS MSP430_20.12.0.STS PRU_2.4.0* MSP430_18.12.0.LTS C2000_18.12.0.LTS |
Fix In Release: | ARM_20.2.5.LTS MSP430_21.6.0.LTS C2000_21.6.0.LTS C7000_2.0.0.STS* C7000_1.4.2.LTS MSP430_18.12.8.LTS C2000_20.2.5.LTS C2000_18.12.8.LTS ARM_18.12.8.LTS PRU_2.4.0* PRU_2.3.4* MSP430_20.2.5.LTS C6000_8.3.9 |
Affected Platform/Device: | default |
Description |
The compiler option --asm_includes performs preprocessing for assembly files, but instead of writing preprocessed output, writes a list of files included with the #include directive. The compilation ends once the preprocessing is complete and no object file is created. Therefore, this can be confusing to CCS users who expect an executable at the end of their build. |