Search found 286 matches

by Forrest
Tue Jul 16, 2024 3:24 pm
Forum: NetBurner Software
Topic: Known Issues: 3.5.1
Replies: 0
Views: 679

Known Issues: 3.5.1

Summary of Issues Compilation error when attempting to build in IPv4 only mode --- Compilation error when attempting to build in IPv4 only mode Known Affected Versions 3.5.1 Description A build error occurs when attempting to build an application with IPV4ONLY defined in nbrtos/include/predef.h . T...
by Forrest
Tue Jun 04, 2024 9:39 am
Forum: NetBurner Software
Topic: Image signing with v3.5.0
Replies: 6
Views: 2965

Re: Image signing with v3.5.0

Hello, I investigated this and it turns out that it was caused by a new issue, not a regression to the previous one you described. If you replace nbrtos/source/nbupdate.cpp with this attached update, it should be resolved. Note, we are working on a new release which should be available in the next w...
by Forrest
Mon May 20, 2024 2:32 pm
Forum: NetBurner Software
Topic: v3.5.0 Build errors
Replies: 2
Views: 2110

Re: v3.5.0 Build errors

Hello, I looked through this and it looks like we failed to change the name of the global variable under the ENABLE_AUTOCERT_REGEN ifdefs. This internal variable name had been changed between the 3.5.0 and previous release. I fixed this for the upcoming release. You can fix it locally by renaming al...
by Forrest
Tue Feb 13, 2024 3:18 pm
Forum: NetBurner Software
Topic: Virtual Comm: sec_AddConnectionToService failed with error - 50
Replies: 4
Views: 2176

Re: Virtual Comm: sec_AddConnectionToService failed with error - 50

There was a big change in the back end service between those two releases. The license method changed completely. I'm concerned that either your service or the configuration files did not get removed and you may be running portions of both versions. The new install should have uninstalled the previo...
by Forrest
Wed Dec 13, 2023 2:52 pm
Forum: NetBurner Software
Topic: predef.h in v2.9.6
Replies: 1
Views: 2281

Re: predef.h in v2.9.6

Thanks for the note. Our installation process changed from 295 to 296, matching the same software we use in 3.x. It looks like the script that filled in this along with the copyright/revision tag on each source file did not make the transition. Since the release has already been out 2 weeks, I'm goi...
by Forrest
Tue Apr 18, 2023 4:29 pm
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 21034

Re: tls 1.2 vs 1.3

3.4 included big speed improvements for the ARM modules. The coldfire got marginally faster. For 3.4.1, we hope to include a speed boost for the coldfire as well. You can improve speed on the coldfire a little more by modifying some wolfSSL configuration options. To try this change, open user_settin...
by Forrest
Mon Jan 16, 2023 2:33 pm
Forum: NetBurner Software
Topic: "make -j12 all" terminated with exit code 2. Build might be incomplete.
Replies: 3
Views: 1913

Re: "make -j12 all" terminated with exit code 2. Build might be incomplete.

Running the bat file is for command line. It sets the path for the current command line instance. The installer should have set up NNDK_ROOT as a system environment variable as well. Check your system env variables: From the start menu, search for Environment Vairables, and click on Edit the system ...
by Forrest
Mon Oct 24, 2022 2:11 pm
Forum: NetBurner Software
Topic: NNDK in docker
Replies: 1
Views: 1502

NNDK in docker

We use Docker extensively in testing our releases. I posted the Dockerfile that we use to test the NNDK so that others may use it as well. Its up on GitHub. The Dockerfile builds into a Linux installation of the NNDK with all required Linux utilities installed. If you are doing more then just testin...
by Forrest
Fri Sep 09, 2022 3:49 pm
Forum: NetBurner Software
Topic: Failed to load the JNI
Replies: 1
Views: 1473

Re: Failed to load the JNI

Since 3.3.7, NBEclipse now includes it's own JRE, embedded within it's installation directory. For the 3.X tools, you don't need to modify any java system environment settings. For 2.X, it still needs a JRE 11 32-bit on the system path.
by Forrest
Fri Apr 29, 2022 1:59 pm
Forum: NetBurner's Eclipse IDE
Topic: GDB fails with "joined drive" error
Replies: 5
Views: 7398

Re: GDB fails with "joined drive" error

Hello, Have you been successful in debugging the gdbdemo example in the examples directory? Are you sure that you created a NetBurner application launch configuration, and not a C/C++ Application? It sounds like you are using the NetBurner Application type, but just want to verify. Can you export yo...