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

i2ckeypad error!!!!!!!! #272

Open
bademaharudra opened this issue Oct 10, 2016 · 1 comment
Open

i2ckeypad error!!!!!!!! #272

bademaharudra opened this issue Oct 10, 2016 · 1 comment

Comments

@bademaharudra
Copy link

Hellow....Gentlemen,
I am getting the following error please helpout me to resolve the issue.

Build options changed, rebuilding all
In file included from c:\program files\arduino\hardware\tools\avr\avr\include\wconstants.h:1:0,
from C:\Users\karun\Documents\Arduino\libraries\i2ckeypad\i2ckeypad.cpp:48:
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:230:33: error: declaration of C function 'uint16_t makeWord(byte, byte)' conflicts with
uint16_t makeWord(byte h, byte l);
^
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:229:10: error: previous declaration 'uint16_t makeWord(uint16_t)' here
uint16_t makeWord(uint16_t w);
^
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:240:17: error: declaration of C function 'long int random(long int)' conflicts with
long random(long);
^
In file included from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/WString.h:26:0,
from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Print.h:26,
from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Stream.h:26,
from C:\Program Files\Arduino\hardware\arduino\avr\libraries\Wire/Wire.h:26,
from C:\Users\karun\Documents\Arduino\libraries\i2ckeypad\i2ckeypad.cpp:45:
c:\program files\arduino\hardware\tools\avr\avr\include\stdlib.h:579:13: error: previous declaration 'long int random()' here
extern long random(void);
^
In file included from c:\program files\arduino\hardware\tools\avr\avr\include\wconstants.h:1:0,
from C:\Users\karun\Documents\Arduino\libraries\i2ckeypad\i2ckeypad.cpp:48:
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:241:23: error: declaration of C function 'long int random(long int, long int)' conflicts with
long random(long, long);
^
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:240:6: error: previous declaration 'long int random(long int)' here
long random(long);
^
C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:241:23: error: declaration of C function 'long int random(long int, long int)' conflicts with
long random(long, long);
^
In file included from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/WString.h:26:0,
from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Print.h:26,
from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Stream.h:26,
from C:\Program Files\Arduino\hardware\arduino\avr\libraries\Wire/Wire.h:26,
from C:\Users\karun\Documents\Arduino\libraries\i2ckeypad\i2ckeypad.cpp:45:
c:\program files\arduino\hardware\tools\avr\avr\include\stdlib.h:579:13: error: previous declaration 'long int random()' here
extern long random(void);
^
Error compiling.

@pjalocha
Copy link

Is there any resolution, I have the same problem, after just addinf a little bit of code... can't move forward.

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

No branches or pull requests

2 participants