[Mingw-w64-public] Trouble cross-compiling llvm

2012-06-19 Thread Christer Solskogen
I'm using a cross compiler (GCC-4.7.1 and the latest mingw-w64-trunk) on my FreeBSD machines, and I'm trying to use that compiler to create a native llvm/clang-compiler(trunk) for Windows. But I'm having trouble. /usr/home/solskogen/mingw-w64-builder/llvm/lib/Support/Errno.cpp: In function 'std

Re: [Mingw-w64-public] Trouble cross-compiling llvm

2012-06-21 Thread Ruben Van Boxem
Op 19 jun. 2012 20:04 schreef "Christer Solskogen" < christer.solsko...@gmail.com> het volgende: > > I'm using a cross compiler (GCC-4.7.1 and the latest mingw-w64-trunk) on > my FreeBSD machines, and I'm trying to use that compiler to create a > native llvm/clang-compiler(trunk) for Windows. But I

Re: [Mingw-w64-public] Trouble cross-compiling llvm

2012-06-21 Thread Christer Solskogen
On 21/6/2012 10:13 AM, Ruben Van Boxem wrote: > > Op 19 jun. 2012 20:04 schreef "Christer Solskogen" > > het > volgende: > > > > I'm using a cross compiler (GCC-4.7.1 and the latest mingw-w64-trunk) on > > my FreeBSD machines, and I'm trying to use that comp

Re: [Mingw-w64-public] Trouble cross-compiling llvm

2012-06-24 Thread Christer Solskogen
On 21/6/2012 10:13 AM, Ruben Van Boxem wrote: > How did you configure LLVM? Last time I checked, everything worked fine > (but something might have changed). > It was due to a bug in LLVM. The patch was/is (is fixed in trunk) Index: Errno.cpp