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 Port software from CMake (Read 1243 times)
dj-fiorex
Newbies
*
Offline


Posts: 2
Joined: Oct 18th, 2017
Port software from CMake
May 24th, 2018 at 4:09pm
Print Post  
Hi all, sorry if this is a newbie question,
I want to compile an arduino program that uses CMakeList to build, but i don't know how to set variable like i do in CMake side:
Code
Select All
set(UA_ARCHITECTURE "arduino" CACHE STRING "" FORCE) 

 
Someone could help me?
Thanks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Port software from CMake
Reply #1 - May 24th, 2018 at 6:51pm
Print Post  
Hi,

Arduino does not work this way.

You should consider using a native atmel studio gcc project.

Thanks
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint