On Wed, Dec 10, 2014 at 9:31 AM, Denis Shienkov <[email protected]> wrote: > Hi all. > > I trying to build a GDB (with python suport) for the ARM target on Windows > host (with MinGW/MSYS), > but without of result. It is failed on libiconv v1.14 building (a wrong > -DINSTALLDIR escaping without quotes in libcharset sub-dir). > > I use this WIKI: http://qt-project.org/wiki/QtCreatorBuildGdb > > Has anyone a URL to download a latest ready GDB binaries (at least v 7.8.x) > ?
GDB 7.8.x doesn't demangle some C++ symbols (specifically one from Qt Creator) properly (it causes gdb to recurse until stack runs out). On MSYS2 I've pinned GDB to 7.6.2 because of that: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62279 > > Because I see only a latest 7.4.x version from here: > > http://download.qt-project.org/development_releases/prebuilt/gdb/windows-7/qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar.gz > > Best regards, > Denis > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
