Oops,

You need to change the following lines of gdb/Makefile

    783 gdb$(EXEEXT): main.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
rdi-share/libangsd.a
    784     rm -f gdb$(EXEEXT)
    785     $(HLDENV) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) -o gdb$(EXEEXT) 
main.o libgdb.a $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES) rdi-share/libangsd.a  

Jungjun Kim

> I have made the chages in the Makefile in gdb directory. After that in
> directory rdi-share i executed the following commands: 
> 
> ./configure
> make 
> 
> And when i gave the instruction target rdi /dev/ttyS0 in gdb, it is still
> saying that it cannot recognize the rdi command.
> 
> regards,
> -lavu sridhar
> 
> On Wed, 24 May 2000, Jungjun Kim wrote:
> 
> >The reason why this happens is that gdb5.0 doesn't include RDI stuffs.
> >You need to change gdb/Makefile as follows,
> >
> >for gdb/Makefile
> >
> >    609 DEPFILES = $(TDEPFILES) $(XDEPFILES) $(SER_HARDWIRE) $(NATDEPFILES) \
> >    610        $(REMOTE_OBS) $(SIM_OBS) $(CONFIG_OBS) remote-rdi.o
> >
> >    783 gdb$(EXEEXT): main.o libgdb.a rdi-share/libangsd.a $(ADD_DEPS) $(CDEPS)
> >$(TDEPLIBS)
> >
> >and change directory to gdb/rdi-share, make configuration, and run 'make',
> >then you get libangsd.a library.
> >
> >I don't know why they don't include this target .
> >
> >Jungjun Kim
> >
> >> Thank you for the info. I have the ANGEL Debugger running on the board.
> >> Next I tried the command u specified: but it says undefined target
> >> commmand rdi. Next I tried the command: target remote /dev/ttyS0 , but I
> >> get the message saying could not open connectoin with the remote target.
> >> 
> >> What is the solution to the problem?
> >> 
> >> Regards,
> >> Lavu Sridhar
> >>

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to