Teensy Wavetable Synthesis example

The only ERROR showing now is this:

C:\Wavetable-Synthesis-master\AudioSynthWavetable.h:32:25: fatal error: sample_data.h: No such file or directory

Not sure if that is a user supplied file?
 
Arduino: 1.8.12 (Windows 10), TD: 1.51-beta1, Board: "Teensy 3.5, Serial, 120 MHz, Faster, US English"

C:\arduino-1.8.12\arduino-builder -dump-prefs -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\libraries -fqbn=teensy:avr:teensy35:usb=serial,speed=120,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_400441 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_331312 -verbose C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\SimpleWavetable.ino
C:\arduino-1.8.12\arduino-builder -compile -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\libraries -fqbn=teensy:avr:teensy35:usb=serial,speed=120,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_400441 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_331312 -verbose C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\SimpleWavetable.ino
Using board 'teensy35' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Using core 'teensy3' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Detecting libraries used...
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Bounce.h: [Bounce]
ResolveLibrary(Bounce.h)
-> candidates: [Bounce]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Audio.h: [Audio@1.3]
ResolveLibrary(Audio.h)
-> candidates: [Audio@1.3]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SPI.h: [SPI@1.0]
ResolveLibrary(SPI.h)
-> candidates: [SPI@1.0]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SD.h: [SD@1.2.4 SD@1.2.2]
ResolveLibrary(SD.h)
-> candidates: [SD@1.2.4 SD@1.2.2]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SerialFlash.h: [SerialFlash@0.5]
ResolveLibrary(SerialFlash.h)
-> candidates: [SerialFlash@0.5]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Wire.h: [Wire@1.0]
ResolveLibrary(Wire.h)
-> candidates: [Wire@1.0]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\BasicFlute1_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce\\Bounce.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_fft1024.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_fft256.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_notefreq.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_peak.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_print.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_rms.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_tonedetect.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_ak4558.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_cs42448.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_cs4272.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_sgtl5000.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_tlv320aic3206.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_wm8731.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_spdif.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_ulaw.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_waveforms.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_windows.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_bitcrusher.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_chorus.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_combine.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_delay.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_delay_ext.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_envelope.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_fade.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_flange.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_freeverb.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_granular.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_midside.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_multiply.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_reverb.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_waveshaper.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_biquad.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_fir.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_variable.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_adc.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_adcs.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s_quad.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_pdm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_tdm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_tdm2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\memcpy_audio.S" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\mixer.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_adat.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_dac.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_dacs.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s_quad.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_mqs.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pt8211.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pt8211_2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pwm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_tdm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_tdm2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_memory.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_queue.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_sd_raw.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_sd_wav.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_serialflash_raw.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\record_queue.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\spi_interrupt.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_dc.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_karplusstrong.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_pinknoise.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_pwm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_simple_drum.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_sine.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_tonesweep.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_waveform.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_wavetable.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_whitenoise.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility\\imxrt_hw.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility\\sqrt_integer.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI\\SPI.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\File.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\SD.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\cache_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\card_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\dir_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\fat_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\file_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\init_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\NXP_SDHC.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\Sd2Card.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\SdFile.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\SdVolume.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash\\SerialFlashChip.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash\\SerialFlashDirectory.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\Wire.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\WireIMXRT.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\WireKinetis.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility\\twi.c" -o nul
Generating function prototypes...
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\arduino-1.8.12\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/precompile_helper" "C:\\arduino-1.8.12\\hardware\\teensy\\avr/cores/teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441" "C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr/cores/teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441/pch/Arduino.h" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441/pch/Arduino.h.gch"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\SimpleWavetable.ino.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\BasicFlute1_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_400441\\sketch\\BasicFlute1_samples.cpp.o"
In file included from C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\SimpleWavetable.ino:8:0:

C:\Wavetable-Synthesis-master\AudioSynthWavetable.h:46:7: error: redefinition of 'class AudioSynthWavetable'

class AudioSynthWavetable : public AudioStream

^

In file included from C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/Audio.h:130:0,

from C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\SimpleWavetable.ino:2:

