I get the following error on step 7 of the Beaglebone Black QT4 tutorial when I click “finish”
VisualGDB has detected that the following packages are missing: QT4 Install them automatically?
If I click yes I get Toolchain test failed: Cannot detect your Linux package manager. Tried executing which apt-get and which yum with no success. Please double-check your settings. If you ignore this error, your project may not build.
If I select ignore the next warning is “The machine selected for deployment does not have gdbserver installed. You will be able to build the project, however debugging won’t work. Do you want to ignore it and continue?
When I build the project I get the following error
Error 3 error MSB3073: The command “”C:\Program Files (x86)\Sysprogs\VisualGDB\VisualGDB.exe” /build “c:\Projects\LinuxProject2\LinuxProject2.vcxproj” “/solution:c:\Projects\LinuxProject2\LinuxProject2.sln” “/config:Debug” “/platform:Win32″” exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets 38 5 LinuxProject2
Any idea?