Using 4.1r1 and VS2012 Pro targeting a Beagle Bone using Windows hosted GCC downloaded via VGDB project wizard. Created a vanilla C++ project with target board connected via SSH. VS console output shown below. Any ideas on how to fix the problem?
Many thanks.
1>
Build started: Project: LinuxProject1, Configuration: Debug Win32
1> VisualGDB: Attempting inline build...
1> VisualGDB: Updated source file list in R:srcLinuxProject1Makefile. Enable verbose mode for more details.
1> VisualGDB: Executing prebuild actions
1> VisualGDB: Run "cmd.exe /c "u:pkgSysGCCbeaglebonebinmake.exe" CONFIG=Debug" in directory "R:srcLinuxProject1" on local computer
1> u:/pkg/SysGCC/beaglebone/bin/arm-angstrom-linux-gnueabi-g++.exe -ggdb -ffunction-sections -O0 -DDEBUG -c LinuxProject1.cpp -o Debug/LinuxProject1.o -MD -MF Debug/LinuxProject1.dep
1> u:/pkg/SysGCC/beaglebone/bin/arm-angstrom-linux-gnueabi-g++.exe -o Debug/LinuxProject1 -Wl,-gc-sections -Wl,--start-group Debug/LinuxProject1.o -Wl,--rpath='$ORIGIN' -Wl,--end-group
1> VisualGDB: Executing postbuild actions
2>
Deploy started: Project: LinuxProject1, Configuration: Debug Win32
2>R:srcLinuxProject1LinuxProject1.vcxproj : error MSB4057: The target "Deploy" does not exist in the project.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========