I have connected my fr245m to the mac. How to find out the mount path?

Eclipse runs poorly, So I want to build with a makefile in vscode. But I can't find the mount point with the `df` command on my macOS, i.e. I am not able to deploy my prg with makefile without a destination directory.

Thanks for your help in advance.

  • And how about CMD-SHIFT-P, "Monkey C: Verify Installation"?

  • You downloaded the VS Code extension, and downloaded the SDK and devices, right?  The SDK and devices are seperate starting with the 3.2 SDK.

  • I have located my developer key and SDK path. Cmd from command palette is Passed. 

    And how about CMD-SHIFT-P, "Monkey C: Verify Installation"?
  • You downloaded the VS Code extension, and downloaded the SDK and devices, right?  The SDK and devices are seperate starting with the 3.2 SDK.

    I am using 4.x preview.  I used to run all properly in eclipse. But when migrating to vscode, I failed , so weird.

  • Oh, I see. I should check the SDK manager path with the command Open SDK manager while I didn‘t try it before, and actually, the path is not specified. The default is not correct. Thanks for your help. You are so kind-hearted, guy.

    What happens when you type CMD-SHIFT-P, "Open SDK manager"?

    Does the SDK manager open?

    Do any other Monkey C commands work?

  • Cool, hope it's working properly now!

    If you have similar problems in the future, you might try opening the VS Code dev tools to see if you can get more information: CMD-SHIFT-P, "Toggle Developer Tools"

    Also, it seems that "Monkey C: Verify Installation" should be checking that the SDK manager path is valid....

  • Yep! " Toggle Developer Tools" is really useful. Besides, all commands for this plugin are here. I think there should be an official tutorial for vscode configuration. However not. This is Garmin's dereliction of duty!

  • Note, that in the VS Code extension, it also say this:

    "This is currently in an alpha state and is not yet at feature parity with the current Connect IQ plug-in for Eclipse."

    That's part of the reason there is limited doc, tutorials, etc.  It's very much a work in progress.

    And the 4.0 preview SDK is just that (consider it beta) - You can't use it to do thinks like export an app (build an iq file for the store), so you may want to use 3.2.5 instead.

  • not yet at feature parity with the current Connect IQ plug-in for Eclipse

    Jim, thanks for your reminder. I did take notice of it. Vscode covers most of my requirements right now. I will avoid using a preview SDK for downward compatibility.