Search found 69 matches

by tpannone
Thu Jan 03, 2019 1:00 pm
Forum: NetBurner's Eclipse IDE
Topic: Rebuild System Files
Replies: 5
Views: 4620

Rebuild System Files

I need to make a few small changes to priority levels defined in c:\nburn\include\constants.h. I'm guessing that for these changes to take effect, I need to run either Rebuild Modified System Files or Rebuild All System Files. When I attempt either, I get the following error message, "An intern...
by tpannone
Wed Jan 02, 2019 9:31 am
Forum: NetBurner's Eclipse IDE
Topic: Where to add compiler option flags?
Replies: 4
Views: 3808

Re: Where to add compiler option flags?

One final question Forrest. Is the -D portion assumed? For example, in the window for Defined Symbols (-D) would I enter -Dname or just name.
by tpannone
Wed Jan 02, 2019 6:57 am
Forum: NetBurner's Eclipse IDE
Topic: Where to add compiler option flags?
Replies: 4
Views: 3808

Re: Where to add compiler option flags?

Thanks Forrest.
by tpannone
Fri Dec 21, 2018 11:16 am
Forum: NetBurner's Eclipse IDE
Topic: Where to add compiler option flags?
Replies: 4
Views: 3808

Where to add compiler option flags?

Within Eclipse, I want to add a "-D" option flag to the compiler preprocessor. I'm looking at Settings>Tool Settings>GNU C++ Compiler>Preprocessor. Is that where I add the -D option flag?
by tpannone
Thu Dec 20, 2018 7:32 am
Forum: NetBurner's Eclipse IDE
Topic: Where is Help?
Replies: 2
Views: 3653

Where is Help?

:?: When I select Help Contents on the menu bar, nothing happens. When I click on a question mark (?) button, nothing happens. Search returns 0 hits.

Are there Help files that can be downloaded for NBEclipse that I can install?
by tpannone
Thu Dec 13, 2018 7:30 am
Forum: NetBurner's Eclipse IDE
Topic: Can I save a workspace?
Replies: 2
Views: 2315

Re: Can I save a workspace?

Thanks Forrest. I was hoping that it would be that simple.
by tpannone
Tue Dec 11, 2018 12:11 pm
Forum: NetBurner's Eclipse IDE
Topic: Can I save a workspace?
Replies: 2
Views: 2315

Can I save a workspace?

I'm wondering if I can save my current workspace under a different name. My current workspace contains four NB projects. When starting this job, I just used the default C:\nburn\workspace. I'm ready to start a new job and would like to save this current workspace to a location (folder) with a more d...
by tpannone
Tue Dec 12, 2017 8:58 am
Forum: NetBurner's Eclipse IDE
Topic: Other Help Documetation
Replies: 2
Views: 2631

Re: Other Help Documetation

He's devoured that. He compares the NBEclipse Getting Started Guide to an appetizer. Now he's looking for the entree that really dives into the IDE. He's running into an issue where the project compiles, but the .s19 file is not being generated. The IDE give an error about a library not being found....
by tpannone
Tue Dec 12, 2017 8:10 am
Forum: NetBurner's Eclipse IDE
Topic: Other Help Documetation
Replies: 2
Views: 2631

Other Help Documetation

Is there any other Eclipse documentation besides what came with the IDE install? My programmer is telling me that when he attempts to access 'Help' in the IDE, nothing appears. He works offsite and doesn't have access to the Internet. (Can't get any better fire walled than that.)
by tpannone
Fri Mar 24, 2017 12:26 pm
Forum: NetBurner's Eclipse IDE
Topic: My First Build Error
Replies: 14
Views: 8202

Re: My First Build Error

Okay, all of my source files appeared to import correctly and compile albeit with plenty of errors. So now the question is why didn't the steps in Section 6 to create projects in places other than the NBEclipse workspace work for me.