Wizard

The VSBridge wizard contains five pages:

  • Overview - general information.
  • Remote Settings - remote setting parameters.
  • Application - mapping between Windows and Unix
  • Build Settings - parameters for an External Makefile or Project Build.
  • Debugging - debugging parameters.

Follow these step:

  1. In the Overview page,click Next.

    The Remote Settings page is displayed.

  2. Enter the following parameters:
    • Remote Host - an IP or host name.
    • User Name.
    • Password.



  3. 3Click Next.
    The Application page is displayed
    The Solution, Solution Name and Location fields are populated with the data you entered in the New Project dialog box.


  4. Select the Sharing Mode and Windows Folder options. The choices are:
    • Auto Synchronized Project (default) — automatically copies and deletes files to the remote target using SFTP protocol. If you add a new file or save a file it is copied to the selected remote system. If you delete or exclude the file it is deleted or excluded from the remote file system.
    • Shared filesystem — external share using samba or ssh drive. The user must have the required permissions.


  5. Click Next.
    The Build Settings page is displayed.

  6. Select External Makefile or Project Build.
    If you select External Makefile you need to define the rules to apply to this project.
    If you select Project Build you need to define the build command settings.

  7. Enter the Build Directory path.
    This defines the directory used for the build.

  8. For an External Makefile project, enter the following rules:
    • Build
    • Rebuild
    • Clean



  9. For a Project Build enter the following commands.
    You should include all the Compile and Link flag.

    • Compile
    • Link
    • Output dir
    • Filename



  10. Click Next.
    The Debugging page is displayed.

  11. Enter the following debugging parameters:
    • Command - an instruction for running the program.
    • Command arg(ument) - the arguments to apply to the running application
    • Working dir(ectory)



  12. Click Next.
    The Remote Settings page is displayed.

  13. Enter the following parameters:
    • Remote Host - an IP or host name.
    • User Name
    • Password



  14. Click Finish.