This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/13160] New: bfin simulator does not build on Darwin


http://sourceware.org/bugzilla/show_bug.cgi?id=13160

             Bug #: 13160
           Summary: bfin simulator does not build on Darwin
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: chrisj@rtems.org
    Classification: Unclassified


The sim/bfin/Makefile.in contains a COMMON_POST_CONFIG_FRAG to do with
$(srcdir)/linux-fixed-code.h. The sed part of the Makefile command does not
work on Darwin. The file name needs to be at the end and it complains about the
final 'p'.

I had a quick look at the command running on a recent Linux and there is no
output generated. It looks like this does nothing.

Configured as:

$ ../../1.0/gdb-7.3/configure --build=i386-apple-darwin10.6.0
--host=i386-apple-darwin10.6.0 --target=bfin-elf --prefix=/Users/chris/bfin-1.0
--verbose --disable-nls --without-included-gettext --disable-win32-registry
--disable-werror --with-expat --with-python

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]