Page 2 of 2

Re: ssh multiple definition

Posted: Tue Oct 14, 2025 5:48 pm
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.

Re: ssh multiple definition

Posted: Thu Oct 23, 2025 11:10 am
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.