Binary Sketch Size not changing?
guys,
i've been able forum , arduino.cc site on number of other things , thank guys support of arduino.
also, in advance in particular issue:
i'm writing program , @ different stages, fix errors found , compile program problem seems binary sketch size not change. though i've far written 200 lines , i'm using functions of math library , quite number of doubles, still says sketch "1804 bytes (of 30720 byte maximum). [i'm using atmege328].
it seems me there wrong going on. be? don't see how program blinkwithoutdelay of 43 lines take 2306 bytes , mine take less space?
i hope can help. thank you!
i've been able forum , arduino.cc site on number of other things , thank guys support of arduino.
also, in advance in particular issue:
i'm writing program , @ different stages, fix errors found , compile program problem seems binary sketch size not change. though i've far written 200 lines , i'm using functions of math library , quite number of doubles, still says sketch "1804 bytes (of 30720 byte maximum). [i'm using atmege328].
it seems me there wrong going on. be? don't see how program blinkwithoutdelay of 43 lines take 2306 bytes , mine take less space?
i hope can help. thank you!
if sketch never calls function, linker throws out. maybe you're writing lot of new features, never call features in isr, setup() or loop()?
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Binary Sketch Size not changing?
arduino
Comments
Post a Comment