Target ‘Deploy’ does not exist ..?

Sysprogs forums Forums VisualGDB Target ‘Deploy’ does not exist ..?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #785
    G40
    Participant

    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 ==========
    #3057
    ket
    Participant

    Hi,

    The Deploy step is not needed or used for VisualGDB projects, somehow VS has set this option for the project. Please go to Build->Configuration Manager and remove the check from Deploy for this project.

    #3058
    G40
    Participant

    Many thanks Ket.

    Colour me impressed. Works right out of the box with an SSH connection to a Beaglebone. Super.

    #3059
    luntar
    Participant

    Hi, I also had the … “Deploy” target does not exist… issue. Easy fix, this post was helpful, thanks!
    -John

    (… and, wow, this tool is great!)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.