Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Setting up debug, FRC_UserProgram_StartupLibraryInit (http://www.chiefdelphi.com/forums/showthread.php?t=125768)

carrud 03-02-2014 17:27

Setting up debug, FRC_UserProgram_StartupLibraryInit
 
To troubleshoot a problem I'm trying to run debug in WindRiver Workbench v3.3.1. Following the Debugging A Robot doc I have done this...

right-click on project name
Select Debug Kernel Task
Typed a Name, and selected the connection to use.
Tried to set Entry Point

But I don't see the FRC_UserProgram_StartupLibraryInit entry that I'm supposed to select.

What am I missing?

Many Thanks, Clark

carrud 03-02-2014 17:29

Re: Setting up debug, FRC_UserProgram_StartupLibraryInit
 
Further info to my original post...

When browsing to select the entry point, I do see my .out file and it's associated entries. But not the one the doc says to select.

Thanks, Clark

carrud 03-02-2014 17:38

Re: Setting up debug, FRC_UserProgram_StartupLibraryInit
 
Sorry, further more... we are running Workbench v3.0.1 (Eclipse v3.3.1) and not Workbench 3.3.1 as was originally posted.

RufflesRidge 03-02-2014 17:47

Re: Setting up debug, FRC_UserProgram_StartupLibraryInit
 
Quote:

Originally Posted by carrud (Post 1337077)
Further info to my original post...

When browsing to select the entry point, I do see my .out file and it's associated entries. But not the one the doc says to select.

Thanks, Clark

How many entries do you see when you click the arrow next to your .out? There should be quite a few.

Did you use one of the templates (Simple Robot, Iterative Robot) to start writing your code?
Does your code show that it's inheriting from that template at the top of the class definition?
Does your code still have this line at the bottom of the file: "START_ROBOT_CLASS(CLASS_NAME);" where CLASS_NAME is the name of your class?

carrud 03-02-2014 17:56

Re: Setting up debug, FRC_UserProgram_StartupLibraryInit
 
Thanks for the reply...

1) I see tons of entries. I get the msg "too many symbols, use filter...", so I use the filter.

2) It was created by someone else, I'm not sure.

3) "...inheriting from that template..." I don't know how to see this. Is this what you mean... I see "class TestCode : public IterativeRobot" in the code, where TestCode is my project name and main .cpp

4) Yes, it does.

carrud 03-02-2014 17:59

Re: Setting up debug, FRC_UserProgram_StartupLibraryInit
 
Additional info...

I just tried the debug steps on a diff project and with that one I was able to see the FRC_UserProgramStartupLibrary.

I don't know what the diff is, and why I don't see it in the other project.

Thanks, Clark


All times are GMT -5. The time now is 12:48.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi