This is the mail archive of the gdb-prs@sources.redhat.com 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]

build/1813: Make breaks when building mips sim target


>Number:         1813
>Category:       build
>Synopsis:       Make breaks when building mips sim target
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 19 04:18:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     charles@embsyspro.com
>Release:        6.3
>Organization:
>Environment:
Cygwin on Win2K Pro
>Description:
While attempting to build gdb for a mips target, the make breaks with the following error;

make[2]: *** No rule to make target `../../intl/libintl.a', needed by `run'.  Stop.
make[2]: Leaving directory `/cygdrive/c/GNU_Toolchain/builds/mips/sim/mips'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/c/GNU_Toolchain/builds/mips/sim'
make: *** [all-sim] Error 2

The '/cygdrive/c/GNU_Toolchain/builds/mips' directory is just my root build directory.

I have sucessfully built Binutils 2.15, GCC 3.4.3 and Newlib 1.12.0 using the same configuration options, but GDB fails.  The previous version of GDB works.
>How-To-Repeat:
On a Win2K Pro box with the most recent 'net' release of Cygwin running the build, configure the build using the following options,

./configure --target=mips --prefix=/cygdrive/c/mipstools \
--with-gnu-as \
--with-gnu-ld \
--with-stabs \
--enable-target-optspace \
--enable-shared \
--with-newlib

And them 'make all'
>Fix:
Currently unknown.
>Release-Note:
>Audit-Trail:
>Unformatted:


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