Re: Error cross-compiling binutils-gdb for windows

2021-04-07 Thread Stepan Klymonchuk
Yes, I need to compile binutils with gdb and sim. Should I report this bug to bug-...@gnu.org? Stepan Klymonchuk On Wed, 7 Apr 2021 at 03:46, Alan Modra wrote: > On Tue, Apr 06, 2021 at 03:31:40PM +0200, Stepan Klymonchuk wrote: > > I cloned binutils-gdb repository from here (master branch) on

Re: Error cross-compiling binutils-gdb for windows

2021-04-06 Thread Alan Modra
On Tue, Apr 06, 2021 at 03:31:40PM +0200, Stepan Klymonchuk wrote: > I cloned binutils-gdb repository from here (master branch) on a linux > machine (Ubuntu) and I want to compile it for Windows (using > x86_64_w64_mingw32 toolchain). > > First, I ran ./configure with the following options to spec

Error cross-compiling binutils-gdb for windows

2021-04-06 Thread Stepan Klymonchuk
I cloned binutils-gdb repository from here (master branch) on a linux machine (Ubuntu) and I want to compile it for Windows (using x86_64_w64_mingw32 toolchain). First, I ran ./configure with the following options to specify the cross-compile toolchain. ./configure --prefix=/usr/x86_64-w64-mingw3