Closed JKWork3 closed 4 years ago
i work on mac whit VSC, the same program is compiled fine from Arduino IDE, i try the guide in this link but dont work: https://github.com/platformio/platformio-core/issues/1783
Please forward to https://community.platformio.org/ and provide a simple project to reproduce this issue.
i try other way but dont have the same problem, i create this post: https://community.platformio.org/t/compiling-problem-on-platformio-on-arduino-compiling-done-adafruit-tinywirem/13763?u=jackekrawattwork
Il giorno ven 15 mag 2020 alle ore 15:23 Ivan Kravets < notifications@github.com> ha scritto:
Please forward to https://community.platformio.org/ and provide a simple project to reproduce this issue.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/platformio/platformio-core/issues/3504#issuecomment-629233236, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQYSAZTMQXYLARKS4GBYHTRRU63TANCNFSM4M5LVMDQ .
What kind of issue is this?
i have the same problem: Il processo del terminale è stato terminato. Codice di uscita: 1
Terminale verrà riutilizzato dalle attività, premere un tasto qualsiasi per chiuderlo.
Processing megaatmega2560 (platform: atmelavr; board: megaatmega2560; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/megaatmega2560.html PLATFORM: Atmel AVR 2.0.0 > Arduino Mega or Mega 2560 ATmega2560 (Mega 2560) HARDWARE: ATMEGA2560 16MHz, 8KB RAM, 248KB Flash PACKAGES:^ lib/TinyWireM-master/USI_TWI_Master.cpp:324:9: error: 'USISR' was not declared in this scope if( !(USISR & (1<<USIPF)) ) ^ lib/TinyWireM-master/USI_TWI_Master.cpp:324:21: error: 'USIPF' was not declared in this scope if( !(USISR & (1<<USIPF)) ) ^ *** [.pio/build/megaatmega2560/lib124/TinyWireM-master/USI_TWI_Master.cpp.o] Error 1 ================================================================ [FAILED] Took 3.19 seconds =