This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: Build malloc.c shared object?
- From: "Ryan Arnold" <ryan dot arnold at gmail dot com>
- To: "Carlos O'Donell" <carlos at systemhalted dot org>
- Cc: "sam shepperd" <samshepperd at gmail dot com>, libc-help at sourceware dot org
- Date: Tue, 12 Aug 2008 13:08:52 -0500
- Subject: Re: Build malloc.c shared object?
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=vyJMHeJNeOM3pq9PB8Y3XdJ3NwIauSdaxfIFvELFPxU=; b=gQb1Vg0Qlo+rwoRyNCLSgOPdw/Xy3xXx85aYTzse8Dfybhtrcgb5dt9fodPpsAdm20 4fZLtNVadyw+abbBpuHBDw6SEldMkmCejEVYnl7Cex1OtLupAYOMI58VCtaJGzmxZaCa YRdmuRyuQtQqyWO9/tAlv+86oxMmhla9GXKHo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ax7WTS8438s+aussk3d7cCPUJ9tFw6AOqy2Uuek36AOA747D/whxsDs876NHh1kdzX OciHyL8y+IqdFP6VjbIcZ88gIJUN13vrZsGD6iRcNJ3SLSYBO6zGRUpvzC73+oZ63gfk k5vrsPX7GL8r9HLEs9iojhVIlrVP7f5fy4ZCw=
- References: <9a0bd7f70808110639o18360c59ya51837a1ba57a808@mail.gmail.com> <119aab440808120605x1b071987oc5b4e5e84a873e40@mail.gmail.com>
On Tue, Aug 12, 2008 at 8:05 AM, Carlos O'Donell
<carlos@systemhalted.org> wrote:
> I recommend you build glibc for your target, saving the build log
> file, and examine the command line used to build malloc.os and then
> use that as the basis for your work.
Sam, I've written a piece for the GLIBC wiki that has instructions on
how to do this. The actual article isn't entirely relevant but the
steps it presents will show how to extract the bit out of the build
log.
http://sources.redhat.com/glibc/wiki/Debugging/Development_Debugging#head-edb51941f7995183fbe506af7154519ad0fa9fc4
Regards,
Ryan