Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

duplicate libs causes compile error #52

Open
joshmarinacci opened this issue Jul 16, 2014 · 0 comments
Open

duplicate libs causes compile error #52

joshmarinacci opened this issue Jul 16, 2014 · 0 comments
Labels

Comments

@joshmarinacci
Copy link
Owner

If you compile a sketch which uses a lib that another lib also uses, then the lib will get included twice, causing compile errors. ex:

including wire and adafruit_motorshield will fail to compile, because adafruit_motorshield also depends on wire.

Duplicate libs should be stripped before compiling.

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

No branches or pull requests

1 participant