Search found 99 matches

by RebootExpert
Thu Oct 23, 2025 11:10 am
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

Re: ssh multiple definition

the solution to this issue, comment out the #define NO_INLINE line in the user_settings.h file located in the \nburn\include\crypto\platform directory. rebuild the system files. After that I was able to build the example without any error.

However the example code cannot be used as is. When the ...
by RebootExpert
Tue Oct 14, 2025 5:48 pm
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

Re: ssh multiple definition

I finally took the time to install version 2.9.7 on my personal PC and encountered the exact same error I saw on my work machine. I suspected it might be a Windows 11 issue, so I tried installing it on a Windows 10 PC as well—same result.
by RebootExpert
Thu Oct 09, 2025 3:21 pm
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

Re: ssh multiple definition

I agree this is a very unusual case. I’ll try installing it on my own PC as our IT department periodically updates the block list. It’s possible that some components were silently blocked during the installation.
by RebootExpert
Thu Oct 09, 2025 3:12 pm
Forum: NetBurner Software
Topic: Nano bootloader part number and version
Replies: 7
Views: 2174

Re: Nano bootloader part number and version

Thank you both for the clarification. I now understand that NetBurner does not assign a separate part number to the bootloader itself. Instead, the bootloader is considered part of the overall module and is identified by the assembly part number. To keep things simple, I will inform our customer ...
by RebootExpert
Thu Oct 09, 2025 1:14 pm
Forum: NetBurner Software
Topic: Nano bootloader part number and version
Replies: 7
Views: 2174

Re: Nano bootloader part number and version

Thank you. is there a part number for each of them?
by RebootExpert
Thu Oct 09, 2025 11:26 am
Forum: NetBurner Software
Topic: Nano bootloader part number and version
Replies: 7
Views: 2174

Nano bootloader part number and version

We use the Nano module in one of our products, and one of our customers has requested the part number and version of the bootloader. They are required to register all "resident software parts" installed on any hardware they use, and the bootloader is included in this requirement.
As I understand it ...
by RebootExpert
Wed Oct 08, 2025 4:02 pm
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

Re: ssh multiple definition

I did not observe any abnormal environment variables on my system. The variables NBROOT, NBROOTMINGW and NNDK_ROOT are all set to c:/nburn
by RebootExpert
Wed Oct 08, 2025 3:57 pm
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

Re: ssh multiple definition

yes same error after a fresh installation of 2.9.7, I rename the \nburn to something else then install 2.9.7 again.
by RebootExpert
Mon Oct 06, 2025 11:41 am
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

Re: ssh multiple definition

I reinstall 2.9.7. attached is the predef header file without any modification it's in rev 2.9.7. the NB_SSL_SUPPORTED is commented out by default.

the ide itself seems in 2.9.5
ideRev.png
ideRev.png (13.67 KiB) Viewed 3385 times

not sure if it matter, the installer was downloaded back in 12/18/2023
installer.png
installer.png (9.22 KiB) Viewed 3385 times


predef.h
(9.63 KiB) Downloaded 45 times
by RebootExpert
Mon Oct 06, 2025 10:24 am
Forum: NetBurner Software
Topic: ssh multiple definition
Replies: 11
Views: 3725

ssh multiple definition

I did a fresh installation of NNDK 2.9.7 with MOD54415 and SSL serial number. I created the example located at: C:\nburn\examples\SSH\sshServerUserAuth. I then uncommented the `NB_SSH_SUPPORTED` and `NB_SSL_SUPPORTED` in `predef.h`, and rebuilt all system files.

When I attempt to build the example ...