Search results

  1. A

    Add missing standard library to PlatformIO core for teensy31

    I ran across the issue solved in this Stack Overflow post. I have a library which has: #include <functional> and uses functionality from it. When compiling against teensy31 using PlatformIO, I get an error about: undefined reference to_write My problem was solved by adding: build_flags = -llibc...
Back
Top