2019-10-01 04:22 AM
I've just converted my project to C++ with STM32CubeIDE and now it gives me an error about a "undefined reference to `_gettimeofday'" in libc_nano.a
How do I fix this issue?
Solved! Go to Solution.
2019-10-01 05:16 AM
SOLVED: time function was used on some other lib that I didnt know.
for some reason it was building on C but not on C++
2019-10-01 05:16 AM
SOLVED: time function was used on some other lib that I didnt know.
for some reason it was building on C but not on C++