I have not used libraries before so probably something easy.
I am trying to get the remote control working on my Super Starter Kit UNO R3 Project.
I installed the 2 library in question or so I thought and they show up in Sketch -> Include Library.
Running MAC OS Big Sur 11.2.3.
Running Arduino Genuino 1.8.13.
Any help appreciated.
Arduino: 1.8.13 (Mac OS X), Board: "Arduino Uno"
/var/folders/0z/wf0s01md3yd_lc2vy_m4t_vh0000gp/T//ccsFfSM6.ltrans0.ltrans.o: In function setup': /Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:22: undefined reference to IRrecv::enableIRIn()'
/var/folders/0z/wf0s01md3yd_lc2vy_m4t_vh0000gp/T//ccsFfSM6.ltrans0.ltrans.o: In function loop': /Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:27: undefined reference to IRrecv::decode(decode_results*)'
/Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:35: undefined reference to Stepper::setSpeed(long)' /Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:44: undefined reference to Stepper::step(int)'
/Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:50: undefined reference to IRrecv::resume()' /Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:42: undefined reference to Stepper::setSpeed(long)'
/var/folders/0z/wf0s01md3yd_lc2vy_m4t_vh0000gp/T//ccsFfSM6.ltrans0.ltrans.o: In function __static_initialization_and_destruction_0': /Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:16: undefined reference to Stepper::Stepper(int, int, int, int, int)'
/Users/johnheffernan/Desktop/Elegoo The Most Complete Starter Kit for UNO V2.0.2020.7.17/English/Part 3 Multi-module Combination Course/3.7 Controlling a Stepper Motor With Remote/With_Remote/With_Remote.ino:17: undefined reference to `IRrecv::IRrecv(int)'
collect2: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.