Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) Cant find Microsoft Android Tools for VS2015 (GDB) (Read 8296 times)
rmick
Newbies
*
Offline


Posts: 2
Location: Melbourne, Australia
Joined: Aug 17th, 2016
Cant find Microsoft Android Tools for VS2015 (GDB)
Oct 27th, 2016 at 5:34am
Print Post  
The User Guide for GDB debugging http://www.visualmicro.com/page/User-Guide.aspx?doc=Arduino-gdb-In-Brief.html
says that you need to install Microsoft Android Tools, via the Add/Remove Programs Setup.

I have tried, but cannot see the tools listed anywhere.

Here is what I see.

https://www.dropbox.com/s/piiptjqv0b5okxn/Screenshot%202016-10-27%2016.33.09.png...

What am I not understanding? Shocked
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #1 - Oct 28th, 2016 at 10:01pm
Print Post  
Hi,

That's the right location but it's not possible to see anything in your image because nodes are collapsed and the window is scrolled to the top.

The android tools will probably be under the cross platform section
  
Back to top
WWW  
IP Logged
 
garlicbread
Junior Member
**
Offline


Posts: 21
Joined: Oct 7th, 2013
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #2 - Nov 8th, 2016 at 5:56pm
Print Post  
I'm having a similar problem
I'm currently using VS 2015 Enterprise with the latest updates

I originally thought it might have been "Visual C++ Android Development (Update 3)"
but installing that doesn't seem to have made the menu entry visible (Maybe there's been some changes since update 3)
I do have "Common Tools for Visual C++ 2015" installed

I've attached some screen grabs for info
I selected Arduino 1.6 and the Arduino Due just in case that had an impact on the debugger options visible
I noticed that you needed to select the Project within the Solution Explorer to get the Debugger menu to be visible
but I couldn't see an entry for "Use Visual Studio Debugger" which should in theory be visible in the list

I did come across this as an a seperate extension
https://visualstudiogallery.msdn.microsoft.com/35dbae07-8c1a-4f9d-94b7-bac16cad9...
maybe Microsoft have moved things around.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
garlicbread
Junior Member
**
Offline


Posts: 21
Joined: Oct 7th, 2013
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #3 - Nov 8th, 2016 at 5:56pm
Print Post  
Second set of images
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
garlicbread
Junior Member
**
Offline


Posts: 21
Joined: Oct 7th, 2013
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #4 - Nov 8th, 2016 at 5:56pm
Print Post  
Last image
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #5 - Nov 8th, 2016 at 6:03pm
Print Post  
That's okay the android tools in your pic are selected to its installed.

Haven't added gdb definitions for the due yet. You can add them yourself to test then I can add to the release.

In the meantime try the arduino zero Smiley

Which board do you actually want to use?

« Last Edit: Nov 8th, 2016 at 6:04pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
garlicbread
Junior Member
**
Offline


Posts: 21
Joined: Oct 7th, 2013
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #6 - Nov 8th, 2016 at 7:14pm
Print Post  
Thanks for the info that sorted it
once I selected the zero board it then showed up in the menu entry
I was just looking for something to check I had everything needed installed for the option to show up

The boards I'm interested in are the Arduono due and the mbed type boards so I'll see if I can come up with something for the due now that I know of a working example
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #7 - Nov 8th, 2016 at 9:19pm
Print Post  
Yes you were spot on. 


This might be useful. Alternatively under the visual micro\Micro platforms\arduino16x\hardware\samd folder the boards.txt and platform.txt will show the working settings for the zero or under the energia16x\hardware\ folder look in the \tiva folder. The tiva example might be better than zero because it uses the ocd installed with visual micro.

The ocd .cfg files are below visual micro\micro platforms\default\tools\openocd\scripts\boards. I think the due chip cfg is there but you can add new ones then post and I will add to the release

if using a local board.txt to test then don't qualify the board name for the .cfg build property

It's not a very good doc, needs more work.

http://www.visualmicro.com/post/2016/01/17/3rd-Party-Hardware-GDB-Configuration-...
« Last Edit: Nov 8th, 2016 at 9:21pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
rmick
Newbies
*
Offline


Posts: 2
Location: Melbourne, Australia
Joined: Aug 17th, 2016
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #8 - Nov 10th, 2016 at 2:49am
Print Post  
Tim@Visual Micro wrote on Nov 8th, 2016 at 6:03pm:
That's okay the android tools in your pic are selected to its installed.


So which one of all the options that GarlicBread showed is the correct one? Is it the Mobile Development/Android Development, the Android SDK 3rd party or one of the numerous Dev kits?
I am presuming it is the first item, but a confirmation would be nice. I think the fact that it is a sub-entry is what threw both of us.

My original question is still completely unanswered. Angry
I don't have the disc space to install ALL of these options in the hope that one of them works.
Please let us know which one is correct and then update the documentation with either the exact correct name or a screen shot.
Please  Cool
« Last Edit: Nov 10th, 2016 at 2:50am by rmick »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #9 - Nov 10th, 2016 at 3:15am
Print Post  
Sorry it's difficult to keep track sometimes.

Probably just the cross platform mobile development c++ android development (update 3)

1st checked item in the picture

« Last Edit: Nov 10th, 2016 at 3:17am by Tim@Visual Micro »  

Please Register or Login to the Forum to see File Attachments
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Cant find Microsoft Android Tools for VS2015 (GDB)
Reply #10 - Mar 12th, 2017 at 5:12am
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint