From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8769 invoked by alias); 26 Sep 2002 08:34:02 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8760 invoked from network); 26 Sep 2002 08:34:01 -0000 Received: from unknown (HELO webserver.advantech.com.tw) (210.65.239.201) by sources.redhat.com with SMTP; 26 Sep 2002 08:34:01 -0000 Received: from danielyen ([172.16.10.48]) by webserver.advantech.com.tw with Microsoft SMTPSVC(5.0.2195.5329); Thu, 26 Sep 2002 16:53:54 +0800 Message-ID: <001701c26537$72c7d260$300a10ac@ADVANTECH.CORP> From: "Y. P. Yen" To: Subject: Building Error in GDB with Multi-ICE Date: Thu, 26 Sep 2002 01:34:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 26 Sep 2002 08:53:54.0265 (UTC) FILETIME=[3E026C90:01C2653A] X-SW-Source: 2002-09/txt/msg00427.txt.bz2 Hello, eveyone, I following the http://sources.redhat.com/ecos/multi-ice.html instruction to build the gdb with multi-ice, but when I want to build multi-ice-gdb-server in the final step, I encounted the following error : make -w MULTI_ICE_INCLUDES="-I/cygdrive/c/Rdi/Headers" \ MULTI_ICE_LIBS="-L/cygdrive/c/Multi-ICE -L/tmp/migdb/gdb-5.1.1/gdb/multi-ice -ltoolconf" ... .... rdi150-low.c:146: `BIG_ENDIAN' undeclared here (not in a function) rdi150-low.c:209: variable-size type declared outside of any function rdi150-low.c: In function `low_open_target': rdi150-low.c:408: `BIG_ENDIAN' undeclared (first use in this function) rdi150-low.c:408: (Each undeclared identifier is reported only once rdi150-low.c:408: for each function it appears in.) rdi150-low.c:413: `LITTLE_ENDIAN' undeclared (first use in this function) rdi150-low.c: In function `low_update_registers': rdi150-low.c:902: `PS_REGNUM' undeclared (first use in this function) rdi150-low.c: In function `low_write_registers': rdi150-low.c:949: `PS_REGNUM' undeclared (first use in this function) rdi150-low.c: In function `_low_thread_op': rdi150-low.c:1780: `LR_REGNUM' undeclared (first use in this function) rdi150-low.c:1783: `PS_REGNUM' undeclared (first use in this function) make: *** [rdi150-low.o] Error 1 I had checked that there are no include file (.h) which define BIG_ENDIAN, LITTLE_ENDIAN... etc identifiers. I had checked the include file parh (the RDI/Headers) is correctly. Does anyone can help to resolve this? thank you in advance!