public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
@ 2002-06-10 16:25 Ramapriya Rangachar
  0 siblings, 0 replies; 5+ messages in thread
From: Ramapriya Rangachar @ 2002-06-10 16:25 UTC (permalink / raw)
  To: ecos-discuss

HI

I am still having problems with this thing ...
Can you see anything wrong here:
_____________________________________________________________________
SRCdir=/usr/src;
PREFIX=/usr/local;
TARGET=arm-elf;
EXEC_PREFIX=${PREFIX};
PROGRAM_PREFIX=arm-elf-;

mkdir -p ${SRCdir}/gdb
cd ${SRCdir}/gdb
tar -xvzf ../insight-5.1.1.tar.gz

cd insight-5.1.1/gdb
mkdir multi-ice
cd multi-ice
tar -xvzf ../../../../multi-ice-gdb.tar.gz

mount -f -b c:/cygwin/tmp /tmp

export MAKE_MODE=UNIX

mkdir -p /tmp/build/gdb
cd /tmp/build/gdb

${SRCdir}/gdb/insight-5.1.1/configure --target=${TARGET} \
      --prefix=${PREFIX} \
      --exec-prefix=${EXEC_PREFIX} \
      --with-gnu-as --with-gnu-ld --with-newlib \
      --enable-multi-ice \
      -v 2>&1 | tee configure.out

make -w all install MULTI_ICE_INCLUDES="-I/usr/src/rdi/Headers" \
      CC='gcc -mwin32' 2>&1 | tee make.out
# I've already unzipped the RDI_GPL.zip into /usr/src/rdi
_____________________________________________________________________

And I get the foll. error:
=================================================
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:35: host.h: No such 
file or directory
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:36: rdi.h: No such 
file or directory
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:37: rdi150.h: No such 
file or directory
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:38: rdi_hif.h: No such 
file or directory
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:39: rdi_conf.h: No 
such file or directory
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:40: rdi_info.h: No 
such file or directory
/usr/src/gdb/insight-5.1.1/gdb/multi-ice/rdi150-low.c:41: winrdi.h: No such 
file or directory
make[3]: *** [rdi150-low.o] Error 1
make[3]: Leaving directory `/tmp/build/gdb/gdb/multi-ice'
make[2]: *** [subdir_do] Error 1
make[2]: Leaving directory `/tmp/build/gdb/gdb'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gdb/gdb'
make: *** [all-gdb] Error 2
make: Leaving directory `/tmp/build/gdb'
=================================================

Thanks
Ram


>From: Dorau Kai <DORAUK@thmulti.com>
>To: "'lm1121@yeah.net'" <lm1121@yeah.net>
>CC: "'ecos-discuss@sources.redhat.com'" <ecos-discuss@sources.redhat.com>
>Subject: RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
>Date: Fri, 7 Jun 2002 09:56:42 +0200
>
>Hi Lin Ming,
>
>you can install RDI 1.5.1 anywhere, because there are two make variables.
>- MULTI_ICE_INCLUDES should point to the location of the RDI 1.5.1 headers
>and
>- MULTI_ICE_LIBS should point to the location of the ARM MultiICE server
>directory,
>   as well as the location of the GDB multi-ice directory.
>Reading this in http://sources.redhat.com/ecos/multi-ice.html
>
>Regards,
>Kai
>
>----------------------------------------------------------------------------
>Kai Dorau - mailto:dorauk@thmulti.com
>TEL: (+49 511) 418 2557, FAX: 2483
>Hannover Home Networks (HHN) Laboratory
>Corporate Research Hanover
>Research & Innovation
>Thomson Multimedia
>
>
>
> > -----Original Message-----
> > From: Lin Ming [mailto:lm1121@yeah.net]
> > Sent: Friday, June 07, 2002 7:15 AM
> > To: ecos-discuss@sources.redhat.com
> > Subject: [ECOS] Indtall RDI 1.5.1 of multi-ice
> >
> >
> > Who knows where to install RDI 1.5.1? When I built GDB for
> > multi-ice server, it alway said it cannot
> > find some .h files of the RDI. I need help!!!
> >
> >
> >
> > Best Regards,
> > Lin Ming
> > 2002-06-07
> >
> >
> >
> >
> >
> > --
> > Before posting, please read the FAQ:
> > http://sources.redhat.com/fom/ecos
> > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
>
>--
>Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
>and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
  2002-06-07  9:57 Ramapriya Rangachar
@ 2002-06-07 11:06 ` benny
  0 siblings, 0 replies; 5+ messages in thread
