[Development] ARM GDB with Python support for Windows host

Ray Donnelly mingw.android at gmail.com
Wed Dec 10 12:21:28 CET 2014


On Wed, Dec 10, 2014 at 9:31 AM, Denis Shienkov
<denis.shienkov at gmail.com> 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
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>



More information about the Development mailing list