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

Re: Compiling on AIX 5.3 with xlC


On Thu, Oct 18, 2007 at 01:30:49PM +0200, Christoph Bartoschek wrote:
> Hi,
> 
> is compiling on AIX 5.3 with xlC supported?

I do not know of anyone who has done it.

> 1. gdb-6.7/sim/ppc/words.h  has no definition of natural64 for other 
> configurations than __GLIBC__ and _MSC_VER.
> 
> 2. The following command is executed after a make restart: 
> 
> cc -g -I. -I../../../gdb-6.7/sim/ppc -I../../../gdb-6.7/sim/ppc/../../include -I../../bfd -I../../../gdb-6.7/
> sim/ppc/../../bfd -I../../gdb -I../../../gdb-6.7/sim/ppc/../../gdb  -I../../../gdb-6.7/sim/ppc/../../gdb/config  -I. -I../common -I../../../gdb-6.7/sim
> /ppc/../common -o gentmap
> 
> Without any input files there is nothing to produce.

--disable-sim may help.  The second item is probably a GNU make / AIX
make problem.

-- 
Daniel Jacobowitz
CodeSourcery


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