Teensy 3.6 under Netbeans - Help

Status
Not open for further replies.
I am trying to compile the core from:
Code:
/arduino-1.6.11/hardware/teensy/avr
using gnu tools:
Code:
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi
to create my flavour of:
Code:
/home/.../NetBeansProjects/Teensy36_corelib
to use in a personal project.

In path:
Code:
/usr/share/arduino/...
is a exact copy of:
Code:
/home/.../Downloads/arduino-1.6.11/...
that replaces all Linux defaults for Arduino IDE with Teensduino.

My compile command is documented from
Code:
"https://sourceware.org/binutils/docs/as/ARM-Options.html#ARM-Options"
and
Code:
/home/.../Downloads/arduino-1.6.11/hardware/teensy/avr
files:
Code:
boards.txt, keywords.txt and platform.txt
and is as follows:

Project Properties > Build > C Compiler:
Tool:
Code:
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-gcc
All Options:
Code:
-Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -std=c11
Where the aditional options are:
Code:
-Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm

Project Properties > Build > C++ Compiler:
Tool:
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++
All Options:
Code:
-Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -std=c++11
Where the aditional options are:
Code:
-Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm
Project Properties > Build > Assembler:
Tool:
Code:
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-as
All Options:
Code:
-g
Where the aditional options are:<NONE>

I get the following error log for the make command:
Code:
cd '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
/usr/bin/make -f Makefile CONF=Debug clean
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .clean-conf
make[1]: Entering directory '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
rm -f -r build/Debug
rm -f dist/Debug/GNU_ARM-Linux/libteensy36_corelib.a
make[1]: Leaving directory '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'

CLEAN SUCCESSFUL (total time: 53ms)
cd '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
/usr/bin/make -f Makefile CONF=Debug
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk dist/Debug/GNU_ARM-Linux/libteensy36_corelib.a
make[2]: Entering directory '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/AudioStream.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/AudioStream.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/AudioStream.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/AudioStream.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/DMAChannel.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/DMAChannel.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/DMAChannel.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/DMAChannel.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial1.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial1.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial1.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/HardwareSerial1.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial2.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial2.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial2.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/HardwareSerial2.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial3.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial3.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial3.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/HardwareSerial3.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial4.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial4.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial4.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/HardwareSerial4.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial5.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial5.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial5.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/HardwareSerial5.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial6.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial6.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/HardwareSerial6.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/HardwareSerial6.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/IPAddress.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/IPAddress.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/IPAddress.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/IPAddress.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/IntervalTimer.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/IntervalTimer.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/IntervalTimer.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/IntervalTimer.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Print.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Print.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Print.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/Print.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Stream.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Stream.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Stream.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/Stream.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Tone.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Tone.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/Tone.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/Tone.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/WMath.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/WMath.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/WMath.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/WMath.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/WString.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/WString.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/WString.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/WString.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/analog.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/analog.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/analog.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/analog.c
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/avr_emulation.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/avr_emulation.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/avr_emulation.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/avr_emulation.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/eeprom.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/eeprom.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/eeprom.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/eeprom.c
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/keylayouts.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/keylayouts.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/keylayouts.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/keylayouts.c
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/main.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/main.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/main.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/main.cpp
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
rm -f "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/math_helper.o.d"
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -Os -MMD -Wall -mthumb -M -MG -MP -x c++ -x assembler-with-cpp -w -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -ffunction-sections -fdata-sections -nostdlib -D__MK66FX1M0__ -DTEENSYDUINO=130 -DF_CPU=180000000L -DLAYOUT_US_ENGLISH -DARDUINO=1611 -D__ARM_ARCH_7M__ -D__OPT_MID_BLOCK_SIZE -Dusb=serial -fno-exceptions -felide-constructors -std=gnu++0x -larm_cortexM4lf_math -lm   -c -g -I/usr/share/arduino/hardware/teensy/avr/cores/teensy3 -I/usr/share/arduino/hardware/teensy/avr/cores/usb_disk -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_flightsim -I/usr/share/arduino/hardware/teensy/avr/cores/usb_hid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_midi -I/usr/share/arduino/hardware/teensy/avr/cores/usb_rawhid -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial -I/usr/share/arduino/hardware/teensy/avr/cores/usb_serial_hid -MMD -MP -MF "build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/math_helper.o.d" -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/math_helper.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/math_helper.c
mkdir -p build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd
/usr/share/arduino/hardware/tools/arm/bin/arm-none-eabi-as  -g -o build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/memcpy-armv7m.o /usr/share/arduino/hardware/teensy/avr/cores/teensy3/memcpy-armv7m.S
/usr/share/arduino/hardware/teensy/avr/cores/teensy3/memcpy-armv7m.S: Assembler messages:
/usr/share/arduino/hardware/teensy/avr/cores/teensy3/memcpy-armv7m.S:63: Error: unexpected end of file in irp or irpc
nbproject/Makefile-Debug.mk:225: recipe for target 'build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/memcpy-armv7m.o' failed
make[2]: *** [build/Debug/GNU_ARM-Linux/_ext/a8f1a2bd/memcpy-armv7m.o] Error 1
make[2]: Leaving directory '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
nbproject/Makefile-Debug.mk:111: recipe for target '.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory '/home/victorhantelmann/NetBeansProjects/Teensy36_corelib'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 1s)

/********************************************EDIT BY HAND******************************************/
Error is given by tool: arm-none-eabi-as
Error is in file: /usr/share/arduino/hardware/teensy/avr/cores/teensy3/memcpy-armv7m.S
Error is at: Line 63
Error is for:Line 62: #define BEGIN_UNROLL_BIG_BLOCK \ /* continued at Line 63 */
/********************************************EDIT BY HAND******************************************/

I am certainly missing something ... but I can't identify what ?

Can anyone help me ?

Thank you.
 
Last edited:
Status
Not open for further replies.
Back
Top