Hello,
Does anyone have a tip on what could be the cause of the error message below?
Processing V450_2K4 (platform: https://github.com/platformio/platform-atmelmegaavr.git; board: ATtiny1624; framework: arduino) ---------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/atmelmegaavr/ATtiny1624.html
PLATFORM: Atmel mega AVR (1.9.0+sha.5002fb5) > ATtiny1624
HARDWARE: ATTINY1624 5MHz, 2KB RAM, 16KB Flash
PACKAGES: - framework-arduino-megaavr-megatinycore @ 2.6.7 - toolchain-atmelavr @ 3.70300.220127 (7.3.0) LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain+, Compatibility ~ strict Found 20 compatible libraries Scanning dependencies... Dependency Graph |-- FastPID @ 1.3.2+sha.e00f476 |-- SerialEncoder @ 0.1.0+sha.f909d31 |-- settings |-- EEPROM @ 2 .1.3 |-- crc16 |-- Steinhart Building in release mode Compiling .pio/build/V450_2K4/src/main.cpp.o Compiling .pio/build/V450_2K4/src/packet_processor.cpp.o Linking .pio/build/V450_2K4/module_fw_V450_2K4_ATtiny1624_450_e0_h0_l0.elf Checking size .pio/build/V450_2K4/module_fw_V450_2K4_ATtiny1624_450_e0_h0_l0.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM: [= ] 14.6% (used 299 bytes from 2048 bytes)
Flash:[===== ] 51.0% (used 8360 bytes from 16384 bytes)
Building .pio/build/V450_2K4/module_fw_V450_2K4_ATtiny1624_450_e0_h0_l0.hex
Building binary file /home/gerard-giga/Software-hardware/Software/BMS/Diy_bms_Stuart_Pittaway/24-08-04 diyBMSv4ESP32-master/ATTINYCellModule /.pio/build/V450_2K4/module_fw_V450_2K4_ATtiny1624_450_e0_h0_l0.bin
Usage: avr-objcopy [option(s)] in-file [out-file] Copies a binary file, possibly transforming it in the process
The options are:
-I --input-target <bfdname> Assume input file is in format <bfdname>
-O --output-target <bfdname> Create an output file in format <bfdname>
-B --binary-architecture <arch> Set output arch, when input is arch-less
etc, etc.
avr-objcopy: supported targets: elf32-avr elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex *** [.pio/build/V450_2K4/module_fw_V450_2K4_ATtiny1624_450_e0_h0_l0.hex] Error 1
Thanks in advance