From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21698 invoked by alias); 5 Jun 2003 10:44: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 18720 invoked from network); 5 Jun 2003 10:41:32 -0000 Received: from unknown (HELO corvus.netpower.no) (212.33.135.184) by sources.redhat.com with SMTP; 5 Jun 2003 10:41:32 -0000 Received: from lair (gw-c.netpower.no [212.33.130.220]) by corvus.netpower.no (8.12.9/8.12.8) with ESMTP id h55AVsEJ013503 for ; Thu, 5 Jun 2003 12:31:54 +0200 From: =?iso-8859-1?Q?=D8yvind_Harboe?= To: Subject: ARM, GDB remote protocol server, Windows Date: Thu, 05 Jun 2003 10:44:00 -0000 Message-ID: <000e01c32b4f$0731a290$73dea8c0@lair> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-06/txt/msg00064.txt.bz2 Hi, I wanted to try to compile this from under CygWin, but I get errors. I'm not too savy on Linux/CygWin stuff, but perhaps I can contribute with testing of pppcb itself. pppcb appears to=20 support HW breakpoints, which the OCDemon stuff does not=20 seem to support. =D8yvind oharboe@lair ~/pppcb/build $ ../pppcb-0.9.0/configure checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for strip... strip checking for sed... sed checking for cat... cat checking for gcc... gcc checking for C compiler default output... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for strerror in -lcposix... no checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... no checking for stdint.h... no checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdlib.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating pppcb_config.h config.status: executing depfiles commands oharboe@lair ~/pppcb/build $ make make all-recursive make[1]: Entering directory `/home/oharboe/pppcb/build' Making all in lib make[2]: Entering directory `/home/oharboe/pppcb/build/lib' gcc -g -O2 ../../pppcb-0.9.0/lib/state_maker.c -o state_maker In file included from ../../pppcb-0.9.0/lib/state_maker.c:3: ../../pppcb-0.9.0/lib/pppcb/jtag.h:4:25: pppcb/pppcb.h: No such file or director y In file included from ../../pppcb-0.9.0/lib/state_maker.c:3: ../../pppcb-0.9.0/lib/pppcb/jtag.h:34: parse error before "PPPCB" ../../pppcb-0.9.0/lib/pppcb/jtag.h:34: warning: no semicolon at end of struct or union ../../pppcb-0.9.0/lib/pppcb/jtag.h:42: parse error before '}' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:42: warning: data definition has no type or s torage class ../../pppcb-0.9.0/lib/pppcb/jtag.h:50: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:53: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:59: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:65: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:71: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:77: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:83: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:90: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:96: parse error before '*' token ../../pppcb-0.9.0/lib/pppcb/jtag.h:103: parse error before '*' token make[2]: *** [state_maker] Error 1 make[2]: Leaving directory `/home/oharboe/pppcb/build/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/oharboe/pppcb/build' make: *** [all] Error 2 oharboe@lair ~/pppcb/build