Arduino IDE: Prevent recompilation of core.a library

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
LiverpoolFC
 
Posts: 20
Joined: Mon Jan 07, 2013 8:03 am

Arduino IDE: Prevent recompilation of core.a library

Post by LiverpoolFC »

Each time I create a sketch, the Arduino IDE recompiles each component of the core.a library, e.g., malloc.c, realloc.c, WInterrupts.c, HID.cpp, etc., even when the Arduino board is the same as in the previous compilation. Is there a way to prevent this?

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Arduino IDE: Prevent recompilation of core.a library

Post by adafruit_support_rick »

No. I don't believe so.

User avatar
Franklin97355
 
Posts: 23910
Joined: Mon Apr 21, 2008 2:33 pm

Re: Arduino IDE: Prevent recompilation of core.a library

Post by Franklin97355 »

It would be best to ask on the official Arduino site www.arduino.cc

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”