Search found 287 matches
- Tue Nov 12, 2024 4:52 pm
- Forum: NetBurner Software
- Topic: v2.9.5 System rebuild error
- Replies: 2
- Views: 121
Re: v2.9.5 System rebuild error
Does this only occur in a single project, or all of your projects?
- Tue Jul 16, 2024 3:24 pm
- Forum: NetBurner Software
- Topic: Known Issues: 3.5.1
- Replies: 0
- Views: 4775
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...
- Tue Jun 04, 2024 9:39 am
- Forum: NetBurner Software
- Topic: Image signing with v3.5.0
- Replies: 6
- Views: 7316
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...
- Mon May 20, 2024 2:32 pm
- Forum: NetBurner Software
- Topic: v3.5.0 Build errors
- Replies: 2
- Views: 4922
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...
- Tue Feb 13, 2024 3:18 pm
- Forum: NetBurner Software
- Topic: Virtual Comm: sec_AddConnectionToService failed with error - 50
- Replies: 4
- Views: 5481
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...
- Wed Dec 13, 2023 2:52 pm
- Forum: NetBurner Software
- Topic: predef.h in v2.9.6
- Replies: 1
- Views: 4835
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...
- Tue Apr 18, 2023 4:29 pm
- Forum: NetBurner Software
- Topic: tls 1.2 vs 1.3
- Replies: 13
- Views: 24109
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...
- 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: 3155
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 ...
- Mon Oct 24, 2022 2:11 pm
- Forum: NetBurner Software
- Topic: NNDK in docker
- Replies: 1
- Views: 2366
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...
- Fri Sep 09, 2022 3:49 pm
- Forum: NetBurner Software
- Topic: Failed to load the JNI
- Replies: 1
- Views: 2136
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.