From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andy Hare" To: "javelina" Cc: "Insight Mail list" Subject: Re: configuring for arm-elf-gdb Date: Mon, 06 Mar 2000 14:09:00 -0000 Message-id: <05c801bf87b8$a75ebfc0$0100000a@dualbeast> References: <38C2CE44.39261317@home.com> X-SW-Source: 2000-q1/msg00125.html Hi I have been building Insight-GDB under cygnus b20.1 under NT. Below is the following rules extracted from a makefile that I use to build all the GNU toolset. .PHONY: config-insight config-insight: cd /c/cygnus/build/insight ; \ rm * -r ; \ /c/cygnus/GNU-Source-Code/insight/configure -v \ --prefix=/c/cygnus/xgcc-arm/insight \ --exec-prefix=/c/cygnus/xgcc-arm/insight \ --host=i586-cygwin32 --target=arm-elf >configure.out .PHONY: clean-insight clean-insight: cd /c/cygnus/build/insight ; \ make clean .PHONY: insight insight: cd /c/cygnus/build/insight ; \ make -w all install LIBGCC2_DEBUG_CFLAGS="-g1 -O1" LANGUAGES="c c++" > make.out 2>&1 These allow me to configure and build the Insight system, I have been using it both in the simulator mode and to connect to the ATMEL EB01 eval. board. Andy Hare ----- Original Message ----- From: javelina To: Sent: Sunday, March 05, 2000 9:14 PM Subject: configuring for arm-elf-gdb > Greetings, > > I am an ecos user and I would like to use the insight package to do GUI > remote debugging on an ARM evaluation board. Looking at the mailing > list archive, it appears that others have done this, but it is not clear > to me what the steps are to build "arm-elf-gdb" instead of "gdb". > > Thanks, > L3 > >