avr missing in teensyduino 1.48

Status
Not open for further replies.

zlice0

New member
using void linux, have gcc-avr / adruino ide (1.8.9) installed and they work.
can use my lilypad just fine.
but when i go to install teensyduino

https://www.pjrc.com/teensy/td_download.html

for some reason /usr/lib/arduino/hardware/ is missing avr and only has arm tools

Code:
Build options changed, rebuilding all
fork/exec /usr/lib/arduino/hardware/teensy/../tools/avr/bin/avr-g++: no such file or directory
Error compiling for board Teensy 2.0.

/usr/lib/arduino/hardware/tools/avr is not there


on top of this : i install as root, and then i can only run as root.
some error about processing.app.Base. i can only find similar on github (corrupted dl in solution, so no help)
again - everything works just fine before i install teensyduino.
directories it installed in /usr/lib/arduino have the wrong chmod it seems, changing them to say 755 and 644 did not help

it's a simple install process, so i'm not sure what i could be doing wrong that would cause missing the entire avr tool chain
 
/usr/lib/arduino/hardware/tools/avr is not there

Teensyduino uses the AVR toolchain within Arduino. It's located in {Arduino}/hardware/tools/avr. No system-provided toolchain in /usr/lib is ever used.

Teensyduino never supports any (modified) copies of Arduino provided by Linux distros! Only Arduino's original version is supported.
 
didn't realize the redist was stripped. haven't used it in a while, guess now that you say that i do remember always having the setup in my home
thanks!
 
I don't have a Teensy 2 - but set IDE 1.8.10 to Teensy 2 and did Verify of example BLINK - On WINDOWS - with TD 1.49 beta 2 - it compiles and all is installed to build - not sure if it shows anything different as info:

@Paul - there is compiler warning noise for :: teensy\malloc.c:134:7: warning: 'sfp2'

Code:
Using board 'teensy2' from platform in folder: T:\arduino_1.8.10\hardware\teensy\avr
Using core 'teensy' from platform in folder: T:\arduino_1.8.10\hardware\teensy\avr
Detecting libraries used...
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\TEMP\\arduino_build_743026\\sketch\\Blink.ino.cpp" -o nul
Generating function prototypes...
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\TEMP\\arduino_build_743026\\sketch\\Blink.ino.cpp" -o "T:\\TEMP\\arduino_build_743026\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"T:\\arduino_1.8.10\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "T:\\TEMP\\arduino_build_743026\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/precompile_helper" "T:\\arduino_1.8.10\\hardware\\teensy\\avr/cores/teensy" "T:\\TEMP\\arduino_build_743026" "T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -x c++-header -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr/cores/teensy" "T:\\TEMP\\arduino_build_743026/pch/Arduino.h" -o "T:\\TEMP\\arduino_build_743026/pch/Arduino.h.gch"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\TEMP\\arduino_build_743026\\sketch\\Blink.ino.cpp" -o "T:\\TEMP\\arduino_build_743026\\sketch\\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\pins_teensy.c" -o "T:\\TEMP\\arduino_build_743026\\core\\pins_teensy.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\malloc.c" -o "T:\\TEMP\\arduino_build_743026\\core\\malloc.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\WInterrupts.c" -o "T:\\TEMP\\arduino_build_743026\\core\\WInterrupts.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\wiring.c" -o "T:\\TEMP\\arduino_build_743026\\core\\wiring.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\usb.c" -o "T:\\TEMP\\arduino_build_743026\\core\\usb.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\keylayouts.c" -o "T:\\TEMP\\arduino_build_743026\\core\\keylayouts.c.o"
t:\arduino_1.8.10\hardware\tools\avr\avr\include\stdlib.h: In function 'malloc':

T:\arduino_1.8.10\hardware\teensy\avr\cores\teensy\malloc.c:134:7: warning: 'sfp2' may be used uninitialized in this function [-Wmaybe-uninitialized]

    if (sfp2)

       ^

T:\arduino_1.8.10\hardware\teensy\avr\cores\teensy\malloc.c:76:40: note: 'sfp2' was declared here

  struct __freelist *fp1, *fp2, *sfp1, *sfp2;

                                        ^~~~

