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
# include <chrono>
...
std::chrono::steady_clock::now()
with a H745ZI, C031C6 or L476RG, I get the linker error
ld.exe: m-none-eabi\lib\thumb\v6-m\nofp\libc_nano.a(libc_a-gettimeofdayr.o): in function _gettimeofday_r
gettimeofdayr.c*: (.text._gettimeofday_r+0xe): undefined reference to _gettimeofday
collect2.exe*: error: ld returned 1 exit status
Error linking for board Nucleo-64 (STMicroelectronics_Nucleo_64)
Debug build failed for project 'STM32-C031C6'
Please add he missing function to the library.
Thanks
Richard
The text was updated successfully, but these errors were encountered:
If a am using
with a H745ZI, C031C6 or L476RG, I get the linker error
Please add he missing function to the library.
Thanks
Richard
The text was updated successfully, but these errors were encountered: