gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to build / add gdbserver for xscale-elf target image ?


From: ttll
Subject: How to build / add gdbserver for xscale-elf target image ?
Date: Mon, 19 Jul 2010 06:16:39 -0700 (PDT)

Hi

I'm trying to build an target image with a gdbserver support
("--host=i686-pc-cygwin --target=xscale-elf").
1. I have download gdb-7.1.
2. I have installed cygwin on my pc.
 

3.I build the target image as follows :
xscale-elf-gcc.exe -save-temps  -mcpu=xscale -I C:\Test -g -c test.c
xscale-elf-gcc.exe -save-temps  -mcpu=xscale -I C:\Test -g -c test.c -o test
xscale-elf-gcc.exe -save-temps   -mcpu=xscale -I C:\Test  -g -c test.c
xscale-elf-ld.exe -X -EL -N -e main
-LC:\Wasabi-GNU\xscale-elf-20051026\lib\gcc\xscale-elf\4.0.0 -Ttext 
00200000 test -lgcc

How can i add gdbserver support ?

Thanks,
Ted
-- 
View this message in context: 
http://old.nabble.com/How-to-build---add--gdbserver-for-xscale-elf-target-image---tp29204218p29204218.html
Sent from the Gnu - gdb - General mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]