Re: [Development] ARM GDB with Python support for Windows host

2014-12-10 Thread Ray Donnelly
On Wed, Dec 10, 2014 at 9:31 AM, Denis Shienkov 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 s

Re: [Development] ARM GDB with Python support for Windows host

2014-12-10 Thread Denis Shienkov
Oops, now all builds without errors. Just need to use make.exe from MSYS, instead of mingw32-make from MinGW. It is my stupid mistake. 2014-12-10 12:31 GMT+03:00 Denis Shienkov : > Hi all. > > I trying to build a GDB (with python suport) for the ARM target on Windows > host (with MinGW/MSYS), >

[Development] ARM GDB with Python support for Windows host

2014-12-10 Thread Denis Shienkov
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/QtCreatorBuil