Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Device Debugging » debug using eclipse
debug using eclipse [message #591746] Mon, 16 March 2009 16:12
fd101283 is currently offline fd101283Friend
Messages: 2
Registered: July 2009
Junior Member
Hello Everybody,

I'm asking for help because i didn't find any help for using debug in
Eclipse.
I would like to use eclipse as debug IDE in my project.
I'm using WinARM and it's working quite well as compiler in eclipse.

Now i would use eclipse debug but it's not working whereas it's possible
to debug using inline command.
This is my .bat file which allow to DEBUG in inline command :


Code :

rem ###############Config Execute + USB port 2#######################
..\..\env\bin\M-win32\execute.exe -verbose
-dll=..\..\env\bin\M-win32\usbdbgport.dll
-port=USB2:SYSFREQ=324000000:STARTBAUD=38400:BAUDRATE=300000 0:RAMBASE=0x02004000
-reg=..\..\env\execute\ddr_init.rvs -quiet

rem ###############gdbserver + USB port 1#######################
cmd /C start /high ..\..\env\bin\M-win32\gdbserver.exe -verbose
-dll=..\..\env\bin\M-win32\jtagport.dll -port=USB1 -IP=127.0.0.1:12345
-verbose

rem ###############Lance insight#######################
c:\WinARM\utils\insight\bin\arm-elf-insight.exe
--directory=build\MB86H60\M-arm11-winarm
--command=build\MB86H60\M-arm11-winarm\.gdbinit --nx
"./build/MB86H60/M-arm11-winarm/hello_arm-g.elf"

So my question is: How can i integrate this debug in Eclipse ?
Help me please !

Thanks in advance.

++++


Fred
Previous Topic:Projects on DSDP-DD
Next Topic:Projects on DSDP-DD
Goto Forum:
  


Current Time: Tue Apr 23 06:44:56 GMT 2024

Powered by FUDForum. Page generated in 0.03396 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top