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 Teensy 4.1 SD card project - conflicting libraries (Read 795 times)
A. Clement
Junior Member
**
Offline


Posts: 13
Joined: Oct 19th, 2023
Teensy 4.1 SD card project - conflicting libraries
Feb 1st, 2024 at 12:41pm
Print Post  
So, I'm working on a project that features an Sd card datalogger, with varying filenames. These can go over the classic fat-limited 8 characters, which should be fine since the Teensy libraries feature a modified SD.h library based on platform-specific SdFat.h.

When I run and upload my sketch using Arduino IDE I have no problems, the IDE seems to automatically default to the Teensy versions of the libraries. In VM, however, I get errors regarding the conflicting libraries.

What is the best way to ensure the platform-appropriate version is being used? I can include the libraries manually via Add Library, but I don't want to have Intellisense errors regarding them show up in my error list.

Is there a way to setup the project so it always defaults to platform specific libraries instead of the base Arduino versions?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Teensy 4.1 SD card project - conflicting libraries
Reply #1 - Feb 1st, 2024 at 2:48pm
Print Post  
Please provide the info requested in the yellow box near the top of the page.

It might be that you have different config in Visual Micro than the Arduino IDE, the info will show us what you have configured.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint