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 warning after update to 1.59.0 (Read 1448 times)
A. Clement
Junior Member
**
Offline


Posts: 13
Joined: Oct 19th, 2023
Teensy warning after update to 1.59.0
Feb 28th, 2024 at 12:17am
Print Post  
As stated in title, I am now getting a warning after updating Teensy libraries (using Arduino IDE updater).

Quote:

Opening Teensy Loader                              
Boards Manager installation give incomplete setup!                              
Download the Installer at https://www.www.pjrc.com\teensy\td_download.html
for Arduino 1.8.x, Teensyduino must be installed with a special installer


I found this weird, since my Arduino IDE is 2.3.2, so I checked VM configuration, and it seems to be assuming IDE version 1.6/1.8. Changing this to Arduino 2 does nothing, as it always reverts back to 1.6/1.8.
Trying to manually install Teensy libraries as requested by warning does not work (obviously) since installer is unable to find the 1.8 versions of the IDE.

I really would like to avoid having to re-install the IDE and all libraries / boards...

Any ideas?
« Last Edit: Feb 28th, 2024 at 12:21am by A. Clement »  

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


Posts: 2695
Joined: Feb 13th, 2019
Re: Teensy warning after update to 1.59.0
Reply #1 - Feb 28th, 2024 at 12:51pm
Print Post  
Thanks for the report.

This warning is generated by the Teensy_Compile.exe tool which is provided by the Teensy board package, and seems to be a static warning to users in case they are trying to use the new board package in the old IDE.

There is no option to pass the IDE version to that tool (from running its' help output in the command line), nor has one been specified in the platform.txt provided by Teensy.

The warning oddly doesn't show in the Arduino 2 IDE, which we will investigate as to how they have stripped the output from this tool to prevent confusion.
  
Back to top
IP Logged
 
A. Clement
Junior Member
**
Offline


Posts: 13
Joined: Oct 19th, 2023
Re: Teensy warning after update to 1.59.0
Reply #2 - Feb 28th, 2024 at 9:06pm
Print Post  
Hi Simon, thanks for getting back.

Is there any solution to VM not assuming IDE 2.0 in the configuration? I have no other version installed, but it seems to always fall back to 1.6/1.8.
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2695
Joined: Feb 13th, 2019
Re: Teensy warning after update to 1.59.0
Reply #3 - Feb 29th, 2024 at 11:31am
Print Post  
The vMicro IDE selection will determine whether it uses the settings from Arduino 1.6/1.8, or the Arduino 2 IDE.

Changing this won't affect the message shown from the Teensy Compile currently, but will change where we look for the Arduino IDE settings.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint