This is the mail archive of the ecos-discuss@sources.redhat.com 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]

RE: Indtall RDI 1.5.1 of multi-ice


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


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