[EXT_EP-10043] Change documentation of --symbol_map Created: 11/Sep/20 Updated: 03/Aug/23 Resolved: 03/Aug/23 |
|
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 Generation Tools |
Internal ID: | CODEGEN-8177 |
Forum URL: | https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/938308
https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1161383/mcu-plus-sdk-am243x-lts1-3-0-linker-option---symbol_map-does-not-work |
Found In Release: | C2000_22.6.0.LTS C6000_8.3.0 C7000_2.1.0.LTS MSP430_21.6.0.LTS ARMCLANG_1.3.0.LTS ARM_20.2.0.LTS |
Fix In Release: | MSP430_NEXT* ARMCLANG_3.0.0.STS C7000_3.1.0.LTS C2000_NEXT* |
Affected Platform/Device: | default |
Workaround: | Use the option with double quotes:
--symbol_map="Sym1=Sym2" |
Description |
The Assembly Language Tools user guide gives the following example for the --symbol_map option: The single quotes don't work in all cases. Remove the quotes from the example and state that there should be no spaces. Please note that this applies to all compilers. |