Re: [cfe-users] How to debug cryptic error message?

2020-08-25 Thread David Blaikie via cfe-users
Unfortunately, probably the first thing I'd try is assembling with the GNU assembler instead (using clang -fno-integrated-as, or using gcc as your assembler driver should reach your system assembler which is probably gas). LLVM's integrated assembler could use a better error message, to be sure.

Re: [cfe-users] Building with Clang (on Windows) - but for Linux

2020-08-25 Thread Csaba Raduly via cfe-users
Hi John, On Tue, 25 Aug 2020 at 17:47, John Emmas via cfe-users wrote: > > Sorry about the confusing subject line!! I use Visual Studio 2019 on > Windows 10 and I've just installed something called WSL (Windows > Subsystem for Linux) which allows it to build apps for Linux. A big > part of this

[cfe-users] Building with Clang (on Windows) - but for Linux

2020-08-25 Thread John Emmas via cfe-users
Sorry about the confusing subject line!! I use Visual Studio 2019 on Windows 10 and I've just installed something called WSL (Windows Subsystem for Linux) which allows it to build apps for Linux. A big part of this involves installing a Linux distro and I've chosen Debian (mostly it just inst

[cfe-users] How to debug cryptic error message?

2020-08-25 Thread Gary Benson via cfe-users
Hi all, I'm trying to compile a generated assembler file using clang, but I'm getting a cryptic error message: bash$ clang -c dw2-double-set-die-type_clang.s :0: error: Undefined temporary symbol :0: error: Undefined temporary symbol Are there command-line options I can use to narrow down