Re: [Mingw-w64-public] Mingw toolchains and Clang

2014-01-16 Thread Abir Basak
Long time ago we add possibility to build Clang into mingw-builds scripts. Now we want to provide Clang builds for mingw-w64 toolchains. There are two possibilities that we can do: *1. *Include clang builds into toolchain archive *2.* Provide separate builds of GCC+Clang I have a question

Re: [Mingw-w64-public] GDB version information for ruben vb build (Ruben Van Boxem)

2013-06-03 Thread Abir Basak
I was using build by Ruben for Mingw W64 for long times with Qt Creator IDE. However from version 2.7 onward it fails to debug using the gdb shipped by it. The reason is most likely that it fails to parse the gdb version information like GNU gdb (rubenvb-4.7.2-release)

Re: [Mingw-w64-public] GDB version information for ruben vb build (Ruben Van Boxem) (Ruben Van Boxem)

2013-06-03 Thread Abir Basak
It seems clear to me that you should submit a patch that fixes this to Qt Project, and also if possible file the boost unit_test issue with the mingw-builds project. I took the liberty to submit a bug report to the Qt Project: https://bugreports.qt-project.org/browse/QTCREATORBUG-9452

[Mingw-w64-public] GDB version information for ruben vb build

2013-06-02 Thread Abir Basak
I was using build by Ruben for Mingw W64 for long times with Qt Creator IDE. However from version 2.7 onward it fails to debug using the gdb shipped by it. The reason is most likely that it fails to parse the gdb version information like GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs (Or

[Mingw-w64-public] Clang 64bit

2013-04-05 Thread Abir Basak
If I understand correctly, according to Ruben Van Boxem clang 64 bit compiler on windows can not be used for compilation as exception handling is broken. Also Ruben had clarified that clang 32 bit windows debug information is also useless and it can not be used to debug a program, though

[Mingw-w64-public] Debugging Clang 3.2 rubenvb build

2013-03-07 Thread Abir Basak
If I want to debug an executable created with clang 3.2 rubenvb build, it shows DW_FORM_strp pointing outside .debug_str section The gdb version comes with the build GNU gdb (rubenvb-4.6.3-2-release) 7.5.50.20121228-cvs Is there any way I can debug an application compiled with clang 3.2 ? Thank