Unfortunately I’ve not been successful in using LDC-0.17.6 or ltsmaster to bootstrap and build a newer LDC release.

But I have managed to build LDC-1.23 using GDC as the host D compiler. However, the resulting build errors when building itself or other D Lang package. Below is the error message.  Any ideas?

#0 0x0000000812b17248 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/local/llvm10/lib/libLLVM-10.so+0x1f93248)
#1 0x0000000812b178f4 (/usr/local/llvm10/lib/libLLVM-10.so+0x1f938f4)
#2 0x0000000812b14970 llvm::sys::RunSignalHandlers() (/usr/local/llvm10/lib/libLLVM-10.so+0x1f90970)
#3 0x0000000812b18030 (/usr/local/llvm10/lib/libLLVM-10.so+0x1f94030)
#4 0x0000000815924274 handle_signal /usr/src/lib/libthr/thread/thr_sig.c:303:3

ninja: build stopped: subcommand failed.

On Fri, Dec 10, 2021 at 12:22 AM Curtis Hamilton <clhamilto@gmail.com> wrote:
I’m using ltsmaster.    

On Thu, Dec 9, 2021 at 10:00 PM kinke via digitalmars-d-ldc <digitalmars-d-ldc@puremagic.com> wrote:
Which D host compiler are you using?