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 compiling for Intel Edison [Solved] (Read 1988 times)
deathborne3
Newbies
*
Offline


Posts: 3
Joined: Apr 2nd, 2018
Errors compiling for Intel Edison [Solved]
Apr 2nd, 2018 at 12:03pm
Print Post  
Hi all, I've been searching for the answer around the forums / internet but I can't find anything. I'm attempting to utilize an Intel Edison to upload my sketch to. When I select an Intel Edison as my board, I get a bunch of error messages. However when I select any other board, they all go away. Can anyone please direct me where to / how to fix this?

Thank you for all the help!
« Last Edit: Apr 3rd, 2018 at 6:13pm by deathborne3 »  

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


Posts: 12144
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Errors compiling for Intel Edison
Reply #1 - Apr 2nd, 2018 at 1:51pm
Print Post  
Hi,

Please click build and upload to see if that works okay or not.

If it fails please post the build output not the error list.

Intellisense is handled by visual studio and is different to compile. So let's see if we have a valid build or not?

  
Back to top
IP Logged
 
deathborne3
Newbies
*
Offline


Posts: 3
Joined: Apr 2nd, 2018
Re: Errors compiling for Intel Edison
Reply #2 - Apr 2nd, 2018 at 1:58pm
Print Post  
Ah I should've probably specified that. I should note that I can build this with no issues when I select a different board. 

Attempting to build this for an Edison board yields the following: 

Compiling debug version of 'Main_control_sys' for 'IntelĀ® Edison'
 
arduino.h:26: In file included from
Main_control_sys.ino: from
 
stdint.h: 9:26: fatal error:  No such file or directory
   # include_next <stdint.h>
   compilation terminated



     An error was encountered during the 'Deep Search' library discovery process.
Debug build failed for project 'Main_control_sys'
  
Back to top
 
IP Logged
 
deathborne3
Newbies
*
Offline


Posts: 3
Joined: Apr 2nd, 2018
Re: Errors compiling for Intel Edison
Reply #3 - Apr 3rd, 2018 at 6:13pm
Print Post  
Not sure if this is relevant to anyone, but I solved it on my own. It turns out my Arduino IDE wasn't set up properly. 
To fix this, I went into the board manager (from the Arduino IDE) and installed the earlier version of the Edison board, then updated it again. After, I restarted Visual studio and I was able to compile this again.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint