Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] debug using eclipse

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=3000000: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"
 
/Code :

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

Thanks in advance.

++++


Fred
 

Back to the top