Hey all -
I'm hoping this is a simple config change that I just have not been able to uncover: I'm trying to make a debug build in platformio, and I'm getting the following error:
The code builds and links fine for the normal build. I found this thread that seems to indicate it's maybe a problem with optimization levels in debug builds, but it wasn't clear to me what the fix was. Does anybody have any hints for me on what to try?
Thanks.
Andrew
I'm hoping this is a simple config change that I just have not been able to uncover: I'm trying to make a debug build in platformio, and I'm getting the following error:
Code:
.pio\build\teensy41\src\main.cpp.o: in function `__static_initialization_and_destruction_0(int, int)':
./src/main.cpp:300: undefined reference to `vtable for USBHIDInput'
The code builds and links fine for the normal build. I found this thread that seems to indicate it's maybe a problem with optimization levels in debug builds, but it wasn't clear to me what the fix was. Does anybody have any hints for me on what to try?
Thanks.
Andrew