Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Masaki Muranaka <monaka@monami-software.com>
To: gdb-patches@sourceware.org,  binutils@sourceware.org
Subject: Can't build mips-elf-run on OSX
Date: Wed, 06 Jan 2010 11:28:00 -0000	[thread overview]
Message-ID: <D6D0FF97-CAA2-4814-835B-EA560FF967F7@monami-software.com> (raw)

Hello maintainers,

I failed to build mips-elf-run on OSX (x86_64-apple-darwin10.2.0) host.
Error log is below.

The immediate cause is that stpcpy is defined as macro on OSX host.
But there seems have a general issue.

It is required config.h by bfd/sysdep.h. This should be bfd/config.h.
But gcc (at least apple's genuine build) includes sim/mips/config.h.
So definitions in bfd/config.h like HAVE_DECL_STPCPY is not defined.

To begin with, sim/mips/interp.c needs bfd/sysdep.h? 
I could built interp.c successfully without bfd/sysdep.h on my environment.

Thanks,

- - -
In file included from ../../../pf3gnuchains4x/sim/mips/interp.c:67:
../../../pf3gnuchains4x/sim/mips/../..//bfd/sysdep.h:135: error: expected declaration specifiers or ‘...’ before numeric constant
../../../pf3gnuchains4x/sim/mips/../..//bfd/sysdep.h:135: error: expected ‘)’ before ‘!=’ token
../../../pf3gnuchains4x/sim/mips/../..//bfd/sysdep.h:135: error: expected ‘)’ before ‘?’ token
make[2]: *** [interp.o] Error 1
make[1]: *** [all] Error 1
make: *** [all-sim] Error 2
- - -
--
Masaki Muranaka
Monami software



             reply	other threads:[~2010-01-06 11:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-06 11:28 Masaki Muranaka [this message]
2010-01-07  0:09 ` [patch] " Masaki Muranaka
2010-01-18  0:41   ` [ping] " Masaki Muranaka
2010-01-18  3:27   ` Joel Brobecker
2010-01-18  4:14     ` Masaki Muranaka
2010-01-18  4:17       ` Joel Brobecker
2010-01-07 16:43 ` Nick Clifton
2010-01-08  0:18   ` Masaki Muranaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D6D0FF97-CAA2-4814-835B-EA560FF967F7@monami-software.com \
    --to=monaka@monami-software.com \
    --cc=binutils@sourceware.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox