Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I add custom build steps (eg partial link) to CCStudio library pjts?

0
Posted

How do I add custom build steps (eg partial link) to CCStudio library pjts?

0

In CCStudio it is tricky to add complex custom build steps when building an archive. This can be necessary if say, you wish to build a library which you pre-build with partial linking in order to create a relocatable object file with certain global symbols hidden. This technique is often used with 3rd party code which runs on other processors i.e. the 3rd party is not keen to change symbol names hence the –h linker switch is used to hide symbols and prevent symbol collision in end-applications. The problem is that it’s tricky to add such steps to a CCStudio pjt of type Library i.e. There is no Linker Tab in this Built Tools Interface. Hence its cumbersome to try and add lnk6x based steps. One solution is to flip the Project Type to Executable.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123