I am trying to compile 14.4 for a SP108e board using the code from this site GitHub - psxde/sp108e-led-controller. I am using VSC with platformio. After downloading the source code and loading it into VSC I found I had to also download ESPAsyncUDP.h and place in directory wled00.
After this I still get a compile error but I can’t seem to figure this one out. Could anyone help me get past this?
Retrieved `.pio\build\sp108e\libFrameworkArduino.a' from cache
Linking .pio\build\sp108e\firmware.elf
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\wled.cpp.o:(.text.exit._GLOBAL__sub_D_versionString+0x4): undefined reference to `_ZN8AsyncUDPD1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\wled.cpp.o:(.text.exit._GLOBAL__sub_D_versionString+0x1d): undefined reference to `_ZN8AsyncUDPD1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\wled.cpp.o:(.text.exit._GLOBAL__sub_D_versionString+0x26): undefined reference to `_ZN8AsyncUDPD1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_[_ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_]+0x0): undefined reference to `_ZTV14AsyncUDPPacket'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_[_ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_]+0x4): undefined reference to `_ZN14AsyncUDPPacketD1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o: in function `_ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_':
ESPAsyncE131.cpp:(.text._ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_[_ZNSt17_Function_handlerIFvR14AsyncUDPPacketESt5_BindIFM12ESPAsyncE131FvS0_EPS4_St12_PlaceholderILi1EEEEE9_M_invokeERKSt9_Any_dataS1_]+0x52): undefined reference to `_ZN14AsyncUDPPacketD1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket+0x8): undefined reference to `_ZN14AsyncUDPPacket4dataEv'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket+0x10): undefined reference to `_ZN14AsyncUDPPacket9localPortEv'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket+0x14): undefined reference to `_ZN14AsyncUDPPacket8remoteIPEv'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o: in function `_ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket':
ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket+0x2d): undefined reference to `_ZN14AsyncUDPPacket4dataEv'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket+0xbb): undefined reference to `_ZN14AsyncUDPPacket9localPortEv'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13111parsePacketE14AsyncUDPPacket+0xec): undefined reference to `_ZN14AsyncUDPPacket8remoteIPEv'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE131C2EPFvP13e131_packet_t9IPAddresshE+0x0): undefined reference to `_ZN8AsyncUDPC1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o: in function `_ZN12ESPAsyncE131C2EPFvP13e131_packet_t9IPAddresshE':
ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE131C2EPFvP13e131_packet_t9IPAddresshE+0x12): undefined reference to `_ZN8AsyncUDPC1Ev'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE13113initMulticastEtth+0x4): undefined reference to `_ZN8AsyncUDP15listenMulticastE9IPAddressth'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE13113initMulticastEtth+0x8): undefined reference to `_ZN8AsyncUDP8onPacketESt8functionIFvR14AsyncUDPPacketEE'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o: in function `_ZN12ESPAsyncE13113initMulticastEtth':
ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13113initMulticastEtth+0x51): undefined reference to `_ZN8AsyncUDP15listenMulticastE9IPAddressth'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13113initMulticastEtth+0xb5): undefined reference to `_ZN8AsyncUDP8onPacketESt8functionIFvR14AsyncUDPPacketEE'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o:(.text._ZN12ESPAsyncE13111initUnicastEt+0x0): undefined reference to `_ZN8AsyncUDP6listenEt'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\sp108e\src\src\dependencies\e131\ESPAsyncE131.cpp.o: in function `_ZN12ESPAsyncE13111initUnicastEt':
ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13111initUnicastEt+0x14): undefined reference to `_ZN8AsyncUDP6listenEt'
c:/users/rgran/.platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: ESPAsyncE131.cpp:(.text._ZN12ESPAsyncE13111initUnicastEt+0x35): undefined reference to `_ZN8AsyncUDP8onPacketESt8functionIFvR14AsyncUDPPacketEE'
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\sp108e\firmware.elf] Error 1
========================================================================================= [FAILED] Took 18.70 seconds =========================================================================================
Environment Status Duration
------------- -------- ------------
sp108e FAILED 00:00:18.698
==================================================================================== 1 failed, 0 succeeded in 00:00:18.698 ====================================================================================