C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:38:7: error: previous definition of 'class AudioSynthWavetable'

class AudioSynthWavetable : public AudioStream

^

SimpleWavetable: In function 'void setup()':
SimpleWavetable:34: error: no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'
wavetable.setInstrument(BasicFlute1);

^

In file included from C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/Audio.h:130:0,

from C:\Wavetable-Synthesis-master\Examples\SimpleWavetable\SimpleWavetable.ino:2:

C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:103:7: note: candidate: void AudioSynthWavetable::setInstrument(const AudioSynthWavetable::instrument_data&)

void setInstrument(const instrument_data& instrument) {

^

C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:103:7: note: no known conversion for argument 1 from 'const instrument_data' to 'const AudioSynthWavetable::instrument_data&'

Multiple libraries were found for "SD.h"
Used: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Not used: C:\arduino-1.8.12\libraries\SD
Using library Bounce in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Bounce (legacy)
Using library Audio at version 1.3 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio
Using library SPI at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SPI
Using library SD at version 1.2.2 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Using library SerialFlash at version 0.5 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SerialFlash
Using library Wire at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Wire
no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'
 
Not seeing rename of "C:\Wavetable-Synthesis-master" to "C:\Wavetable-Synthesis"

Not sure if that changes anything … but I do that because how paths are formed isn't clear and it may once have done something.

As far as the other errors - not sure. Does the same happen with select of Teensy 4 or 3.6 with a 'VERIFY' build?
 
Sorry, forgot about the rename - did that, no workie :)
Errors for 3.5, 3.6 and 4.0
All a little different

Arduino: 1.8.12 (Windows 10), TD: 1.51-beta1, Board: "Teensy 4.0, Serial, 600 MHz, Faster, US English"

C:\arduino-1.8.12\arduino-builder -dump-prefs -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\Wavetable-Synthesis\Examples\SimpleWavetable\libraries -fqbn=teensy:avr:teensy40:usb=serial,speed=600,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_963369 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_331312 -verbose C:\Wavetable-Synthesis\Examples\SimpleWavetable\SimpleWavetable.ino
C:\arduino-1.8.12\arduino-builder -compile -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\Wavetable-Synthesis\Examples\SimpleWavetable\libraries -fqbn=teensy:avr:teensy40:usb=serial,speed=600,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_963369 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_331312 -verbose C:\Wavetable-Synthesis\Examples\SimpleWavetable\SimpleWavetable.ino
Using board 'teensy40' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Using core 'teensy4' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Detecting libraries used...
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Bounce.h: [Bounce]
ResolveLibrary(Bounce.h)
-> candidates: [Bounce]
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Audio.h: [Audio@1.3]
ResolveLibrary(Audio.h)
-> candidates: [Audio@1.3]
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SPI.h: [SPI@1.0]
ResolveLibrary(SPI.h)
-> candidates: [SPI@1.0]
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SD.h: [SD@1.2.4 SD@1.2.2]
ResolveLibrary(SD.h)
-> candidates: [SD@1.2.4 SD@1.2.2]
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SerialFlash.h: [SerialFlash@0.5]
ResolveLibrary(SerialFlash.h)
-> candidates: [SerialFlash@0.5]
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Wire.h: [Wire@1.0]
ResolveLibrary(Wire.h)
-> candidates: [Wire@1.0]
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\BasicFlute1_samples.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce\\Bounce.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_fft1024.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_fft256.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_notefreq.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_peak.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_print.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_rms.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_tonedetect.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_ak4558.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_cs42448.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_cs4272.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_sgtl5000.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_tlv320aic3206.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_wm8731.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_spdif.c" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_ulaw.c" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_waveforms.c" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_windows.c" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_bitcrusher.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_chorus.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_combine.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_delay.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_delay_ext.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_envelope.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_fade.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_flange.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_freeverb.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_granular.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_midside.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_multiply.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_reverb.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_waveshaper.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_biquad.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_fir.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_variable.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_adc.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_adcs.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s2.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s_quad.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_pdm.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_tdm.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_tdm2.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\memcpy_audio.S" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\mixer.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_adat.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_dac.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_dacs.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s2.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s_quad.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_mqs.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pt8211.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pt8211_2.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pwm.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif2.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_tdm.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_tdm2.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_memory.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_queue.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_sd_raw.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_sd_wav.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_serialflash_raw.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\record_queue.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\spi_interrupt.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_dc.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_karplusstrong.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_pinknoise.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_pwm.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_simple_drum.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_sine.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_tonesweep.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_waveform.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_wavetable.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_whitenoise.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility\\imxrt_hw.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility\\sqrt_integer.c" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI\\SPI.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\File.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\SD.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\cache_t3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\card_t3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\dir_t3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\fat_t3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\file_t3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\init_t3.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\NXP_SDHC.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\Sd2Card.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\SdFile.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\SdVolume.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash\\SerialFlashChip.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash\\SerialFlashDirectory.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\Wire.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\WireIMXRT.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\WireKinetis.cpp" -o nul
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility\\twi.c" -o nul
Generating function prototypes...
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\arduino-1.8.12\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/precompile_helper" "C:\\arduino-1.8.12\\hardware\\teensy\\avr/cores/teensy4" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369" "C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -x c++-header -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr/cores/teensy4" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369/pch/Arduino.h" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369/pch/Arduino.h.gch"
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\SimpleWavetable.ino.cpp.o"
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O2 -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -std=gnu++14 -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=151 -DARDUINO=10812 -DARDUINO_TEENSY40 -DF_CPU=600000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy4" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\BasicFlute1_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_963369\\sketch\\BasicFlute1_samples.cpp.o"
In file included from C:\Wavetable-Synthesis\Examples\SimpleWavetable\SimpleWavetable.ino:8:0:

