On Mon, May 02, 2005 at 08:40:15AM -0700, [EMAIL PROTECTED] wrote:
> When I run make to build binutils I get an error message saying mkstemp should
> be used in bucomm.c instead of mktemp.
No, you get a *warning*. Killing the warning is non-trivial.
--
Alan Modra
IBM OzLabs - Linux Technology C
/usr/lib64/gcc/powerpc64-suse-linux/4.0.1/crtsavres.o
/usr/lib64/gcc/powerpc64-suse-linux/4.0.1/crtend.o
/usr/lib64/gcc/powerpc64-suse-linux/4.0.1/../../../../lib64/crtn.o
GNU ld version 2.16.90 20050505
Supported emulations:
elf64ppc
elf32ppclinux
elf32ppc
elf32ppcsim
/home/abuild
When I run make to build binutils I get an error message saying mkstemp should
be used in bucomm.c instead of mktemp. In ChangeLog-0001, there is a not from
Steven J Hill (2001-11-12) saying to use mkstemp in place of mktemp. There is
also a note from Nick Clifton (2001-11-14) saying to use mkstemp
--- Additional Comments From hjl at lucon dot org 2005-05-05 17:44 ---
Fixed with:
http://sourceware.org/ml/binutils/2005-04/msg00822.html
--
What|Removed |Added
--- Additional Comments From nickc at redhat dot com 2005-05-05 17:00
---
Hi,
This appears to be a bug in the symbol value evaluation code in gas. It has
special case code for + and - based expressions, but for others it just ignores
any errors unless the value is being finalized.
--- Additional Comments From levon at movementarian dot org 2005-05-05
14:44 ---
Subject: Re: bfd leaks memory in several places
On Thu, May 05, 2005 at 02:36:01PM -, nickc at redhat dot com wrote:
> The least intrusive way to resolve most of these would be to provide a
> new fun
--- Additional Comments From nickc at redhat dot com 2005-05-05 14:35
---
Subject: Re: New: bfd leaks memory in several places
Hi John,
> bfd has several memory leaks. I'm fixing the ones in dwarf2.c, but a simple
> grep
> for 'bfd_realloc' shows several obvious leaks on failure:
>
Hi John,
bfd has several memory leaks. I'm fixing the ones in dwarf2.c, but a simple grep
for 'bfd_realloc' shows several obvious leaks on failure:
./bfd/bfdio.c:bim->buffer = bfd_realloc (bim->buffer, newsize);
[etc]
The least intrusive way to resolve most of these would be to provide a
n
Building binutils failed giving an error: "tc-i386.h:443: error: array type has
incomplete element type"
I was trying to compile a mingw32 cross-compiler under Fedora Core 3 (x86_64)
I used gcc-4.0.0-2 for this
Download this install script:
http://www.mingw.org/MinGWiki/index.php/BuildMingwCross