From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29540 invoked by alias); 18 Oct 2007 12:19:04 -0000 Received: (qmail 29530 invoked by uid 22791); 18 Oct 2007 12:19:03 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 18 Oct 2007 12:18:57 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 4B9A1982CA; Thu, 18 Oct 2007 12:18:55 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 343E5981F1; Thu, 18 Oct 2007 12:18:55 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IiUL0-0000uE-7o; Thu, 18 Oct 2007 08:18:54 -0400 Date: Thu, 18 Oct 2007 12:19:00 -0000 From: Daniel Jacobowitz To: Christoph Bartoschek Cc: gdb@sourceware.org Subject: Re: Compiling on AIX 5.3 with xlC Message-ID: <20071018121854.GA3467@caradoc.them.org> Mail-Followup-To: Christoph Bartoschek , gdb@sourceware.org References: <200710181330.49445.bartoschek@or.uni-bonn.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710181330.49445.bartoschek@or.uni-bonn.de> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00136.txt.bz2 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