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]
Other format: [Raw text]

ARM, GDB remote protocol server, Windows


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 
support HW breakpoints, which the OCDemon stuff does not 
seem to support.

Øyvind

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



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