This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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]

Multi-Ice and gdb


Hi, I am trying to get my debugging going using an arm multi-ice Jtag device and gdb in cygwin.

I have followed the exact steps as described on the ecos website http://ecos.sourceware.org/multi-ice.html.

the configure command

/tmp/migdb/gdb-5.1.1/configure -v --target arm-elf --enable-multi-ice 2>&1 | tee configure.out

works and produces a makefile, however when running the make command

make -w all install 2>&1 | tee make.out

I get the following debug

make: Entering directory `/tmp/migdb/build'
make[1]: Entering directory `/tmp/migdb/build'
mkdir -p -- ./intl
Configuring in ./intl
c*onfigure: error: invalid feature name: multi-ice*
make[1]: *** [configure-intl] Error 1
make[1]: Leaving directory `/tmp/migdb/build'
make: *** [all] Error 2
make: Leaving directory `/tmp/migdb/build'

I assume a path have to be set to the multi-ice directory, but where? or is there known version problems with gdb and multi-ice?

Any help would be appreciated!

Regards
Hendrik


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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