Dir Path errors in v3.3.6

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

Dir Path errors in v3.3.6

Post by SeeCwriter »

I installed v3.3.6, enabled SSH in predef.h, and imported my NANO project from v3.3.5, which also had SSH enabled. When building my project I got an error about settings.h included in NbWolfSsh.h not found. I modified the include path in NbWolfSsh.h to add "ssh" to the settings.h path. That worked, but I got the same missing file regarding another include file that needed "ssh" added to its path. With each change I made, another missing file error occurred. I've now modified seven files and am now getting "not declared in this scope" errors. All the errors are in NB source files.
User avatar
Jon
Posts: 79
Joined: Mon Feb 05, 2018 10:54 am

Re: Dir Path errors in v3.3.6

Post by Jon »

Hi SeeCWriter,

Can you please open a ticket in support and include the exact error messages that you're getting? I'd be more than happy to help you out.

Kind Regards,
Jon
User avatar
Jon
Posts: 79
Joined: Mon Feb 05, 2018 10:54 am

Re: Dir Path errors in v3.3.6

Post by Jon »

Hi SeeCWriter,

If you can add the following include paths to your NBEclipse project, I think this will solve the problems you're experiencing. You might need to undo some of the changes you've done.

${NNDK_ROOT}/libraries/include/ssh
${NNDK_ROOT}/libraries/include/crypto

I've attached an image that explains how to add these to your proejct.

Kind Regards,
Jon
Attachments
SshLibraryInclude.png
SshLibraryInclude.png (57.22 KiB) Viewed 1169 times
Post Reply