Hello!
We're using TC 5.2.1.250 (licensed) with C++ Builder 10.4 to speed up our project.
Unfortunately, there is one developer's machine with linker error, that we cannot quite figure out.
Out project is big and has good chunk of legacy code. And we're using clang.
The error is following:
C:\Program Files (x86)\JomiTech\TwineCompile\TCTargets104.targets : error : Fatal: Out of memory
Build logs are attached.
TC 5.2.1.250: Out of memory
-
- Posts: 1
- Joined: Thu May 27, 2021 8:03 am
TC 5.2.1.250: Out of memory
- Attachments
-
- PPSKiosk_build_fail_2021_05_27_14_19.rar
- (98.51 KiB) Downloaded 533 times
Re: TC 5.2.1.250: Out of memory
Linker memory issues are very difficult to pinpoint unfortunately. Try enabling the Split DWARF functionality introduced in 10.4.2 - that was built to help with linker memory issues.
Jon