tentativa

Erro_21_04_21

Apr 21st, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. > Executing task: C:\Users\micha\.platformio\penv\Scripts\platformio.exe run --target upload <
  2.  
  3. Processing uno (platform: atmelavr; board: uno; framework: arduino)
  4. ----------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  5. CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/uno.html
  6. PLATFORM: Atmel AVR (3.3.0) > Arduino Uno
  7. HARDWARE: ATMEGA328P 16MHz, 2KB RAM, 31.50KB Flash
  8. DEBUG: Current (avr-stub) On-board (avr-stub, simavr)
  9. PACKAGES:
  10. - framework-arduino-avr 5.1.0
  11. - tool-avrdude 1.60300.200527 (6.3.0)
  12. - toolchain-atmelavr 1.70300.191015 (7.3.0)
  13. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  14. LDF Modes: Finder ~ chain, Compatibility ~ soft
  15. Found 5 compatible libraries
  16. Scanning dependencies...
  17. No dependencies
  18. Building in release mode
  19. Linking .pio\build\uno\firmware.elf
  20. C:\Users\micha\AppData\Local\Temp\ccm5LbTP.ltrans0.ltrans.o: In function `main':
  21. <artificial>:(.text.startup+0x86): undefined reference to `setup'
  22. <artificial>:(.text.startup+0x8e): undefined reference to `loop'
  23. collect2.exe: error: ld returned 1 exit status
  24. *** [.pio\build\uno\firmware.elf] Error 1
  25. ====================================================== [FAILED] Took 6.26 seconds ======================================================O processo de terminal "C:\Users\micha\.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload'" foi terminado com o código de saída: 1.
Add Comment
Please, Sign In to add comment