Hi
I have been running Teensyduino 1.59 for a couple of weeks on my Raspberry Pi 5 without issue. I recently purchased the Ethernet adapter and was trying to give QNEthernet a go. The first example I tried , the vanilla "BroadcastChat" example fails with a linker error as below.
Any help appreciated.
Thanks
Full details
Raspberry PI 5, 8GB
OS Bookworm 64bit - fully patched
Arduino IDE 1.8.19
Teensyduino 1.59 Linux ARM64
QNEthernet 0.27.0
Target: Teensy 4.1, 600MHz, Fastest (also tried smallest)
Full verbose output;
I have been running Teensyduino 1.59 for a couple of weeks on my Raspberry Pi 5 without issue. I recently purchased the Ethernet adapter and was trying to give QNEthernet a go. The first example I tried , the vanilla "BroadcastChat" example fails with a linker error as below.
Any help appreciated.
Thanks
Code:
"/home/bobpi/Arduino/arduino-1.8.19/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+dp/hard/libgcc.a(pr-support.o):(.ARM.exidx+0x2c): relocation truncated to fit: R_ARM_PREL31 against `.ARM.extab'
/home/bobpi/Arduino/arduino-1.8.19/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+dp/hard/libgcc.a(pr-support.o):(.ARM.exidx+0x34): relocation truncated to fit: R_ARM_PREL31 against `.ARM.extab'
collect2: error: ld returned 1 exit status
Error compiling for board Teensy 4.1."
Full details
Raspberry PI 5, 8GB
OS Bookworm 64bit - fully patched
Arduino IDE 1.8.19
Teensyduino 1.59 Linux ARM64
QNEthernet 0.27.0
Target: Teensy 4.1, 600MHz, Fastest (also tried smallest)
Full verbose output;
Code:
/home/bobpi/Arduino/arduino-1.8.19/arduino-builder -dump-prefs -logger=machine -hardware /home/bobpi/Arduino/arduino-1.8.19/hardware -tools /home/bobpi/Arduino/arduino-1.8.19/tools-builder -tools /home/bobpi/Arduino/arduino-1.8.19/hardware/tools/avr -built-in-libraries /home/bobpi/Arduino/arduino-1.8.19/libraries -libraries /home/bobpi/Arduino/sketch/libraries -fqbn=teensy:avr:teensy41:usb=serial,speed=600,opt=o2std,keys=en-gb -ide-version=10819 -build-path /tmp/arduino_build_543794 -warnings=none -build-cache /tmp/arduino_cache_512083 -verbose /home/bobpi/Arduino/sketch/libraries/QNEthernet/examples/BroadcastChat/BroadcastChat.ino
/home/bobpi/Arduino/arduino-1.8.19/arduino-builder -compile -logger=machine -hardware /home/bobpi/Arduino/arduino-1.8.19/hardware -tools /home/bobpi/Arduino/arduino-1.8.19/tools-builder -tools /home/bobpi/Arduino/arduino-1.8.19/hardware/tools/avr -built-in-libraries /home/bobpi/Arduino/arduino-1.8.19/libraries -libraries /home/bobpi/Arduino/sketch/libraries -fqbn=teensy:avr:teensy41:usb=serial,speed=600,opt=o2std,keys=en-gb -ide-version=10819 -build-path /tmp/arduino_build_543794 -warnings=none -build-cache /tmp/arduino_cache_512083 -verbose /home/bobpi/Arduino/sketch/libraries/QNEthernet/examples/BroadcastChat/BroadcastChat.ino
Using board 'teensy41' from platform in folder: /home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr
Using core 'teensy4' from platform in folder: /home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr
Detecting libraries used...
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 /tmp/arduino_build_543794/sketch/BroadcastChat.ino.cpp -o /dev/null
Alternatives for QNEthernet.h: [QNEthernet@0.27.0]
ResolveLibrary(QNEthernet.h)
-> candidates: [QNEthernet@0.27.0]
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /tmp/arduino_build_543794/sketch/BroadcastChat.ino.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNDNSClient.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernet.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetClient.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetFrame.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetServer.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetUDP.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNMDNS.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/altcp_tls_adapter.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/default_altcp_functions.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/drivers/driver_teensy41.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/drivers/driver_unsupported.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/drivers/driver_w5500.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/internal/ConnectionManager.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/altcp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/altcp_alloc.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/altcp_tcp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/altcp_tls/altcp_tls_mbedtls.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/altcp_tls/altcp_tls_mbedtls_mem.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/http/altcp_proxyconnect.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/mdns/mdns.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/mdns/mdns_domain.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/mdns/mdns_out.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/def.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/dns.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/inet_chksum.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/init.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ip.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/acd.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/autoip.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/dhcp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/etharp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/icmp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/igmp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/ip4.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/ip4_addr.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/ip4_frag.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/dhcp6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ethip6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/icmp6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/inet6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ip6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ip6_addr.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ip6_frag.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/mld6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/nd6.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/mem.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/memp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/netif.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/pbuf.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/raw.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/stats.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/sys.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/tcp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/tcp_in.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/tcp_out.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/timeouts.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/udp.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip_driver.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/main.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/netif/ethernet.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/security/RandomDevice.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/security/entropy.c -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/sys_arch.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/util/PrintUtils.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/util/ip_tools.cpp -o /dev/null
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/util/mac_tools.c -o /dev/null
Generating function prototypes...
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /tmp/arduino_build_543794/sketch/BroadcastChat.ino.cpp -o /tmp/arduino_build_543794/preproc/ctags_target_for_gcc_minus_e.cpp
/home/bobpi/Arduino/arduino-1.8.19/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_543794/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/precompile_helper /home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 /tmp/arduino_build_543794 /home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -x c++-header -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 /tmp/arduino_build_543794/pch/Arduino.h -o /tmp/arduino_build_543794/pch/Arduino.h.gch
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /tmp/arduino_build_543794/sketch/BroadcastChat.ino.cpp -o /tmp/arduino_build_543794/sketch/BroadcastChat.ino.cpp.o
Compiling libraries...
Compiling library "QNEthernet"
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip_driver.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip_driver.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetFrame.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetFrame.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernet.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernet.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetClient.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetClient.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNDNSClient.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNDNSClient.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetServer.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetServer.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNEthernetUDP.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetUDP.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/QNMDNS.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/QNMDNS.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/altcp_tls_adapter.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/altcp_tls_adapter.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/default_altcp_functions.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/default_altcp_functions.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/main.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/main.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/sys_arch.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/sys_arch.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/drivers/driver_teensy41.c -o /tmp/arduino_build_543794/libraries/QNEthernet/drivers/driver_teensy41.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/drivers/driver_unsupported.c -o /tmp/arduino_build_543794/libraries/QNEthernet/drivers/driver_unsupported.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/drivers/driver_w5500.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/drivers/driver_w5500.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/internal/ConnectionManager.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/internal/ConnectionManager.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/altcp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/altcp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/altcp_tcp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/altcp_tcp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/altcp_alloc.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/altcp_alloc.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/def.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/def.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/inet_chksum.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/inet_chksum.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/dns.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/dns.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/init.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/init.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ip.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ip.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/mem.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/mem.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/memp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/memp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/netif.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/netif.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/pbuf.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/pbuf.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/raw.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/raw.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/stats.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/stats.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/sys.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/sys.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/tcp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/tcp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/tcp_in.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/tcp_in.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/tcp_out.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/tcp_out.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/timeouts.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/timeouts.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/udp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/udp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/altcp_tls/altcp_tls_mbedtls.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/altcp_tls/altcp_tls_mbedtls.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/altcp_tls/altcp_tls_mbedtls_mem.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/altcp_tls/altcp_tls_mbedtls_mem.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/http/altcp_proxyconnect.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/http/altcp_proxyconnect.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/mdns/mdns_domain.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/mdns/mdns_domain.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/mdns/mdns.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/mdns/mdns.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/apps/mdns/mdns_out.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/mdns/mdns_out.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/autoip.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/autoip.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/dhcp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/dhcp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/etharp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/etharp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/acd.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/acd.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/icmp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/icmp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/igmp.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/igmp.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/ip4.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/ip4.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/ip4_addr.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/ip4_addr.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv4/ip4_frag.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/ip4_frag.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/icmp6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/icmp6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/inet6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/inet6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/dhcp6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/dhcp6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ethip6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ethip6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ip6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ip6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ip6_addr.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ip6_addr.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/ip6_frag.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ip6_frag.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/mld6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/mld6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/lwip/ipv6/nd6.c -o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/nd6.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/netif/ethernet.c -o /tmp/arduino_build_543794/libraries/QNEthernet/netif/ethernet.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/security/entropy.c -o /tmp/arduino_build_543794/libraries/QNEthernet/security/entropy.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/security/RandomDevice.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/security/RandomDevice.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/util/mac_tools.c -o /tmp/arduino_build_543794/libraries/QNEthernet/util/mac_tools.c.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/util/ip_tools.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/util/ip_tools.cpp.o
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++17 -fno-exceptions -fpermissive -fno-rtti -fno-threadsafe-statics -felide-constructors -Wno-error=narrowing -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -D__IMXRT1062__ -DTEENSYDUINO=159 -DARDUINO=10819 -DARDUINO_TEENSY41 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_UNITED_KINGDOM -I/tmp/arduino_build_543794/pch -I/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4 -I/home/bobpi/Arduino/sketch/libraries/QNEthernet/src /home/bobpi/Arduino/sketch/libraries/QNEthernet/src/util/PrintUtils.cpp -o /tmp/arduino_build_543794/libraries/QNEthernet/util/PrintUtils.cpp.o
Compiling core...
Using precompiled core: /tmp/arduino_cache_512083/core/core_f6770bb048175714d9c2493bc4d6a63b.a
Linking everything together...
/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -O2 -Wl,--gc-sections,--relax -T/home/bobpi/Arduino/arduino-1.8.19/hardware/teensy/avr/cores/teensy4/imxrt1062_t41.ld -mthumb -mcpu=cortex-m7 -mfloat-abi=hard -mfpu=fpv5-d16 -o /tmp/arduino_build_543794/BroadcastChat.ino.elf /tmp/arduino_build_543794/sketch/BroadcastChat.ino.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip_driver.c.o /tmp/arduino_build_543794/libraries/QNEthernet/QNDNSClient.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernet.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetClient.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetFrame.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetServer.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/QNEthernetUDP.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/QNMDNS.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/altcp_tls_adapter.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/default_altcp_functions.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/main.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/sys_arch.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/drivers/driver_teensy41.c.o /tmp/arduino_build_543794/libraries/QNEthernet/drivers/driver_unsupported.c.o /tmp/arduino_build_543794/libraries/QNEthernet/drivers/driver_w5500.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/internal/ConnectionManager.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/altcp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/altcp_alloc.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/altcp_tcp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/def.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/dns.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/inet_chksum.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/init.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ip.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/mem.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/memp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/netif.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/pbuf.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/raw.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/stats.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/sys.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/tcp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/tcp_in.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/tcp_out.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/timeouts.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/udp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/altcp_tls/altcp_tls_mbedtls.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/altcp_tls/altcp_tls_mbedtls_mem.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/http/altcp_proxyconnect.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/mdns/mdns.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/mdns/mdns_domain.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/apps/mdns/mdns_out.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/acd.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/autoip.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/dhcp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/etharp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/icmp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/igmp.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/ip4.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/ip4_addr.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv4/ip4_frag.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/dhcp6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ethip6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/icmp6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/inet6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ip6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ip6_addr.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/ip6_frag.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/mld6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/lwip/ipv6/nd6.c.o /tmp/arduino_build_543794/libraries/QNEthernet/netif/ethernet.c.o /tmp/arduino_build_543794/libraries/QNEthernet/security/entropy.c.o /tmp/arduino_build_543794/libraries/QNEthernet/security/RandomDevice.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/util/mac_tools.c.o /tmp/arduino_build_543794/libraries/QNEthernet/util/PrintUtils.cpp.o /tmp/arduino_build_543794/libraries/QNEthernet/util/ip_tools.cpp.o /tmp/arduino_build_543794/../arduino_cache_512083/core/core_f6770bb048175714d9c2493bc4d6a63b.a -L/tmp/arduino_build_543794 -larm_cortexM7lfsp_math -lm -lstdc++
/home/bobpi/Arduino/arduino-1.8.19/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+dp/hard/libgcc.a(pr-support.o):(.ARM.exidx+0x2c): relocation truncated to fit: R_ARM_PREL31 against `.ARM.extab'
/home/bobpi/Arduino/arduino-1.8.19/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/11.3.1/thumb/v7e-m+dp/hard/libgcc.a(pr-support.o):(.ARM.exidx+0x34): relocation truncated to fit: R_ARM_PREL31 against `.ARM.extab'
collect2: error: ld returned 1 exit status
Using library QNEthernet at version 0.27.0 in folder: /home/bobpi/Arduino/sketch/libraries/QNEthernet
Error compiling for board Teensy 4.1.