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
Normal Topic Errors when switching to arduinoDUE board (Read 1977 times)
SteveWoz
Newbies
*
Offline


Posts: 1
Joined: Nov 4th, 2016
Errors when switching to arduinoDUE board
Nov 4th, 2016 at 6:36am
Print Post  
Hi,
When I create new project for UNO everything is OK, but when I switch board to Arduino Due I get Errors:
identifier "__UINTPTR_TYPE__" is undefined
identifier "__UINT32_TYPE__" is undefined

It's in _default_types.h
I also get errors in my current DUE projects.


Full message:
Severity      Code      Description      Project      File      Line
Error (active)            identifier "__UINTPTR_TYPE__" is undefined      ardd      c:\Users\S 2014q1\arm-none-eabi\include\machine\_default_types.h      169

Severity      Code      Description      Project      File      Line
Error (active)            identifier "__UINT32_TYPE__" is undefined      ardd      c:\Users\S 2014q1\arm-none-eabi\include\machine\_default_types.h      56
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Errors when switching to arduinoDUE board
Reply #1 - Nov 4th, 2016 at 12:48pm
Print Post  
Hi,

Can we assume you are talking about intellisense errors and not build errors?

Please confirm ide version.

You can use this guide for short term intellisense workarounds

http://www.visualmicro.com/page/Extending-Visual-Studio-Intellisense.aspx
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint