Hi, I'm having issues installing RTSDK2.2.1.L1 for Visual Studio 2022. Having rebuilt my PC recently, I had the following installed before attempting to install this devkit:
- Windows 11 Pro x64 (All the latest updates applied)
- Python 3.12.5
- Github desktop 3.4.3
- Cmake 3.30.3
- Visual Studio Enterprise 2019 (v16.11.39) – Full install and updates applied.
- Visual Studio Enterprise 2022 (v17.11.2) – Full install and updates applied.
In summary here's what I did to instal rtsdk:
- Unpacked RTSDK in a local folder “C:\devkits\RTSDK-2.2.1.L1.win.rrg” and also unpacked the RTSDK binary pack within this directory.
- I first ran cmake to install the devkit for VS2019 which all worked fine (using the command line “cmake -HC:\devkits\RTSDK-2.2.1.L1.win.rrg -BVisualStudio2019 -G "Visual Studio 16 2019" -A x64”)
- Next I tried to do the same for VS2022 using “cmake -HC:\devkits\RTSDK-2.2.1.L1.win.rrg -BVisualStudio2022 -G "Visual Studio 17 2022" -A x64”
- In the above case, cmake fails to complete. Please see the attached text file for the output from cmake showing the errors.
Any help with this is much appreciated.
Note, I was able to manually create the projects and solution files in VS2022 and get the RTSDK samples to run but nonetheless it would good to get these errors with cmake fixed!
Thanks
Nitin
output.txt