Hi,
Excuse if my questions if these are obvious. I’m evaluating the product and there is a very steep learning curve for me, I have managed to resolve a number of issues but I have been really stuck for a few days with this one issue and the Eval license will finish in about a week.
End goal:
I’m hoping that I can learn about technology from an existing open source project, with the goal of debugging this code remotely, understand how it works and potentially improving it. This code has been designed to run on Raspberry Pi and it uses other hardware like the Pi’s camera.
Problem:
I have setup a Linux project by using the import wizard, I have eventually managed to solve some issues by adding folders into the Intellisense directories.
Currently if I try and Debug in VS, I get an error message “Received a SIGILL: Illegal instruction” I then click on Break, it goes into a no Symbols loaded screen, “libcrypto.so.1.0.pdb not loaded”
I’m not sure If what I’m wanting to achieve is actually possible.
Any suggestions would be appreciated.