Hello again, I have done :
        
        1) ./configure in gdb-5.0/
        2) changes in the Makefile in gdb-5.0/gdb/
        3) ./configure in gdb-5.0/gdb/rdi-share/
        4) make in gdb-5.0/gdb/rdi-share/
        5) make in gdb-5.0/

In the last step I have got the following error message saying that
udefined reference to some functions.

libgdb.a(remote-rdi.o): In function `arm_rdi_resume':
/home/arm/gdb-5.0/gdb/remote-rdi.c:495: undefined reference to
`arm_get_next_pc'libgdb.a(remote-rdi.o): In function
`arm_rdi_insert_breakpoint':
/home/arm/gdb-5.0/gdb/remote-rdi.c:768: undefined reference to
`arm_pc_is_thumb'/home/arm/gdb-5.0/gdb/remote-rdi.c:768: undefined
reference to `arm_pc_is_thumb$collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1

Have I got the sequence of steps right? 

Regards,
Lavu Sridhar    

-----------------------------------------------------------------------

On Thu, 25 May 2000, Jungjun Kim wrote:
>
>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
>> 





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

Reply via email to