We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hey all, I'm pretty new to the scene.
I'm trying to use CLOCK_MONOTONIC as defined in the newlib library under time.h, but I'm unable to for whatever reason. I'm attempting to use it in clock_gettime(CLOCK_MONOTONIC, &ts_now) as seen below, and wondering if it's because of a faulty arm-none-eabi install?
Context:
Cross Compiler: gcc-arm-none-eabi-10-2020-q4-major
Environment: Ubuntu 18.04.5
Any help is appreciated, thanks!