Search found 8 matches
- Wed Aug 07, 2013 4:17 pm
- Forum: NetBurner's Eclipse IDE
- Topic: multiple text backgrounds
- Replies: 6
- Views: 9091
Re: multiple text backgrounds
Thanks. I think code folding will be the best alternative.
- Wed Aug 07, 2013 3:44 pm
- Forum: NetBurner's Eclipse IDE
- Topic: multiple text backgrounds
- Replies: 6
- Views: 9091
Re: multiple text backgrounds
I am not sure this has what I want to do. I understand that I can change the syntax coloring, but basically, I want to be able to highlight a section of code and give it a different style/color. This way I can make say lines 50-200 have a yellow background and lines 200-400 have a blue background. I...
- Wed Aug 07, 2013 2:23 pm
- Forum: NetBurner's Eclipse IDE
- Topic: multiple text backgrounds
- Replies: 6
- Views: 9091
multiple text backgrounds
I am working on a project that contains a lot of code, and I am trying to figure out a way to change the background or highlight certain parts of the code. Different backgrounds for functions, declarations, loops, etc... would just debugging easier. Is there a way to do this in the Netburner's Eclip...
- Mon Jul 15, 2013 11:49 am
- Forum: NetBurner's Eclipse IDE
- Topic: Execution time
- Replies: 2
- Views: 4223
Re: Execution time
Thanks. The HiResTimer worked great. That is a much better approach.
Jared
Jared
- Fri Jul 12, 2013 11:04 am
- Forum: NetBurner's Eclipse IDE
- Topic: Execution time
- Replies: 2
- Views: 4223
Execution time
I am currently working on a project where the execution time is critical. I am trying to use time.h to record the time at different parts of execution, but I am receiving an undefined reference error to 'times'. The code is given below: #include <time.h> clock_t startt, stopt; #define START starttim...
- Tue Jul 09, 2013 12:17 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Can't Rebuild System Files
- Replies: 4
- Views: 5662
Re: Can't Rebuild System Files
I tried the steps from the Support FAQ, and I was not able to build from the command line, so I saved my important source files, and I uninstalled the NetBurner NNDK and deleted the directory c:\nburn, then I reinstalled the current release 2.6.2, and imported my source files. This resolved my issue...
- Mon Jul 08, 2013 12:47 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Can't Rebuild System Files
- Replies: 4
- Views: 5662
Re: Can't Rebuild System Files
I've been using 2.6.0. I just installed 2.6.2, and I am still have the same errors.
- Mon Jul 08, 2013 10:48 am
- Forum: NetBurner's Eclipse IDE
- Topic: Can't Rebuild System Files
- Replies: 4
- Views: 5662
Can't Rebuild System Files
I am trying to enable UCOS_STACKCHECK, but when I try to rebuild the modified system files or rebuild all system files, I receive an error. Error: Build Error during build System. See build console for details In the console for rebuilding the modified system files I get something like this m68k-elf...