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 Third party library, ClearCore, not found in V Micro toolchain (Read 1207 times)
dinotomFL
Junior Member
**
Offline


Posts: 25
Location: Florida
Joined: Mar 28th, 2016
Third party library, ClearCore, not found in V Micro toolchain
May 25th, 2022 at 9:37am
Print Post  
I installed the ClearCore Arduino wrapper, and imported the boards. It is clearly installed in the Arduino library system as seen in the attached image. And I can upload a sketch from Arduino IDE to it.

I have rescanned my tool chain numerous times, but my #include "ClearCore.h" is never found. I tried going up a directory with ../ClearCore.h but that doesn't find it either.

The ClearCore library appears in Micro Explorer (Add Library -> Download and Install Arduino Library) Image attached.

Any help appreciated.
« Last Edit: May 25th, 2022 at 9:37am by dinotomFL »  

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


Posts: 2175
Joined: Feb 13th, 2019
Re: Third party library, ClearCore, not found in V Micro toolchain
Reply #1 - May 25th, 2022 at 10:20am
Print Post  
Thanks for the report.

Do you have the "Teknic ClearCore" board selected in the IDE?

I've installed the 1.0.14 board package from the board manager (https://www.teknic.com/files/downloads/package_clearcore_index.json), and both includes work for me and compile as expected.   

Can you enable the options shown at the top of the page, then run Build > Clean, and then run a full build.  If you can attach the output from this as a text file it will help us investigate further.
  
Back to top
 
IP Logged
 
dinotomFL
Junior Member
**
Offline


Posts: 25
Location: Florida
Joined: Mar 28th, 2016
Re: Third party library, ClearCore, not found in V Micro toolchain
Reply #2 - May 25th, 2022 at 10:42am
Print Post  
Thanks, that was the issue. Now that I have the ClearCore board selected, the ClearCore.h include resolves but the include for SD.h is failing. How do I resolve that? I added ../ and I don't see SD in there as it appears that is the ClearCore directory. I also don't see how to traverse further up the folder structure
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2175
Joined: Feb 13th, 2019
Re: Third party library, ClearCore, not found in V Micro toolchain
Reply #3 - May 25th, 2022 at 11:34am
Print Post  
Glad to hear the first issue is resolved.

The ClearCore board package has an SdCardDriver.h file for the SD interface, from reviewing the documentation at https://teknic-inc.github.io/ClearCore-library/class_clear_core_1_1_sd_card_driv...

So changing it to #include "SdCardDriver.h" should resolve the issue.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint