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 (mast

Error cross-compiling binutils-gdb for windows

2021-04-06 Thread Stepan Klymonchuk
ommon/callback.c:414 (path relative to project root), takes a long (32 bit integer) as a parameter: static longos_time (host_callback *p, long *t){ return wrap (p, time (t)); } How can I fix this error? Stepan Klymonchuk