I tried everything I could to make the new extension work, but I either get a link error when linking the Boost log Libraries, or a good link, but a C++ exception when I run my code and try to log a message in Boost.
Using the same Boost compiled libraries (1_82), it links fine, but won’t run, with updated Boost libraries (1_88 and 1_89) I get an undefined symbol with __sscanf.
So, I had everything working and the extension was marked with don’t update. I should have backed up the directory, but didn’t. I restarted VSC serveral times to make sure that the extension didn’t update.
So, Monday morning I got a VSC update, which caused an extension renew and it went in deleted all my working updates and all the powershell tasks.
So, I got most it back, but I am running into a issue with the last step where I get a prompt asking for a password when it is trying to copy the exe files:
Executing task: scp -i /home/steve/GimbalS/.conf/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P 2230 -pr /home/steve/GimbalS/aarch64/debug torizon@192.168.6.242:~/app
Warning: Permanently added ‘[192.168.6.242]:2230’ (ED25519) to the list of known hosts.
torizon@192.168.6.242’s password:
- The terminal process “scp ‘-i’, ‘/home/steve/GimbalS/.conf/id_rsa’, ‘-o’, ‘UserKnownHostsFile=/dev/null’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘-P’, ‘2230’, ‘-pr’, ‘/home/steve/GimbalS/aarch64/debug’, ‘torizon@192.168.6.242:~/app’” terminated with exit code: 1.
- Terminal will be reused by tasks, press any key to close it.
I tried using the verdin password, but it just comes back and asks again. It is passing the id that was made, so I am not sure why this is asking for a password. I am using a pub/private key setup to log in normally, but I know that doesn’t work for scp. Can you tell me what is wrong?
Thanks,
Steve