-
Notifications
You must be signed in to change notification settings - Fork 89
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
Probleme avec HVACdemo #6
Comments
Hello, Error Message In file included from sketch/IRremote2.cpp:24:0: |
fixed sendHvacMitsubishiFD works properly. fixed Issue #6.
Bonjour,
Je voulais tester le HVACdemo sur ma mitsubishi, malheureusement impossible de compiler.
Quelqu'un peut-il m'aider? J'ai arduino IDE à jour 1.6.7.
J'ai ces erreurs:
`Arduino : 1.6.7 (Windows 10), Carte : "Arduino Pro or Pro Mini, ATmega328 (3.3V, 8 MHz)"
Les options de compilation ont été modifiées, tout sera recompilé
libraries\IRLib\IRremote2.cpp.o:(.bss.irparams+0x0): multiple definition of `irparams'
libraries\IRLib\IRLib.cpp.o:(.bss.irparams+0x0): first defined here
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/ld.exe: Warning: size of symbol `irparams' changed from 209 in libraries\IRLib\IRLib.cpp.o to 206 in libraries\IRLib\IRremote2.cpp.o
libraries\IRLib\IRremote2.cpp.o: In function `IRsend::space(int)':
D:\Mes documents\Arduino\libraries\IRLib/IRremote2.cpp:231: multiple definition of `IRrecv::enableIRIn()'
libraries\IRLib\IRLib.cpp.o:D:\Mes documents\Arduino\libraries\IRLib/IRLib.cpp:346: first defined here
libraries\IRLib\IRremote2.cpp.o: In function `IRsend::space(int)':
D:\Mes documents\Arduino\libraries\IRLib/IRremote2.cpp:231: multiple definition of `__vector_7'
libraries\IRLib\IRLib.cpp.o:D:\Mes documents\Arduino\libraries\IRLib/IRLib.cpp:346: first defined here
libraries\IRLib\IRremote2.cpp.o: In function `IRsend::space(int)':
D:\Mes documents\Arduino\libraries\IRLib/IRremote2.cpp:231: multiple definition of `IRrecv::resume()'
libraries\IRLib\IRLib.cpp.o:D:\Mes documents\Arduino\libraries\IRLib/IRLib.cpp:346: first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Erreur lors de la compilation.
Ce rapport contiendrait plus d'informations si l'option
"Montrer les informations de sortie pendant la compilation"
était activée dans Fichier > Préférences.
`
The text was updated successfully, but these errors were encountered: