Search found 22 matches
- Tue Nov 14, 2023 11:01 am
- Forum: General
- Topic: Building Large 64bit DEBUG Exes with Split DWARF option
- Replies: 14
- Views: 67546
Re: Building Large 64bit DEBUG Exes with Split DWARF option
From GetIt, 11.3. Could have to do with our local changes to the .targets file (for customized eurekalog postprocessing step and TC_DisableProgress for reduced logspam).
- Tue Nov 14, 2023 9:13 am
- Forum: General
- Topic: Building Large 64bit DEBUG Exes with Split DWARF option
- Replies: 14
- Views: 67546
Re: Building Large 64bit DEBUG Exes with Split DWARF option
Hi Jon,
Did this make it to an updated build yet?
Did this make it to an updated build yet?
- Thu Jan 13, 2022 9:32 am
- Forum: General
- Topic: TwineCompile with MSbuild, but not with IDE
- Replies: 14
- Views: 59307
Re: TwineCompile with MSbuild, but not with IDE
This no longer appears to work with the TcTargets110.targets file. Do we have to change something?
- Thu Dec 16, 2021 8:54 am
- Forum: General
- Topic: Eureka log link issue
- Replies: 13
- Views: 68463
Re: Eureka log link issue
Makes sense.
I'm attaching my modified targets file for Alexandria, perhaps it's useful to someone.
I'm attaching my modified targets file for Alexandria, perhaps it's useful to someone.
- Thu Dec 02, 2021 4:03 am
- Forum: General
- Topic: Eureka log link issue
- Replies: 13
- Views: 68463
Re: Eureka log link issue
Thanks, that is helpful. What is the difference between _PerformLink and TCPostLink? Is the former some internal method suitable only for 64-bit builds? A slightl refinement in the <Exec> block allows the EurekaLog postprocessor only to be invoked when the EUREKALOG preprocessor symbol is defined. A...
- Wed Dec 01, 2021 4:39 pm
- Forum: General
- Topic: Eureka log link issue
- Replies: 13
- Views: 68463
Re: Eureka log link issue
Hi Jon,
Would this work for 64-bit builds too?
Would this work for 64-bit builds too?
- Tue Sep 21, 2021 3:22 am
- Forum: General
- Topic: TwineCompile not available on GetIt, RAD studio 11
- Replies: 21
- Views: 109784
Re: TwineCompile not available on GetIt, RAD studio 11
Any updates on this? In the meantime, can the Sydney version be installed (outside of GetIt)?
- Tue Sep 07, 2021 6:10 am
- Forum: General
- Topic: Compiler error grouping (suggestion)
- Replies: 1
- Views: 6780
Compiler error grouping (suggestion)
When using the CLANG compiler, errors are often emitted with references to multiple (chained) locations in source code. When making a project with the IDE's own compiler, these grouped errors are initially presented with only the top-level visible, and more details can be obtained by expanding the e...
- Tue Aug 31, 2021 3:57 am
- Forum: General
- Topic: Build process starts out with just 1 unit
- Replies: 8
- Views: 15670
Re: Build process starts out with just 1 unit
Hi Jon,
Thanks for that. I've done a bunch of builds with it, and I believe this works as expected. Each project now starts with multiple compiler invocations right away. I hope this will make it into an official update
Thanks for that. I've done a bunch of builds with it, and I believe this works as expected. Each project now starts with multiple compiler invocations right away. I hope this will make it into an official update
- Fri Aug 27, 2021 8:22 am
- Forum: General
- Topic: Build process starts out with just 1 unit
- Replies: 8
- Views: 15670
Re: Build process starts out with just 1 unit
We're using the CLang compiler.