T:\arduino_1.8.10\hardware\teensy\avr\cores\teensy\malloc.c:151:6: warning: 'sfp1' may be used uninitialized in this function [-Wmaybe-uninitialized]

   cp += s;

   ~~~^~~~

T:\arduino_1.8.10\hardware\teensy\avr\cores\teensy\malloc.c:76:33: note: 'sfp1' was declared here

  struct __freelist *fp1, *fp2, *sfp1, *sfp2;

                                 ^~~~

"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\Tone.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\Tone.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\WString.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\WString.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\HardwareSerial.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\HardwareSerial.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\Print.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\Print.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\main.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\main.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\Stream.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\Stream.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\IPAddress.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\IPAddress.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\WMath.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\WMath.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\new.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\new.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\usb_api.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\usb_api.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-g++" -c -Os -g -Wall -ffunction-sections -fdata-sections -MMD -fno-exceptions -fpermissive -felide-constructors -std=gnu++11 -mmcu=atmega32u4 -DTEENSYDUINO=149 -DARDUINO_ARCH_AVR -DARDUINO=10810 -DF_CPU=16000000L -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-IT:\\TEMP\\arduino_build_743026/pch" "-IT:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy" "T:\\arduino_1.8.10\\hardware\\teensy\\avr\\cores\\teensy\\yield.cpp" -o "T:\\TEMP\\arduino_build_743026\\core\\yield.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\WInterrupts.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\keylayouts.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\malloc.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\pins_teensy.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\usb.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\wiring.c.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\HardwareSerial.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\IPAddress.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\Print.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\Stream.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\Tone.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\WMath.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\WString.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\main.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\new.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\usb_api.cpp.o"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-ar" rcs "T:\\TEMP\\arduino_build_743026\\core\\core.a" "T:\\TEMP\\arduino_build_743026\\core\\yield.cpp.o"
Archiving built core (caching) in: T:\TEMP\arduino_cache_709090\core\core_teensy_avr_teensy2_usb_serial,speed_16,keys_en-us_28334471cb762d79c5cd2d39fff6b87f.a
Linking everything together...
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-gcc" -Os -Wl,--gc-sections,--relax -mmcu=atmega32u4 -o "T:\\TEMP\\arduino_build_743026/Blink.ino.elf" "T:\\TEMP\\arduino_build_743026\\sketch\\Blink.ino.cpp.o" "T:\\TEMP\\arduino_build_743026/core\\core.a" "-LT:\\TEMP\\arduino_build_743026" -lm
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "T:\\TEMP\\arduino_build_743026/Blink.ino.elf" "T:\\TEMP\\arduino_build_743026/Blink.ino.eep"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-objcopy" -O ihex -R .eeprom "T:\\TEMP\\arduino_build_743026/Blink.ino.elf" "T:\\TEMP\\arduino_build_743026/Blink.ino.hex"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-objcopy" -O ihex -R .eeprom "T:\\TEMP\\arduino_build_743026/Blink.ino.elf" "T:\\TEMP\\arduino_build_743026/Blink.ino.TEENSY2.hex"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/stdout_redirect" "T:\\TEMP\\arduino_build_743026/Blink.ino.lst" "T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-objdump" -d -S -C "T:\\TEMP\\arduino_build_743026/Blink.ino.elf"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/stdout_redirect" "T:\\TEMP\\arduino_build_743026/Blink.ino.sym" "T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-objdump" -t -C "T:\\TEMP\\arduino_build_743026/Blink.ino.elf"
"T:\\arduino_1.8.10\\hardware\\teensy/../tools/avr/bin/avr-size" -A "T:\\TEMP\\arduino_build_743026/Blink.ino.elf"
Sketch uses 2422 bytes (7%) of program storage space. Maximum is 32256 bytes.
Global variables use 24 bytes (0%) of dynamic memory, leaving 2536 bytes for local variables. Maximum is 2560 bytes.
 
Status
Not open for further replies.
Back
Top