Search found 5 matches

by pholden
Wed May 27, 2009 4:31 pm
Forum: NetBurner's Eclipse IDE
Topic: Debugger Doesn't Launch and No Error Indication
Replies: 2
Views: 4391

Re: Debugger Doesn't Launch and No Error Indication

The question is not wheter continually starting over will make it work, because it usually does. What we would like to have is some generic troubleshooting tools for when the Eclipse visual integrated environment doesn't do something and no error goes to the standard output (console). For this probl...
by pholden
Wed May 27, 2009 1:10 pm
Forum: NetBurner's Eclipse IDE
Topic: Debugger Doesn't Launch and No Error Indication
Replies: 2
Views: 4391

Debugger Doesn't Launch and No Error Indication

We have a project that builds and debugs fine on one PC, but when built on another one, the debugger won't launch. The IP address and connection are good, we can use Autoupdate to send the debug s19 file to the target, everything works except the debug launch. I have verified that there are no space...
by pholden
Mon May 18, 2009 3:11 pm
Forum: NetBurner's Eclipse IDE
Topic: How to see assembly listing of compiler output
Replies: 6
Views: 8388

Re: How to see assembly listing of compiler output

Thanks for the suggestions on using the objdump utility. With the -S and -G options, it does provide a useable assembly listing, although the high level source code is not embedded. It even works on individual source files (.od extension) in the project output folder, although jumps will be stubbed ...
by pholden
Thu May 14, 2009 1:10 pm
Forum: NetBurner's Eclipse IDE
Topic: How to see assembly listing of compiler output
Replies: 6
Views: 8388

Re: How to see assembly listing of compiler output

I am aware that I can step through code and look at the dis-assembly window once the project builds completely, and I have hardware to download to, etc. Other tools I have used, such as CodeWarrior and CodeComposer, let you compile and get a dis-assembly listing of a single file without building the...
by pholden
Thu May 14, 2009 11:40 am
Forum: NetBurner's Eclipse IDE
Topic: How to see assembly listing of compiler output
Replies: 6
Views: 8388

How to see assembly listing of compiler output

I would like to see an assembly listing file for some (or all) of the .cpp files in my project to make sure the compiler output will give me adequate performance. Ideally, this would be a mixed listing showing the high level code embedded in the assembly listing, but just the assembly would be OK. I...