ssh multiple definition

Discussion to talk about software related topics only.
RebootExpert
Posts: 99
Joined: Fri Oct 09, 2020 2:57 pm

Re: ssh multiple definition

Post by RebootExpert »

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.
RebootExpert
Posts: 99
Joined: Fri Oct 09, 2020 2:57 pm

Re: ssh multiple definition

Post by RebootExpert »

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 built example is loaded onto the module, it crashes on startup. I was able to fix the crash by modifying a few netburner files and the example code.
Post Reply