This is the mail archive of the gdb@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]

Problem in configuring/making GDB 5 on Solaris 2.7


Hi.

I'm having a problem in building GDB 5 on Solaris 2.7, with gcc 2.95
.  I should also note that the same symptoms occur on an UP-UX 10.20
system with gcc 2.8.1 .  I'm specifically trying to build the PowerPC
simulator.

I run the configure script with --target=powerpc-eabisim --prefix=<my
desired installation dir>

The configure seems to complete successfully, with no issues.  When I run
make however, after processing/compiling many lines, the make dies with:

[previous lines snipped...]
cat ./../common/nltvals.def > tmp-vals.def
./../../move-if-change tmp-vals.def targ-vals.def
gcc  -I. -I../common -I./../common -o gentmap  
gcc: No input files
*** Error code 1
make: Fatal error: Command failed for target `gentmap'
Current working directory /work1/ece312/uiuppc/gdb-5.0/sim/ppc
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /work1/ece312/uiuppc/gdb-5.0/sim
*** Error code 1
make: Fatal error: Command failed for target `all-sim'

Since I haven't hand-modified any makefiles, would this be some kind of
bug?  What other data would be required to further diagnose/"take care" of
this?  Full configure and build logs?  Software versions?

I would *really* appreciate some assistance with this.

Please let me know.
Thank you.

.______
| Vijay N. Ramasubramanian
   mailto:ramasubr@aae.uiuc.edu
    http://www.ews.uiuc.edu/~ramasubr/


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