[EXT_EP-8521] Linker takes over 5 minutes to finish Created: 06/Dec/17 Updated: 19/Feb/20 Resolved: 06/Dec/17 |
|
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-4078 |
Forum URL: | https://e2e.ti.com/support/development_tools/compiler/f/343/t/646472 |
Found In Release: | PRU_2.2.0 C6000_8.2.0 C2000_15.12.3.LTS |
Fix In Release: | C6000_8.3.0 C6000_8.2.3 ARM_16.9.7.LTS |
Workaround: | None. If the linker command file wants to be that specific about memory ranges, then the work has to be done, and the option to disable the work has its own bug. |
Release Notes: | Linking may take excessively long when the linker command file specifically places a lot of variables at specific addresses, especially for C2000. The original report was placing more than 300 variables. The --no_placement_optimization option is not a workaround because it causes a linker crash. Both problems are fixed together. |
Description |
Linker takes over 5 minutes to finish |