C:\Wavetable-Synthesis\AudioSynthWavetable.h:46:7: error: redefinition of 'class AudioSynthWavetable'

class AudioSynthWavetable : public AudioStream

^

In file included from C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/Audio.h:130:0,

from C:\Wavetable-Synthesis\Examples\SimpleWavetable\SimpleWavetable.ino:2:

C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:38:7: error: previous definition of 'class AudioSynthWavetable'

class AudioSynthWavetable : public AudioStream

^

SimpleWavetable: In function 'void setup()':
SimpleWavetable:34: error: no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'
wavetable.setInstrument(BasicFlute1);

^

In file included from C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/Audio.h:130:0,

from C:\Wavetable-Synthesis\Examples\SimpleWavetable\SimpleWavetable.ino:2:

C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:103:7: note: candidate: void AudioSynthWavetable::setInstrument(const AudioSynthWavetable::instrument_data&)

void setInstrument(const instrument_data& instrument) {

^

C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:103:7: note: no known conversion for argument 1 from 'const instrument_data' to 'const AudioSynthWavetable::instrument_data&'

In file included from C:\Users\14693\AppData\Local\Temp\arduino_build_963369\sketch\BasicFlute1_samples.h:2:0,

from C:\Users\14693\AppData\Local\Temp\arduino_build_963369\sketch\BasicFlute1_samples.cpp:1:

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h: In member function 'int AudioStream::processorUsage()':

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h:108:50: error: 'F_CPU_ACTUAL' was not declared in this scope

#define CYCLE_COUNTER_APPROX_PERCENT(n) (((n) + (F_CPU_ACTUAL / 32 / AUDIO_SAMPLE_RATE * AUDIO_BLOCK_SAMPLES / 100)) / (F_CPU_ACTUAL / 16 / AUDIO_SAMPLE_RATE * AUDIO_BLOCK_SAMPLES / 100))

^

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h:142:36: note: in expansion of macro 'CYCLE_COUNTER_APPROX_PERCENT'

int processorUsage(void) { return CYCLE_COUNTER_APPROX_PERCENT(cpu_cycles); }

^

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h: In member function 'int AudioStream::processorUsageMax()':

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h:108:50: error: 'F_CPU_ACTUAL' was not declared in this scope

#define CYCLE_COUNTER_APPROX_PERCENT(n) (((n) + (F_CPU_ACTUAL / 32 / AUDIO_SAMPLE_RATE * AUDIO_BLOCK_SAMPLES / 100)) / (F_CPU_ACTUAL / 16 / AUDIO_SAMPLE_RATE * AUDIO_BLOCK_SAMPLES / 100))

^

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h:143:39: note: in expansion of macro 'CYCLE_COUNTER_APPROX_PERCENT'

int processorUsageMax(void) { return CYCLE_COUNTER_APPROX_PERCENT(cpu_cycles_max); }

^

In file included from C:\Users\14693\AppData\Local\Temp\arduino_build_963369\sketch\BasicFlute1_samples.h:2:0,

from C:\Users\14693\AppData\Local\Temp\arduino_build_963369\sketch\BasicFlute1_samples.cpp:1:

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h: In static member function 'static void AudioStream::update_all()':

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h:162:50: error: 'IRQ_SOFTWARE' was not declared in this scope

static void update_all(void) { NVIC_SET_PENDING(IRQ_SOFTWARE); }

^

C:\arduino-1.8.12\hardware\teensy\avr\cores\teensy4/AudioStream.h:162:62: error: 'NVIC_SET_PENDING' was not declared in this scope

static void update_all(void) { NVIC_SET_PENDING(IRQ_SOFTWARE); }

^

Multiple libraries were found for "SD.h"
Used: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Not used: C:\arduino-1.8.12\libraries\SD
Using library Bounce in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Bounce (legacy)
Using library Audio at version 1.3 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio
Using library SPI at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SPI
Using library SD at version 1.2.2 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Using library SerialFlash at version 0.5 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SerialFlash
Using library Wire at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Wire
no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'
 
Again not sure what is installed to get that example?


On this system installed with TeensyDuino is :: "T:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\examples\Synthesis\Wavetable\SimpleWavetable\SimpleWavetable.ino"

That matches the name above and it compiles without error here.

Multiple libraries were found for "SD.h"
Used: T:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Not used: T:\arduino-1.8.12\libraries\SD
Using library Bounce in folder: T:\arduino-1.8.12\hardware\teensy\avr\libraries\Bounce (legacy)
Using library Audio at version 1.3 in folder: T:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio
Using library SPI at version 1.0 in folder: T:\arduino-1.8.12\hardware\teensy\avr\libraries\SPI
Using library SD at version 1.2.2 in folder: T:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Using library SerialFlash at version 0.5 in folder: T:\arduino-1.8.12\hardware\teensy\avr\libraries\SerialFlash
Using library Wire at version 1.0 in folder: T:\arduino-1.8.12\hardware\teensy\avr\libraries\Wire
"T:\\arduino-1.8.12\\hardware\\teensy/../tools/arm/bin/arm-none-eabi-size" -A "T:\\TEMP\\arduino_build_936380/SimpleWavetable.ino.elf"
Sketch uses 133168 bytes (6%) of program storage space. Maximum is 2031616 bytes.
Global variables use 45748 bytes (8%) of dynamic memory, leaving 478540 bytes for local variables. Maximum is 524288 bytes.
 
I dropped the WaveTable project folder in the same place they did on their YT video.
Well I think that's your error. You don't need to drop anything anywhere since the AudioSynthWavetable class is included in the teensyduino audio lib.
So now you have 2 copies of the AudioSynthWavetable class on your system which results in a "redefinition of 'class AudioSynthWavetable' error".
Just remove the C:\Wavetable-Synthesis folder from your drive.
 
Thanks for the suggestion
I think I only had one copy.
Definitely only have one copy now, since i removed everything then reinstalled.

I guess I'll just forget about it for now and work on the Teensy Workshop.
Maybe I'll revisit it at some point.

I really appreciate all of the info and helpful suggestions.
Thank you.
 
With install steps as presented there should be nothing needed and no need for any reference to:: C:\Wavetable-Synthesis

With TeensyDuino installed in C:\arduino-1.8.12\

The sketch will be here :: "C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\examples\Synthesis\Wavetable\SimpleWavetable\SimpleWavetable.ino"

*Note: forum inserts spaces in long path names at times - they are to be ignored/removed.
 
defragster: Where does this wavetable sample come from?
"C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\example s\Synthesis\Wavetable\SimpleWavetable\SimpleWaveta ble.ino"
This compiled for me and I was able to play with it on the breadboard setup from the workshop.

So then I created a sample wavetable from the git hub WaveTable Synthesis application.
Then I tried to modify that file to look like the Flute wavetable .h and .cpp files.
But for some weird reason, I got the below error message:

Arduino: 1.8.12 (Windows 10), TD: 1.51-beta1, Board: "Teensy 3.5, Serial, 120 MHz, Faster, US English"

C:\arduino-1.8.12\arduino-builder -dump-prefs -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\Wavetable-Synthesis\Examples\SimpleWavetable\libraries -fqbn=teensy:avr:teensy35:usb=serial,speed=120,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_638943 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_592046 -verbose C:\Users\14693\AppData\Local\Temp\arduino_modified_sketch_299223\SimpleWavetable.ino
C:\arduino-1.8.12\arduino-builder -compile -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\Wavetable-Synthesis\Examples\SimpleWavetable\libraries -fqbn=teensy:avr:teensy35:usb=serial,speed=120,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_638943 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_592046 -verbose C:\Users\14693\AppData\Local\Temp\arduino_modified_sketch_299223\SimpleWavetable.ino
Using board 'teensy35' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Using core 'teensy3' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Detecting libraries used...
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Bounce.h: [Bounce]
ResolveLibrary(Bounce.h)
-> candidates: [Bounce]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Audio.h: [Audio@1.3]
ResolveLibrary(Audio.h)
-> candidates: [Audio@1.3]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SPI.h: [SPI@1.0]
ResolveLibrary(SPI.h)
-> candidates: [SPI@1.0]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SD.h: [SD@1.2.4 SD@1.2.2]
ResolveLibrary(SD.h)
-> candidates: [SD@1.2.4 SD@1.2.2]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for SerialFlash.h: [SerialFlash@0.5]
ResolveLibrary(SerialFlash.h)
-> candidates: [SerialFlash@0.5]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for Wire.h: [Wire@1.0]
ResolveLibrary(Wire.h)
-> candidates: [Wire@1.0]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_638943\\sketch\\SimpleWavetable.ino.cpp" -o nul
Alternatives for AudioSynthWavetable.h: []
ResolveLibrary(AudioSynthWavetable.h)
-> candidates: []
Multiple libraries were found for "SD.h"
Used: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Not used: C:\arduino-1.8.12\libraries\SD
In file included from C:\Users\14693\AppData\Local\Temp\arduino_modified_sketch_299223\SimpleWavetable.ino:22:0:

C:\Users\14693\AppData\Local\Temp\arduino_build_638943\sketch\piano1_samples.h:3:33: fatal error: AudioSynthWavetable.h: No such file or directory

compilation terminated.

Using library Bounce in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Bounce (legacy)
Using library Audio at version 1.3 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio
Using library SPI at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SPI
Using library SD at version 1.2.2 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
Using library SerialFlash at version 0.5 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SerialFlash
Using library Wire at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Wire
Error compiling for board Teensy 3.5.

It sees AudioSynthWavetable.h when i compile with the flute wavetable but not when i compile with the piano wavetable.

So I'm hoping I can either make this wavetable work or create one from the same place the flute wavetable came from.
Thank you
 
I don't find those things? Changes and corruptions not right.

There is : T:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\synth_wavetable.h

Where this is defined : class AudioSynthWavetable : public AudioStream


Closest 'piano' with that used is :
T:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\examples\Synthesis\Wavetable\MidiSynthLarge\piano_samples.cpp:
1: #include "piano_samples.h"
2: const AudioSynthWavetable::sample_data piano_samples[4] = {

or :
T:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\examples\Synthesis\Wavetable\MidiSynthLarge\piano_samples.h:
2 #include <Audio.h>
3
4: extern const AudioSynthWavetable::sample_data piano_samples[4];
5: const uint8_t piano_ranges[] = {54, 74, 88, 127, };
 
Thanks, defragster.
Sorry, I should have looked.
I was thinking that I needed to make my own.
I'll give it a go.
Still though, I wonder why one file compiles and the other produces the result that the mentioned method is unknown.
Weird.
 
Does MidiSynthLarge compile as is?
I got the following compile issues.

I tried to the other one too, but all sorts of file not reconginzed and other issues as well.

Code:
Arduino: 1.8.12 (Windows 10), TD: 1.51-beta1, Board: "Teensy 3.5, Serial, 120 MHz, Faster, US English"

C:\arduino-1.8.12\arduino-builder -dump-prefs -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\arduino-1.8.12\hardware\teensy\libraries -fqbn=teensy:avr:teensy35:usb=serial,speed=120,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_197828 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_762055 -verbose C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\examples\Synthesis\Wavetable\MidiSynthLarge\MidiSynthLarge.ino
C:\arduino-1.8.12\arduino-builder -compile -logger=machine -hardware C:\arduino-1.8.12\hardware -tools C:\arduino-1.8.12\tools-builder -tools C:\arduino-1.8.12\hardware\tools\avr -built-in-libraries C:\arduino-1.8.12\libraries -libraries C:\arduino-1.8.12\hardware\teensy\libraries -fqbn=teensy:avr:teensy35:usb=serial,speed=120,opt=o2std,keys=en-us -ide-version=10812 -build-path C:\Users\14693\AppData\Local\Temp\arduino_build_197828 -warnings=none -build-cache C:\Users\14693\AppData\Local\Temp\arduino_cache_762055 -verbose C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio\examples\Synthesis\Wavetable\MidiSynthLarge\MidiSynthLarge.ino
Using board 'teensy35' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Using core 'teensy3' from platform in folder: C:\arduino-1.8.12\hardware\teensy\avr
Detecting libraries used...
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
Alternatives for Audio.h: [Audio@1.3]
ResolveLibrary(Audio.h)
  -> candidates: [Audio@1.3]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
Alternatives for SPI.h: [SPI@1.0]
ResolveLibrary(SPI.h)
  -> candidates: [SPI@1.0]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
Alternatives for SD.h: [SD@1.2.4 SD@1.2.2]
ResolveLibrary(SD.h)
  -> candidates: [SD@1.2.4 SD@1.2.2]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
Alternatives for SerialFlash.h: [SerialFlash@0.5]
ResolveLibrary(SerialFlash.h)
  -> candidates: [SerialFlash@0.5]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
Alternatives for Bounce.h: [Bounce]
ResolveLibrary(Bounce.h)
  -> candidates: [Bounce]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
Alternatives for Wire.h: [Wire@1.0]
ResolveLibrary(Wire.h)
  -> candidates: [Wire@1.0]
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\bassoon_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\clarinet_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\distortiongt_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\epiano_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\flute_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\frenchhorn_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\glockenspiel_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\gtfretnoise_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\harmonica_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\harp_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\mutedgtr_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\nylonstrgtr_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\oboe_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\overdrivegt_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\piano_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\recorder_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\standard_DRUMS_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\steelstrgtr_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\strings_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\timpani_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\trombone_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\trumpet_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\tuba_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\vibraphone_samples.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_fft1024.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_fft256.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_notefreq.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_peak.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_print.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_rms.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\analyze_tonedetect.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_ak4558.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_cs42448.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_cs4272.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_sgtl5000.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_tlv320aic3206.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\control_wm8731.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_spdif.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_ulaw.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_waveforms.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\data_windows.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_bitcrusher.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_chorus.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_combine.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_delay.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_delay_ext.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_envelope.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_fade.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_flange.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_freeverb.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_granular.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_midside.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_multiply.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_reverb.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\effect_waveshaper.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_biquad.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_fir.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\filter_variable.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_adc.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_adcs.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_i2s_quad.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_pdm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_tdm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\input_tdm2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\memcpy_audio.S" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\mixer.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_adat.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_dac.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_dacs.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_i2s_quad.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_mqs.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pt8211.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pt8211_2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_pwm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_spdif3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_tdm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\output_tdm2.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_memory.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_queue.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_sd_raw.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_sd_wav.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\play_serialflash_raw.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\record_queue.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\spi_interrupt.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_dc.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_karplusstrong.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_pinknoise.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_pwm.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_simple_drum.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_sine.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_tonesweep.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_waveform.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_wavetable.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\synth_whitenoise.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility\\imxrt_hw.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio\\utility\\sqrt_integer.c" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI\\SPI.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\File.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\SD.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\cache_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\card_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\dir_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\fat_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\file_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\init_t3.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\NXP_SDHC.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\Sd2Card.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\SdFile.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD\\utility\\SdVolume.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash\\SerialFlashChip.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash\\SerialFlashDirectory.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce\\Bounce.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\Wire.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\WireIMXRT.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\WireKinetis.cpp" -o nul
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility" "C:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire\\utility\\twi.c" -o nul
Generating function prototypes...
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\arduino-1.8.12\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\\arduino-1.8.12\\hardware\\teensy/../tools/precompile_helper" "C:\\arduino-1.8.12\\hardware\\teensy\\avr/cores/teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828" "C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr/cores/teensy3" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch/Arduino.h" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch/Arduino.h.gch"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\distortiongt_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\distortiongt_samples.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\clarinet_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\clarinet_samples.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\flute_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\flute_samples.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\bassoon_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\bassoon_samples.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\epiano_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\epiano_samples.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\MidiSynthLarge.ino.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\glockenspiel_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\glockenspiel_samples.cpp.o"
"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\frenchhorn_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\frenchhorn_samples.cpp.o"
MidiSynthLarge: In function 'void setup()':
MidiSynthLarge:120: error: 'usbMIDI' was not declared in this scope
To make a USB MIDI device, use the Tools > USB Type menu
  usbMIDI.setHandleNoteOn(OnNoteOn);

  ^

MidiSynthLarge: In function 'void loop()':
MidiSynthLarge:132: error: 'usbMIDI' was not declared in this scope
To make a USB MIDI device, use the Tools > USB Type menu
  usbMIDI.read();

  ^

"C:\\arduino-1.8.12\\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 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK64FX512__ -DTEENSYDUINO=151 -DARDUINO=10812 -DARDUINO_TEENSY35 -DF_CPU=120000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IC:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828/pch" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\cores\\teensy3" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Audio" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SPI" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SD" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\SerialFlash" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Bounce" "-IC:\\arduino-1.8.12\\hardware\\teensy\\avr\\libraries\\Wire" "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\gtfretnoise_samples.cpp" -o "C:\\Users\\14693\\AppData\\Local\\Temp\\arduino_build_197828\\sketch\\gtfretnoise_samples.cpp.o"
Multiple libraries were found for "SD.h"
 Used: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD
 Not used: C:\arduino-1.8.12\libraries\SD
Using library Audio at version 1.3 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Audio 
Using library SPI at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SPI 
Using library SD at version 1.2.2 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SD 
Using library SerialFlash at version 0.5 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\SerialFlash 
Using library Bounce in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Bounce (legacy)
Using library Wire at version 1.0 in folder: C:\arduino-1.8.12\hardware\teensy\avr\libraries\Wire 
'usbMIDI' was not declared in this scope
 
Was it compiled with tools / USB type of MIDI? as noted in above output?
MidiSynthLarge:120: error: 'usbMIDI' was not declared in this scope
To make a USB MIDI device, use the Tools > USB Type menu
usbMIDI.setHandleNoteOn(OnNoteOn);

Those objects won't exist when MIDI isn't among the USB parts selected when building.
 
Hi! any resolution on this I keep getting this error that was reported earlier in the thread:

no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'

I think it has to do with the Teensy Audio library having the same AudioSynthWavetable class as the one defined in this Wavetable-Synthesis library. I'm sure there is an easy fix, but I've been wrangling with this for a while now and can't seem to figure it out.

heres the full error:
Code:
In file included from C:\Users\moogtron 4k\Documents\Arduino\wav_player_w_synth\wav_player_w_synth.ino:8:0:
C:\Users\moogtron 4k\Documents\Arduino\libraries\Wavetable-Synthesis-master/AudioSynthWavetable.h:46:7: error: redefinition of 'class AudioSynthWavetable'
class AudioSynthWavetable : public AudioStream
^
In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/Audio.h:137:0,
from C:\Users\moogtron 4k\Documents\Arduino\wav_player_w_synth\wav_player_w_synth.ino:1:
C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:38:7: error: previous definition of 'class AudioSynthWavetable'
class AudioSynthWavetable : public AudioStream
^
wav_player_w_synth: In function 'void setup()':
wav_player_w_synth:62: error: no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'
wavetable1.setInstrument(EthansWindChimes);
^
In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/Audio.h:137:0,
from C:\Users\moogtron 4k\Documents\Arduino\wav_player_w_synth\wav_player_w_synth.ino:1:
C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:103:7: note: candidate: void AudioSynthWavetable::setInstrument(const AudioSynthWavetable::instrument_data&)
void setInstrument(const instrument_data& instrument) {
^
C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/synth_wavetable.h:103:7: note: no known conversion for argument 1 from 'const instrument_data' to 'const AudioSynthWavetable::instrument_data&'
Multiple libraries were found for "SD.h"
Used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
Not used: C:\Program Files (x86)\Arduino\libraries\SD
Using library Audio at version 1.3 in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio
Using library SPI at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SPI
Using library SD at version 1.2.2 in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
Using library SerialFlash at version 0.5 in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SerialFlash
Using library Wire at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Wire
Using library Bounce in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Bounce (legacy)
Using library Wavetable-Synthesis-master in folder: C:\Users\moogtron 4k\Documents\Arduino\libraries\Wavetable-Synthesis-master (legacy)
no matching function for call to 'AudioSynthWavetable::setInstrument(const instrument_data&)'
 
ahhhh ok i have solved this problem after many hours of sleuthing and messing around......... for anyone in the future trying to use this soundfont decoder

1. the https://github.com/TeensyAudio/Wavetable-Synthesis project has gotten integrated into the main teensyduino audio library, therefore you don't need to add any files from here to your Arduino library folder! (even tho it says so on the documentation website: (https://teensyaudio.github.io/Wavetable-Synthesis/html/md_additional_pages_gettingStarted.html). Still download the files, but dont put them in your Arduino library folder.

2. the examples in the Wavetable-Synthesis github have been deprecated. DONT USE the examples there, use the ones in the Teensyduino audio example folder.

3. the decoder from Wavetable-Synthesis has been deprecated. please for the love of god download Pauls updated decoder: (https://github.com/PaulStoffregen/SoundfontDecoder), and replace the files in this folder with Paul's files. The .exe miiight still work, but I didnt risk it, i just ran `python controller.py` from the terminal.

4. NOW you have properly decoded soundfont file and using that with the Wavetable examples from Teensyduio you should be able to make all the fun goofy midi sounds your heart desires

I hope this helps some poor ding dong like me in the future !
 
ahhhh ok i have solved this problem after many hours of sleuthing and messing around......... for anyone in the future trying to use this soundfont decoder

1. the https://github.com/TeensyAudio/Wavetable-Synthesis project has gotten integrated into the main teensyduino audio library, therefore you don't need to add any files from here to your Arduino library folder! (even tho it says so on the documentation website: (https://teensyaudio.github.io/Wavetable-Synthesis/html/md_additional_pages_gettingStarted.html). Still download the files, but dont put them in your Arduino library folder.

2. the examples in the Wavetable-Synthesis github have been deprecated. DONT USE the examples there, use the ones in the Teensyduino audio example folder.

3. the decoder from Wavetable-Synthesis has been deprecated. please for the love of god download Pauls updated decoder: (https://github.com/PaulStoffregen/SoundfontDecoder), and replace the files in this folder with Paul's files. The .exe miiight still work, but I didnt risk it, i just ran `python controller.py` from the terminal.

4. NOW you have properly decoded soundfont file and using that with the Wavetable examples from Teensyduio you should be able to make all the fun goofy midi sounds your heart desires

I hope this helps some poor ding dong like me in the future !
this should be put sticky, and at the front of the thread...please!
 
Back
Top