Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with compiling #22

Open
Bobsblobblog opened this issue Feb 13, 2022 · 1 comment
Open

Issues with compiling #22

Bobsblobblog opened this issue Feb 13, 2022 · 1 comment

Comments

@Bobsblobblog
Copy link

Bobsblobblog commented Feb 13, 2022

I am having difficulty compiling for the nano, as the sketch is too big. I tried removing any mention of a battery, as I am not utilizing one, but it is still at 101%. Am I missing something?

`Arduino: 1.8.19 (Mac OS X), Board: "Arduino Nano, ATmega328P (Old Bootloader)"

text section exceeds available space in board
Sketch uses 31096 bytes (101%) of program storage space. Maximum is 30720 bytes.
Global variables use 1503 bytes (73%) of dynamic memory, leaving 545 bytes for local variables. Maximum is 2048 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
Error compiling for board Arduino Nano.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
`

@cbradburne
Copy link

Strange. I'm using Arduino IDE 1.8.19, macOS 12.3, selected board "Arduino Nano, ATmega328P, tried both boot loaders.
Compiles fine, with this result:

"Sketch uses 30388 bytes (98%) of program storage space. Maximum is 30720 bytes.
Global variables use 1503 bytes (73%) of dynamic memory, leaving 545 bytes for local variables. Maximum is 2048 bytes."

Did you put Isaac's "library" folder in to the Arduino/libraries folder? from here LINK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants