You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add --enable-timing in the autotools build configure line for PIO 2.5.4 on a system that does not have an existing GPTL library built, configure fails:
checking gptl.h usability... no
checking gptl.h presence... no
checking for gptl.h... no
checking for GPTLinitialize in -lgptl... no
configure: error: Can't find or link to the GPTL library.
instead of falling back to building the gptl library provided in the PIO source code. The cmake build does not suffer from this shortcoming and happily builds the GPTL shipped with PIO.
The text was updated successfully, but these errors were encountered:
When I add
--enable-timing
in the autotools build configure line for PIO 2.5.4 on a system that does not have an existing GPTL library built, configure fails:instead of falling back to building the gptl library provided in the PIO source code. The cmake build does not suffer from this shortcoming and happily builds the GPTL shipped with PIO.
The text was updated successfully, but these errors were encountered: