enokoner
Newbie level 2
- Joined
- Jun 25, 2014
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 13
[AVR] Proteus/Arduino Error code 2 - "Can't copy Arduino library math"
I'm trying to include the math.h functions and it can't copy the file.
I can include Servo.h and it creates the appropriate files in the temp project folder. Where does it pull the Servo library from?
Thank you!
I'm trying to include the math.h functions and it can't copy the file.
Code:
mksketch -C pro328 -N atmega328p -F 8000000 ../main.ino
[COLOR="#FF0000"]Can't copy Arduino library math[/COLOR]
make -f arduino/Makefile
...
[COLOR="#FF0000"]make[1]: *** No rule to make target `math.l', needed by `libraries'. Stop.
make: *** [main.cpp] Error [/COLOR]2
Error code 2
I can include Servo.h and it creates the appropriate files in the temp project folder. Where does it pull the Servo library from?
Thank you!
Last edited: