Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » debugging a embedded device using TCF(How to cross compile TCF for MIPS - toolchain.)
debugging a embedded device using TCF [message #1073156] Wed, 24 July 2013 08:30 Go to next message
shreyas shreyas is currently offline shreyas shreyasFriend
Messages: 1
Registered: July 2013
Junior Member
I have an embedded box. This runs linux on it. It is based on MIPS architecture.
To be more specific it is mipsel. I want to debug my application using TCF.

I understand in order to first connect to the remote target. I need to have a agent running on it.
I downloaded the agent code.
git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git

How can I cross-compile with my toolchain to generate agent binary?

My first way to check the agent is by doing a telnet into the box via TCF.
The steps I do follow are
1) Windows-> OpenPerspective->others -> Remote System Explorer.
2) Right click -> new connection-> Telnet ( experimental) only.
3) HostName IP address; this is my target device IP address.
4) After all these steps it doesn't connect. I believe the reason is that the agent is not running in the box.
Please correct me if I am wrong here.

Then the entire problem boils down to "How can I cross compile the agent for my mipsel toolchain".
I already have a toolchain with me.
Re: debugging a embedded device using TCF [message #1073361 is a reply to message #1073156] Wed, 24 July 2013 15:36 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
Try the forum for TCF. This is the forum for the AspectJ Development Tools.
Previous Topic:How to get AspectJ Markers programmatically ? [Solved]
Next Topic:Demand base logging on production
Goto Forum:
  


Current Time: Sat Apr 20 04:12:08 GMT 2024

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

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

Back to the top