Search found 78 matches

by RebootExpert
Fri Jul 02, 2021 2:23 pm
Forum: NetBurner Software
Topic: AWS Tutorial code build error
Replies: 2
Views: 1222

Re: AWS Tutorial code build error

In the tutorial source code if (!InitializeAWSSDK()) { iprintf("Exception initializing AWS SDK."); while (1) { OSTimeDly(TICKS_PER_SECOND); } } iprintf("Application started\n"); I see both print statements are executed. How does it break out of the infinite loop? I am using mod54...
by RebootExpert
Fri Jul 02, 2021 11:38 am
Forum: NetBurner Software
Topic: AWS Tutorial code build error
Replies: 2
Views: 1222

Re: AWS Tutorial code build error

Not sure why. As I rebuild it couple time, the error is gone. It build successfully.
by RebootExpert
Fri Jul 02, 2021 10:38 am
Forum: NetBurner Software
Topic: AWS Tutorial code build error
Replies: 2
Views: 1222

AWS Tutorial code build error

I follow the AWS Tutorial , clone the source code from github. And import into NBEclipse 3.3 project. Without any modification, I have a build error of the code. mkdir: cannot chdir to directory `nblibs/release/libraries': Permission denied make: *** [C:/nburn/make/boilerplate.mk:294: nblibs/release...
by RebootExpert
Fri Jul 02, 2021 9:33 am
Forum: NetBurner's Eclipse IDE
Topic: NBEclipse 3.3.2 FrameworkEvent ERROR
Replies: 3
Views: 2834

NBEclipse 3.3.2 FrameworkEvent ERROR

I just install 3.3.2 and I try to run it. But it prompt me an error to see the log file. There are lots of frameworkevent error in the log file.
1625243209330.log
(637.6 KiB) Downloaded 266 times
by RebootExpert
Wed Apr 28, 2021 1:48 pm
Forum: NetBurner Software
Topic: undefined reference function
Replies: 11
Views: 3900

Re: undefined reference function

So I did a "rebuild all system files" in the eclipse IDE, now the error is gone. Looks like it's working now.
by RebootExpert
Wed Apr 28, 2021 11:26 am
Forum: NetBurner Software
Topic: undefined reference function
Replies: 11
Views: 3900

Re: undefined reference function

I follow the steps. project still fail to compile. Microsoft Windows [Version 10.0.19042.928] (c) Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>set NBROOT NBROOT=C:\nburn NBROOTMINGW=C:\nburn C:\WINDOWS\system32>set PLATFORM PLATFORM=MOD5441X C:\WINDOWS\system32>cd c:/nburn/system ...
by RebootExpert
Wed Apr 28, 2021 9:48 am
Forum: NetBurner Software
Topic: undefined reference function
Replies: 11
Views: 3900

Re: undefined reference function

and the header file for MOD5441X
user_settings.h
(7.3 KiB) Downloaded 150 times
by RebootExpert
Wed Apr 28, 2021 9:45 am
Forum: NetBurner Software
Topic: undefined reference function
Replies: 11
Views: 3900

Re: undefined reference function

Hi Jon, I rebuild the libraries through NBEclipse IDE. Here's my simple project I just made having the same error. #include <predef.h> #include <stdio.h> #include <ctype.h> #include <startnet.h> #include <autoupdate.h> #include <dhcpclient.h> #include <smarttrap.h> #include <taskmon.h> #include <Net...
by RebootExpert
Tue Apr 27, 2021 9:34 am
Forum: NetBurner Software
Topic: undefined reference function
Replies: 11
Views: 3900

Re: undefined reference function

Hi Jon, I am using MOD54415 and there's only a user_settings.h header file in the directory of C:\nburn\include\crypto\platform\MOD5441X So I undefine NO_FILESYSTEM in the file. and rebuild the libraries. Same error occur when I try to use it. There's #ifndef directive check the NO_CERTS macro aroun...
by RebootExpert
Fri Apr 23, 2021 3:36 pm
Forum: NetBurner Software
Topic: undefined reference function
Replies: 11
Views: 3900

Re: undefined reference function

I am using 2.9.3