This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi,
We have a linker command file with a large number of sections and the linker takes more than 5 minutes to complete the linking. The linked result seems to work just fine.
Is there anything we can do the decrease the link time?
Thanks.
What version of the compiler tools (not CCS) do you use? Do you use the build option --opt_level=4?
Thanks and regards,
-George
You may be experiencing the same issue discussed in this forum thread. We never got a test case, so we don't know the root cause. The workaround in that case is to use --no_sym_merge. That may be the case for you as well. No matter what, I'd appreciate if we could get a test case from you. Is your code organized as a CCS project? If so, please package it into a .zip file as described in the article Project Sharing, and attach that to your next post.
Thanks and regards,
-George
Rather than post a test case here, you can send it to me privately. Is that possible?
Thanks and regards,
-George
Eric Sun said:I can send you the link cmd file in private and see if that helps.
I appreciate the offer. Unfortunately, having only that one file will not help.
Eric Sun said:Unlikely I will get an OK to send the entire project.
I don't need the entire project. I can reproduce the link if I have the following:
Is that something you can put into a zip file and send to me privately? If so, here is how the send step works. Hover your mouse over my screen name or avatar. A box will pop up. Click on Send a private message. In the message compose interface which comes up, use the paper clip icon to attach the zip file.
Thanks and regards,
-George
Thank you for sending in a test case. I can reproduce the problem. I filed CODEGEN-4078 in the SDOWP system to have this investigated. You are welcome to follow it with the SDOWP link below in my signature.
Thanks and regards,
-George