Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. .pio/build/teensy/src/main.cpp.o: In function `ftm1_isr':
  2. main.cpp:(.text.ftm1_isr+0x0): multiple definition of `ftm1_isr'
  3. .pio/build/teensy/src/eeprom_log.cpp.o:eeprom_log.cpp:(.text.ftm1_isr+0x0): first defined here
  4. /home/[user]/.platformio/packages/toolchain-gccarmnoneeabi@1.50401.190816/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: Disabling relaxation: it will not work with multiple definitions
  5. .pio/build/teensy/src/main.cpp.o: In function `ftm2_isr':
  6. main.cpp:(.text.ftm2_isr+0x0): multiple definition of `ftm2_isr'
  7. .pio/build/teensy/src/eeprom_log.cpp.o:eeprom_log.cpp:(.text.ftm2_isr+0x0): first defined here
  8. .pio/build/teensy/src/main.cpp.o:(.bss.TeensyTimers+0x0): multiple definition of `TeensyTimers'
  9. .pio/build/teensy/src/eeprom_log.cpp.o:(.bss.TeensyTimers+0x0): first defined here
  10. .pio/build/teensy/src/main.cpp.o:(.data.teensy_timers_irq+0x0): multiple definition of `teensy_timers_irq'
  11. .pio/build/teensy/src/eeprom_log.cpp.o:(.data.teensy_timers_irq+0x0): first defined here
  12. .pio/build/teensy/libbda/libI2CEEPROM_NON_BLOCKING.a(I2CEEPROM.cpp.o): In function `ftm1_isr':
  13. I2CEEPROM.cpp:(.text.ftm1_isr+0x0): multiple definition of `ftm1_isr'
  14. .pio/build/teensy/src/eeprom_log.cpp.o:eeprom_log.cpp:(.text.ftm1_isr+0x0): first defined here
  15. .pio/build/teensy/libbda/libI2CEEPROM_NON_BLOCKING.a(I2CEEPROM.cpp.o): In function `ftm2_isr':
  16. I2CEEPROM.cpp:(.text.ftm2_isr+0x0): multiple definition of `ftm2_isr'
  17. .pio/build/teensy/src/eeprom_log.cpp.o:eeprom_log.cpp:(.text.ftm2_isr+0x0): first defined here
  18. .pio/build/teensy/libbda/libI2CEEPROM_NON_BLOCKING.a(I2CEEPROM.cpp.o):(.bss.TeensyTimers+0x0): multiple definition of `TeensyTimers'
  19. .pio/build/teensy/src/eeprom_log.cpp.o:(.bss.TeensyTimers+0x0): first defined here
  20. .pio/build/teensy/libbda/libI2CEEPROM_NON_BLOCKING.a(I2CEEPROM.cpp.o):(.data.teensy_timers_irq+0x0): multiple definition of `teensy_timers_irq'
  21. .pio/build/teensy/src/eeprom_log.cpp.o:(.data.teensy_timers_irq+0x0): first defined here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement