disabling on-the-fly TAR mode

Sysprogs forums Forums VisualGDB disabling on-the-fly TAR mode

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6128
    seulater
    Participant

    I received this error message when trying to compile for the Intel Edison.
    “File transfer errors detected. Try disabling on-the-fly TAR mode for this host in SSH Host Manager”

    1>------ Build started: Project: rtos, Configuration: Debug Win32 ------
    1>  VisualGDB: Sending 6 updated source files to build machine...
    1>VisualGDB : warning : tar: invalid option -- 'm'
    1>VisualGDB : warning : BusyBox v1.22.1 (2014-12-09 18:30:16 CET) multi-call binary.
    1>VisualGDB : warning :
    1>VisualGDB : warning : Usage: tar -[cxtZzJjahvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...
    1>VisualGDB : warning :
    1>EXEC : warning VGDB2002: File transfer errors detected. Try disabling on-the-fly TAR mode for this host in SSH Host Manager.
    1>VisualGDB : error : Source file transfer failed. If you want to build your project nonetheless, edit project properties to ignore transfer errors.
    1>EXEC : error : Build has failed. See the Output window for more details.
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command ""C:\Program Files (x86)\Sysprogs\VisualGDB\\VisualGDB.exe" /build "C:\Users\jim\Documents\VisualGDB\Intel_Edison\RTOS\rtos\rtos\rtos.vcxproj" "/solution:C:\Users\jim\Documents\VisualGDB\Intel_Edison\RTOS\rtos\rtos.sln" "/config:Debug" "/platform:Win32"" exited with code 1.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    
    #6129
    support
    Keymaster

    Hi,

    Looks like the tar binary on the Edison board does not support all options needed by VisualGDB to transfer multiple files using tar. You can switch to the file-by-file mode via Tools->SSH Host Manager->(your SSH connection)->Edit->Transfer file groups using = File-by-file SCP.

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