NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Basic Electronics » What kind of error is this?
January 23, 2014 by oshjdf |
|
---|---|
January 23, 2014 by scootergarrett |
I would need more than this. have you loaded any programs on the Nerdkit yet? |
January 23, 2014 by BobaMosfet |
It's telling you that you have too many duplicate definitions of '__ltsf2'. In the code. If they are all the same, you can find them and #ifndef them. BM |
January 23, 2014 by Noter |
If you search the web on "multiple definition of __ltsf2" you will find several references and solutions. The most common solution is to include "-lm" a second time in the avr-gcc command in your make file. See search results for more detail. |
Please log in to post a reply.
Did you know that our USB NerdKit works on Windows, Linux, and Mac OS X? Learn more...
|