From: benny @ 2002-06-07 11:06 UTC (permalink / raw)
  To: Ramapriya Rangachar, ecos-discuss

ICE Server talks to the gdb through the IP. What you set on gdb
(Insight) is remote TCP connection, the default port is 9000.
Therefore there is no special target settings.
-Benny

> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com
> [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Ramapriya
> Rangachar
> Sent: Friday, June 07, 2002 10:57 AM
> To: ecos-discuss@sources.redhat.com
> Subject: RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
>
>
> HI
>
> I'd asked the same a few days ago ....
>
> ... assuming that we built the Multi-ICE support, how do we
> confirm that?  -
> Is it logical to assume that arm-elf-gdb (Insight) would show
> multi-ice in
> target settings? If not, which of the target settings would you
> use to talk
> to the ICE?
>
> Ram
>
> >From: Dorau Kai <DORAUK@thmulti.com>
> >To: "'lm1121@yeah.net'" <lm1121@yeah.net>
> >CC: "'ecos-discuss@sources.redhat.com'" <ecos-discuss@sources.redhat.com>
> >Subject: RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
> >Date: Fri, 7 Jun 2002 09:56:42 +0200
> >
> >Hi Lin Ming,
> >
> >you can install RDI 1.5.1 anywhere, because there are two make variables.
> >- MULTI_ICE_INCLUDES should point to the location of the RDI
> 1.5.1 headers
> >and
> >- MULTI_ICE_LIBS should point to the location of the ARM MultiICE server
> >directory,
> >   as well as the location of the GDB multi-ice directory.
> >Reading this in http://sources.redhat.com/ecos/multi-ice.html
> >
> >Regards,
> >Kai
> >
> >-----------------------------------------------------------------
> -----------
> >Kai Dorau - mailto:dorauk@thmulti.com
> >TEL: (+49 511) 418 2557, FAX: 2483
> >Hannover Home Networks (HHN) Laboratory
> >Corporate Research Hanover
> >Research & Innovation
> >Thomson Multimedia
> >
> >
> >
> > > -----Original Message-----
> > > From: Lin Ming [mailto:lm1121@yeah.net]
> > > Sent: Friday, June 07, 2002 7:15 AM
> > > To: ecos-discuss@sources.redhat.com
> > > Subject: [ECOS] Indtall RDI 1.5.1 of multi-ice
> > >
> > >
> > > Who knows where to install RDI 1.5.1? When I built GDB for
> > > multi-ice server, it alway said it cannot
> > > find some .h files of the RDI. I need help!!!
> > >
> > >
> > >
> > > Best Regards,
> > > Lin Ming
> > > 2002-06-07
> > >
> > >
> > >
> > >
> > >
> > > --
> > > Before posting, please read the FAQ:
> > > http://sources.redhat.com/fom/ecos
> > > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> > >
> >
> >--
> >Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> >and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
>
>
>
>
> _________________________________________________________________
> Join the worldÂ’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
@ 2002-06-07  9:57 Ramapriya Rangachar
  2002-06-07 11:06 ` benny
  0 siblings, 1 reply; 5+ messages in thread
From: Ramapriya Rangachar @ 2002-06-07  9:57 UTC (permalink / raw)
  To: ecos-discuss

HI

I'd asked the same a few days ago ....

... assuming that we built the Multi-ICE support, how do we confirm that?  - 
Is it logical to assume that arm-elf-gdb (Insight) would show multi-ice in 
target settings? If not, which of the target settings would you use to talk 
to the ICE?

Ram

>From: Dorau Kai <DORAUK@thmulti.com>
>To: "'lm1121@yeah.net'" <lm1121@yeah.net>
>CC: "'ecos-discuss@sources.redhat.com'" <ecos-discuss@sources.redhat.com>
>Subject: RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
>Date: Fri, 7 Jun 2002 09:56:42 +0200
>
>Hi Lin Ming,
>
>you can install RDI 1.5.1 anywhere, because there are two make variables.
>- MULTI_ICE_INCLUDES should point to the location of the RDI 1.5.1 headers
>and
>- MULTI_ICE_LIBS should point to the location of the ARM MultiICE server
>directory,
>   as well as the location of the GDB multi-ice directory.
>Reading this in http://sources.redhat.com/ecos/multi-ice.html
>
>Regards,
>Kai
>
>----------------------------------------------------------------------------
>Kai Dorau - mailto:dorauk@thmulti.com
>TEL: (+49 511) 418 2557, FAX: 2483
>Hannover Home Networks (HHN) Laboratory
>Corporate Research Hanover
>Research & Innovation
>Thomson Multimedia
>
>
>
> > -----Original Message-----
> > From: Lin Ming [mailto:lm1121@yeah.net]
> > Sent: Friday, June 07, 2002 7:15 AM
> > To: ecos-discuss@sources.redhat.com
> > Subject: [ECOS] Indtall RDI 1.5.1 of multi-ice
> >
> >
> > Who knows where to install RDI 1.5.1? When I built GDB for
> > multi-ice server, it alway said it cannot
> > find some .h files of the RDI. I need help!!!
> >
> >
> >
> > Best Regards,
> > Lin Ming
> > 2002-06-07
> >
> >
> >
> >
> >
> > --
> > Before posting, please read the FAQ:
> > http://sources.redhat.com/fom/ecos
> > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
>
>--
>Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
>and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>




_________________________________________________________________
Join the worldÂ’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] Indtall RDI 1.5.1 of multi-ice
@ 2002-06-07  0:56 Dorau Kai
  0 siblings, 0 replies; 5+ messages in thread
From: Dorau Kai @ 2002-06-07  0:56 UTC (permalink / raw)
  To: 'lm1121@yeah.net'; +Cc: 'ecos-discuss@sources.redhat.com'

Hi Lin Ming,

you can install RDI 1.5.1 anywhere, because there are two make variables.
- MULTI_ICE_INCLUDES should point to the location of the RDI 1.5.1 headers
and
- MULTI_ICE_LIBS should point to the location of the ARM MultiICE server
directory,
  as well as the location of the GDB multi-ice directory.
Reading this in http://sources.redhat.com/ecos/multi-ice.html

Regards,
Kai

----------------------------------------------------------------------------
Kai Dorau - mailto:dorauk@thmulti.com
TEL: (+49 511) 418 2557, FAX: 2483
Hannover Home Networks (HHN) Laboratory
Corporate Research Hanover
Research & Innovation
Thomson Multimedia



> -----Original Message-----
> From: Lin Ming [mailto:lm1121@yeah.net]
> Sent: Friday, June 07, 2002 7:15 AM
> To: ecos-discuss@sources.redhat.com
> Subject: [ECOS] Indtall RDI 1.5.1 of multi-ice
> 
> 
> Who knows where to install RDI 1.5.1? When I built GDB for 
> multi-ice server, it alway said it cannot
> find some .h files of the RDI. I need help!!!
> 
>  				
> 
> Best Regards,
> Lin Ming
> 2002-06-07
> 
> 
> 
> 
> 
> -- 
> Before posting, please read the FAQ: 
> http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Indtall RDI 1.5.1 of multi-ice
@ 2002-06-06 22:15 Lin Ming
  0 siblings, 0 replies; 5+ messages in thread
From: Lin Ming @ 2002-06-06 22:15 UTC (permalink / raw)
  To: ecos-discuss

Who knows where to install RDI 1.5.1? When I built GDB for multi-ice server, it alway said it cannot
find some .h files of the RDI. I need help!!!

 				

Best Regards,
Lin Ming
2002-06-07





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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-06-10 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-10 16:25 [ECOS] Indtall RDI 1.5.1 of multi-ice Ramapriya Rangachar
  -- strict thread matches above, loose matches on Subject: below --
2002-06-07  9:57 Ramapriya Rangachar
2002-06-07 11:06 ` benny
2002-06-07  0:56 Dorau Kai
2002-06-06 22:15 Lin Ming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).