Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2008 08:35:54 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        mips@FreeBSD.org
Subject:   Re: svn commit: r182619 - head/usr.bin
Message-ID:  <20080902153554.GB70214@dragon.NUXI.org>
In-Reply-To: <20080901.174500.-1665080334.imp@bsdimp.com>
References:  <200809011803.m81I39MN024450@svn.freebsd.org> <20080901.174500.-1665080334.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 01, 2008 at 05:45:00PM -0600, M. Warner Losh wrote:
> In message: <200809011803.m81I39MN024450@svn.freebsd.org>
>             "David E. O'Brien" <obrien@FreeBSD.org> writes:
> : Author: obrien
> : Date: Mon Sep  1 18:03:09 2008
> : New Revision: 182619
> : URL: http://svn.freebsd.org/changeset/base/182619
> : 
> : Log:
> :   Truss and gprof doesn't build for MIPS.
> 
> What's the error?  gprof at least is building in the p4 tree.

You have me the impression that 'make TARGET_ARCH=mips buildworld' worked
in SVN trunk as long as the four patches in ~gonzo/public_html/mips2 were
applied.  I guess not.

$ grep gprof ~gonzo/public_html/mips2/*
/home/gonzo/public_html/mips2/cc.diff:+  %{p:%nconsider using `-pg' instead of `-p' with gprof(1) }             \


$ cd usr.bin/gprof
$ ls i386.h sparc64.h powerpc.h ia64.h arm.h mips.h
ls: mips.h: No such file or directory
arm.h           i386.h          ia64.h          powerpc.h       sparc64.h


I've now added the missing 'mips.h'.

-- David



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080902153554.GB70214>