Search found 283 matches

by Forrest
Fri Apr 06, 2018 10:28 am
Forum: NetBurner's Eclipse IDE
Topic: facing an error: "m68k-elf-gcc: command not found"
Replies: 1
Views: 2772

Re: facing an error: "m68k-elf-gcc: command not found"

Hello, First of all, that is quite an old release. You may consider updating the tools at support.netburner.com. This will likely fix this issue, as older releases may not have set the proper NBROOT and PATH variable in NBEclipse. This means that NBEclipse may not be able to find our toolchain (such...
by Forrest
Tue Apr 03, 2018 10:22 am
Forum: NetBurner Software
Topic: Json_lexer.cpp bug
Replies: 1
Views: 1564

Re: Json_lexer.cpp bug

Hello Ed, This change looks good. We have patched our source, further releases will contain the fix. Thanks for the submission --- system/webclient/json_lexer.cpp | 4 ++-- 1 file changed, 1 insertions(+), 1 deletions(-) diff --git a/system/webclient/json_lexer.cpp b/system/webclient/json_lexer.cpp i...
by Forrest
Wed Mar 21, 2018 11:04 am
Forum: NetBurner Software
Topic: IPv6-DHCPv6 Example
Replies: 4
Views: 3088

Re: IPv6-DHCPv6 Example

These warnings are the unfortunate result of us adding the custom printf flag '%I" to print an IP address object. We are looking in to how to remove the warning next time we build gcc, but for now, its safe to ignore.
by Forrest
Wed Mar 21, 2018 10:49 am
Forum: Off-Topic
Topic: Integrating a camera?
Replies: 1
Views: 3669

Re: Integrating a camera?

Hello,
One of our interns wrote up an article 2-3 years ago that used a Pixy camera to do object recognition. Not quite the same, but the source is there and it could give you some ideas to work with.
https://www.netburner.com/learn/intelli ... ing-part-2
by Forrest
Fri Feb 02, 2018 4:03 pm
Forum: Off-Topic
Topic: Forum Update
Replies: 0
Views: 4577

Forum Update

This forum was updated to the latest release of phpBB. This will hopefully counteract some of the excessive spam we were hit with in the last 2 weeks. We purged all inactive users. If you were purged, sorry! Just register and let me know and I can restore an old account. If you run in to any issues ...
by Forrest
Wed Jun 07, 2017 10:50 am
Forum: NetBurner Software
Topic: Installing v2.8.4
Replies: 2
Views: 2141

Re: Installing v2.8.4

Can you clarify your rebuild process? I assume you are using the command line. Do you build from your project directory, or go to the system libraries and rebuild each individually. If you have a log, that would be perfect.
by Forrest
Fri Apr 14, 2017 9:35 am
Forum: NetBurner's Eclipse IDE
Topic: NBEclipse hangs on 'loading workbench'
Replies: 2
Views: 2658

Re: NBEclipse hangs on 'loading workbench'

This does not sound like any standard error that I am familiar with. Check your NBEclipse log file for hints. It will be located in the NBEclipse workspace, under .metadata/.log
by Forrest
Tue Dec 20, 2016 2:22 pm
Forum: Off-Topic
Topic: Where did the Wiki go?
Replies: 7
Views: 10267

Re: Where did the Wiki go?

Hello Todd,
Here's a mirror of the wiki temporarily hosted on AWS. I'll leave this up through the new year.

http://ec2-54-167-40-43.compute-1.amazo ... ing_in_Cpp
by Forrest
Mon Dec 19, 2016 9:39 am
Forum: Off-Topic
Topic: Where did the Wiki go?
Replies: 7
Views: 10267

Re: Where did the Wiki go?

We took down the wiki due to it being a spam magnet. Every other week it was being exploited or hacked to display spam. I should be able to recover articles from it. What are your goals here?

We moved from posting how-to's and help to the learn site (http://www.netburner.com/learn)
by Forrest
Wed Sep 14, 2016 11:23 am
Forum: NetBurner Software
Topic: SNMP Crash
Replies: 2
Views: 3745

Re: SNMP Crash

Hello, Try enabling the stack overflow checking feature. In predef.h, comment: /* #define UCOS_STACKOVERFLOW (1) */ and then add EnableOSStackProtector() to your usermain(). Rebuild all system files and rebuild your application. If you are getting a stack overflow, you will get a trap message and th...