Search found 283 matches

by Forrest
Tue Feb 13, 2024 3:18 pm
Forum: NetBurner Software
Topic: Virtual Comm: sec_AddConnectionToService failed with error - 50
Replies: 4
Views: 111

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: 841

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: 12771

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: 1093

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: 919

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: 957

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: 5101

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...
by Forrest
Mon Nov 08, 2021 4:23 pm
Forum: NetBurner Software
Topic: Code signing...
Replies: 6
Views: 2307

Re: Code signing...

Just test out the signing feature in 3.3.4. Can you automate the signing when build with Eclipse IDE? After NBEclipse has built your project: 1. Create an External Tool Configuration with Run->External Tools->External Tools Configurations 2. In the new external tool configuration, specify the follo...
by Forrest
Fri Jul 02, 2021 3:10 pm
Forum: NetBurner's Eclipse IDE
Topic: NBEclipse 3.3.2 FrameworkEvent ERROR
Replies: 3
Views: 2747

Re: NBEclipse 3.3.2 FrameworkEvent ERROR

NNDK 3.3.2 included an update to NBEclipse. The new version required Java 11 64bit. Based on your log file, it appears that Java 8 is running.
by Forrest
Mon Mar 01, 2021 9:37 am
Forum: NetBurner Software
Topic: making my own libraries or 3rd party libraries
Replies: 3
Views: 2054

Re: making my own libraries or 3rd party libraries

Hello, In your project makefile, you are going to want to set the variable TARGET_TYPE to a library. You have 3 different options for TARGET_TYPE: # Set TARGET_TYPE in your makefile to generate a target. # Supported makefile target types: (default = app) # nblib : build .a file and place in nburn li...