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 "Using cached library dependency for:" showing up on compile output? (Read 1514 times)
FrankP
Senior Member
****
Offline


Posts: 251
Joined: Oct 19th, 2011
"Using cached library dependency for:" showing up on compile output?
Feb 28th, 2022 at 9:52pm
Print Post  
I'm used to seeing a two or three line output for successful compiles, like this

Code (C++)
Select All
Compiling 'WallE3_WallTrack_V3' for 'Teensy 3.5'
Program size: 96,028 bytes (used 18% of a 524,288 byte maximum) (2.06 secs)
Minimum Memory Usage: 6288 bytes (2% of a 262136 byte maximum) 



But since the latest VM update I'm seeing a bunch of lines about 'Using cached library dependency...", like this 

Code (C++)
Select All
Compiling 'WallE3_WallTrack_V3' for 'Teensy 3.5'
Using cached library dependency for: Wire.cpp
Using cached library dependency for: WireIMXRT.cpp
Using cached library dependency for: WireKinetis.cpp
Using cached library dependency for: twi.c
Using cached library dependency for: MPU6050.cpp
Using cached library dependency for: MPU6050_6Axis_MotionApps20.cpp
Using cached library dependency for: MPU6050_6Axis_MotionApps612.cpp
Using cached library dependency for: MPU6050_9Axis_MotionApps41.cpp
Using cached library dependency for: I2Cdev.cpp
Using cached library dependency for: DateStrings.cpp
Using cached library dependency for: Time.cpp
Using cached library dependency for: FlashTxx.cpp
Program size: 96,028 bytes (used 18% of a 524,288 byte maximum) (2.06 secs)
Minimum Memory Usage: 6288 bytes (2% of a 262136 byte maximum)
 



Is there a compile option to turn these off?

TIA,

Frank

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: "Using cached library dependency for:" showing up on compile output?
Reply #1 - Mar 2nd, 2022 at 9:19pm
Print Post  
The latest release in the forum new releases section resolves that. They now only show when verbose is enabled.
  
Back to top
IP Logged
 
FrankP
Senior Member
****
Offline


Posts: 251
Joined: Oct 19th, 2011
Re: "Using cached library dependency for:" showing up on compile output?
Reply #2 - Mar 2nd, 2022 at 9:55pm
Print Post  
Tim,

Thanks!

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