Skip to content

Instantly share code, notes, and snippets.

@natxopedreira
Created October 15, 2020 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natxopedreira/420a274da9b5766d5045f8940308ea3f to your computer and use it in GitHub Desktop.
Save natxopedreira/420a274da9b5766d5045f8940308ea3f to your computer and use it in GitHub Desktop.
/home/natxo/arduino-1.8.13/arduino-builder -dump-prefs -logger=machine -hardware /home/natxo/arduino-1.8.13/hardware -tools /home/natxo/arduino-1.8.13/tools-builder -tools /home/natxo/arduino-1.8.13/hardware/tools/avr -built-in-libraries /home/natxo/arduino-1.8.13/libraries -libraries /home/natxo/Arduino/libraries -fqbn=teensy:avr:teensy31:usb=serial,speed=96,opt=o2std,keys=es-es -ide-version=10813 -build-path /tmp/arduino_build_876421 -warnings=none -build-cache /tmp/arduino_cache_681101 -verbose /home/natxo/Desktop/BSEC-Arduino-library-1.6.1474/examples/basic/basic.ino
/home/natxo/arduino-1.8.13/arduino-builder -compile -logger=machine -hardware /home/natxo/arduino-1.8.13/hardware -tools /home/natxo/arduino-1.8.13/tools-builder -tools /home/natxo/arduino-1.8.13/hardware/tools/avr -built-in-libraries /home/natxo/arduino-1.8.13/libraries -libraries /home/natxo/Arduino/libraries -fqbn=teensy:avr:teensy31:usb=serial,speed=96,opt=o2std,keys=es-es -ide-version=10813 -build-path /tmp/arduino_build_876421 -warnings=none -build-cache /tmp/arduino_cache_681101 -verbose /home/natxo/Desktop/BSEC-Arduino-library-1.6.1474/examples/basic/basic.ino
Using board 'teensy31' from platform in folder: /home/natxo/arduino-1.8.13/hardware/teensy/avr
Using core 'teensy3' from platform in folder: /home/natxo/arduino-1.8.13/hardware/teensy/avr
Detecting libraries used...
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /tmp/arduino_build_876421/sketch/basic.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for bsec.h: [BSEC_Software_Library@1.5.1474]
ResolveLibrary(bsec.h)
-> candidates: [BSEC_Software_Library@1.5.1474]
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src /tmp/arduino_build_876421/sketch/basic.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for Wire.h: [Wire@1.0]
ResolveLibrary(Wire.h)
-> candidates: [Wire@1.0]
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire /tmp/arduino_build_876421/sketch/basic.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for SPI.h: [SPI@1.0]
ResolveLibrary(SPI.h)
-> candidates: [SPI@1.0]
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /tmp/arduino_build_876421/sketch/basic.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /home/natxo/Arduino/libraries/BSEC_Software_Library/src/bme680/bme680.c -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /home/natxo/Arduino/libraries/BSEC_Software_Library/src/bsec.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/Wire.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/WireIMXRT.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/WireKinetis.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility/twi.c -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI/SPI.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Generating function prototypes...
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /tmp/arduino_build_876421/sketch/basic.ino.cpp -o /tmp/arduino_build_876421/preproc/ctags_target_for_gcc_minus_e.cpp -DARDUINO_LIB_DISCOVERY_PHASE
/home/natxo/arduino-1.8.13/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_876421/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/precompile_helper /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /tmp/arduino_build_876421 /home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -x c++-header -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /tmp/arduino_build_876421/pch/Arduino.h -o /tmp/arduino_build_876421/pch/Arduino.h.gch
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /tmp/arduino_build_876421/sketch/basic.ino.cpp -o /tmp/arduino_build_876421/sketch/basic.ino.cpp.o
Compiling libraries...
Compiling library "BSEC_Software_Library"
Library BSEC_Software_Library has been declared precompiled:
Precompiled library in "/home/natxo/Arduino/libraries/BSEC_Software_Library/src/mk20dx256" not found
The plaform does not support 'compiler.libraries.ldflags' for precompiled libraries.
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /home/natxo/Arduino/libraries/BSEC_Software_Library/src/bsec.cpp -o /tmp/arduino_build_876421/libraries/BSEC_Software_Library/bsec.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /home/natxo/Arduino/libraries/BSEC_Software_Library/src/bme680/bme680.c -o /tmp/arduino_build_876421/libraries/BSEC_Software_Library/bme680/bme680.c.o
Compiling library "Wire"
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/Wire.cpp -o /tmp/arduino_build_876421/libraries/Wire/Wire.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/WireIMXRT.cpp -o /tmp/arduino_build_876421/libraries/Wire/WireIMXRT.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/WireKinetis.cpp -o /tmp/arduino_build_876421/libraries/Wire/WireKinetis.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire/utility/twi.c -o /tmp/arduino_build_876421/libraries/Wire/utility/twi.c.o
Compiling library "SPI"
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 -I/home/natxo/Arduino/libraries/BSEC_Software_Library/src -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI/SPI.cpp -o /tmp/arduino_build_876421/libraries/SPI/SPI.cpp.o
Compiling core...
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -x assembler-with-cpp -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/memset.S -o /tmp/arduino_build_876421/core/memset.S.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -x assembler-with-cpp -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/memcpy-armv7m.S -o /tmp/arduino_build_876421/core/memcpy-armv7m.S.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/analog.c -o /tmp/arduino_build_876421/core/analog.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/math_helper.c -o /tmp/arduino_build_876421/core/math_helper.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/keylayouts.c -o /tmp/arduino_build_876421/core/keylayouts.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/eeprom.c -o /tmp/arduino_build_876421/core/eeprom.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/mk20dx128.c -o /tmp/arduino_build_876421/core/mk20dx128.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/nonstd.c -o /tmp/arduino_build_876421/core/nonstd.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/pins_teensy.c -o /tmp/arduino_build_876421/core/pins_teensy.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/ser_print.c -o /tmp/arduino_build_876421/core/ser_print.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial1.c -o /tmp/arduino_build_876421/core/serial1.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial2.c -o /tmp/arduino_build_876421/core/serial2.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial3.c -o /tmp/arduino_build_876421/core/serial3.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial4.c -o /tmp/arduino_build_876421/core/serial4.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial5.c -o /tmp/arduino_build_876421/core/serial5.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial6.c -o /tmp/arduino_build_876421/core/serial6.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serial6_lpuart.c -o /tmp/arduino_build_876421/core/serial6_lpuart.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/touch.c -o /tmp/arduino_build_876421/core/touch.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_desc.c -o /tmp/arduino_build_876421/core/usb_desc.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_dev.c -o /tmp/arduino_build_876421/core/usb_dev.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_joystick.c -o /tmp/arduino_build_876421/core/usb_joystick.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_keyboard.c -o /tmp/arduino_build_876421/core/usb_keyboard.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_mem.c -o /tmp/arduino_build_876421/core/usb_mem.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_midi.c -o /tmp/arduino_build_876421/core/usb_midi.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_mouse.c -o /tmp/arduino_build_876421/core/usb_mouse.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_mtp.c -o /tmp/arduino_build_876421/core/usb_mtp.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_rawhid.c -o /tmp/arduino_build_876421/core/usb_rawhid.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_seremu.c -o /tmp/arduino_build_876421/core/usb_seremu.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_serial.c -o /tmp/arduino_build_876421/core/usb_serial.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_serial2.c -o /tmp/arduino_build_876421/core/usb_serial2.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_serial3.c -o /tmp/arduino_build_876421/core/usb_serial3.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_touch.c -o /tmp/arduino_build_876421/core/usb_touch.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/DMAChannel.cpp -o /tmp/arduino_build_876421/core/DMAChannel.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/AudioStream.cpp -o /tmp/arduino_build_876421/core/AudioStream.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/EventResponder.cpp -o /tmp/arduino_build_876421/core/EventResponder.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial.cpp -o /tmp/arduino_build_876421/core/HardwareSerial.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial1.cpp -o /tmp/arduino_build_876421/core/HardwareSerial1.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial2.cpp -o /tmp/arduino_build_876421/core/HardwareSerial2.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial3.cpp -o /tmp/arduino_build_876421/core/HardwareSerial3.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial4.cpp -o /tmp/arduino_build_876421/core/HardwareSerial4.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial5.cpp -o /tmp/arduino_build_876421/core/HardwareSerial5.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/HardwareSerial6.cpp -o /tmp/arduino_build_876421/core/HardwareSerial6.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/IPAddress.cpp -o /tmp/arduino_build_876421/core/IPAddress.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/IntervalTimer.cpp -o /tmp/arduino_build_876421/core/IntervalTimer.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/Print.cpp -o /tmp/arduino_build_876421/core/Print.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/Stream.cpp -o /tmp/arduino_build_876421/core/Stream.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/Tone.cpp -o /tmp/arduino_build_876421/core/Tone.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/WMath.cpp -o /tmp/arduino_build_876421/core/WMath.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/WString.cpp -o /tmp/arduino_build_876421/core/WString.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/avr_emulation.cpp -o /tmp/arduino_build_876421/core/avr_emulation.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/main.cpp -o /tmp/arduino_build_876421/core/main.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/new.cpp -o /tmp/arduino_build_876421/core/new.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent.cpp -o /tmp/arduino_build_876421/core/serialEvent.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent1.cpp -o /tmp/arduino_build_876421/core/serialEvent1.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent2.cpp -o /tmp/arduino_build_876421/core/serialEvent2.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent3.cpp -o /tmp/arduino_build_876421/core/serialEvent3.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent4.cpp -o /tmp/arduino_build_876421/core/serialEvent4.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent5.cpp -o /tmp/arduino_build_876421/core/serialEvent5.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEvent6.cpp -o /tmp/arduino_build_876421/core/serialEvent6.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEventUSB1.cpp -o /tmp/arduino_build_876421/core/serialEventUSB1.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/serialEventUSB2.cpp -o /tmp/arduino_build_876421/core/serialEventUSB2.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_audio.cpp -o /tmp/arduino_build_876421/core/usb_audio.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_flightsim.cpp -o /tmp/arduino_build_876421/core/usb_flightsim.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/usb_inst.cpp -o /tmp/arduino_build_876421/core/usb_inst.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++ -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=153 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_SPANISH -I/tmp/arduino_build_876421/pch -I/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3 /home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/yield.cpp -o /tmp/arduino_build_876421/core/yield.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/memcpy-armv7m.S.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/memset.S.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/analog.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/eeprom.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/keylayouts.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/math_helper.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/mk20dx128.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/nonstd.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/pins_teensy.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/ser_print.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial1.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial2.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial3.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial4.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial5.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial6.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serial6_lpuart.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/touch.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_desc.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_dev.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_joystick.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_keyboard.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_mem.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_midi.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_mouse.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_mtp.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_rawhid.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_seremu.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_serial.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_serial2.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_serial3.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_touch.c.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/AudioStream.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/DMAChannel.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/EventResponder.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial1.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial2.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial3.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial4.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial5.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/HardwareSerial6.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/IPAddress.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/IntervalTimer.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/Print.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/Stream.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/Tone.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/WMath.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/WString.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/avr_emulation.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/main.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/new.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent1.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent2.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent3.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent4.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent5.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEvent6.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEventUSB1.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/serialEventUSB2.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_audio.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_flightsim.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/usb_inst.cpp.o
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc-ar rcs /tmp/arduino_build_876421/core/core.a /tmp/arduino_build_876421/core/yield.cpp.o
Archiving built core (caching) in: /tmp/arduino_cache_681101/core/core_teensy_avr_teensy31_usb_serial,speed_96,opt_o2std,keys_es-es_e6117156e2aeffc88776cf2124cbf5b1.a
Linking everything together...
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc -O2 -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1602756998 -T/home/natxo/arduino-1.8.13/hardware/teensy/avr/cores/teensy3/mk20dx256.ld -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -o /tmp/arduino_build_876421/basic.ino.elf /tmp/arduino_build_876421/sketch/basic.ino.cpp.o /tmp/arduino_build_876421/libraries/BSEC_Software_Library/bsec.cpp.o /tmp/arduino_build_876421/libraries/BSEC_Software_Library/bme680/bme680.c.o /tmp/arduino_build_876421/libraries/Wire/Wire.cpp.o /tmp/arduino_build_876421/libraries/Wire/WireIMXRT.cpp.o /tmp/arduino_build_876421/libraries/Wire/WireKinetis.cpp.o /tmp/arduino_build_876421/libraries/Wire/utility/twi.c.o /tmp/arduino_build_876421/libraries/SPI/SPI.cpp.o /tmp/arduino_build_876421/core/core.a /home/natxo/Arduino/lifesens_bme680_teensy/cortex-m4/libalgobsec.a -L/tmp/arduino_build_876421 -larm_cortexM4l_math -lm -lstdc++
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /tmp/arduino_build_876421/basic.ino.elf /tmp/arduino_build_876421/basic.ino.eep
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-objcopy -O ihex -R .eeprom /tmp/arduino_build_876421/basic.ino.elf /tmp/arduino_build_876421/basic.ino.hex
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/stdout_redirect /tmp/arduino_build_876421/basic.ino.lst /home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-objdump -d -S -C /tmp/arduino_build_876421/basic.ino.elf
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/stdout_redirect /tmp/arduino_build_876421/basic.ino.sym /home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-objdump -t -C /tmp/arduino_build_876421/basic.ino.elf
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/teensy_post_compile -file=basic.ino -path=/tmp/arduino_build_876421 -tools=/home/natxo/arduino-1.8.13/hardware/teensy/../tools/ -board=TEENSY32
Opening Teensy Loader...
Using library BSEC_Software_Library at version 1.5.1474 in folder: /home/natxo/Arduino/libraries/BSEC_Software_Library
Using library Wire at version 1.0 in folder: /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/Wire
Using library SPI at version 1.0 in folder: /home/natxo/arduino-1.8.13/hardware/teensy/avr/libraries/SPI
/home/natxo/arduino-1.8.13/hardware/teensy/../tools/arm/bin/arm-none-eabi-size -A /tmp/arduino_build_876421/basic.ino.elf
Sketch uses 72788 bytes (27%) of program storage space. Maximum is 262144 bytes.
Global variables use 6524 bytes (9%) of dynamic memory, leaving 59012 bytes for local variables. Maximum is 65536 bytes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment