ssh multiple definition
-
- Posts: 97
- Joined: Fri Oct 09, 2020 2:57 pm
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 project, I encounter multiple definition errors during compilation.
When I attempt to build the example project, I encounter multiple definition errors during compilation.
Re: ssh multiple definition
Hello,
I think there is something wrong with your install, you should not have to uncomment the SSL in 2.9.7, as its always enabled. Can you rename your \nburn directory and do a clean install of 2.9.7?
I think there is something wrong with your install, you should not have to uncomment the SSL in 2.9.7, as its always enabled. Can you rename your \nburn directory and do a clean install of 2.9.7?
Re: ssh multiple definition
Sounds like you might be using an old predef.h? What is the version number at the top?
-
- Posts: 97
- Joined: Fri Oct 09, 2020 2:57 pm
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
not sure if it matter, the installer was downloaded back in 12/18/2023
the ide itself seems in 2.9.5
not sure if it matter, the installer was downloaded back in 12/18/2023
Re: ssh multiple definition
I just ran a test of a clean install and do not get any duplicates. Does your new install still do that? You did not install over an old version (there was no \nburn folder when you installed) correct?
Re: ssh multiple definition
Other than that, it could be your pc's environment variables mixing up releases.
-
- Posts: 97
- Joined: Fri Oct 09, 2020 2:57 pm
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.
-
- Posts: 97
- Joined: Fri Oct 09, 2020 2:57 pm
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
Re: ssh multiple definition
Hi,
I'm at a loss here on what to try next. If I do a clean install I cannot reproduce this issue. It must be something particular to that pc. Do you have another computer you could try the install on as a test?
I'm at a loss here on what to try next. If I do a clean install I cannot reproduce this issue. It must be something particular to that pc. Do you have another computer you could try the install on as a test?
-
- Posts: 97
- Joined: Fri Oct 09, 2020 2:57 pm
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.