I ran into the following issue: CLOCK_ENABLED is defined in sdk_config.h by Nordic, but is is also defined in <time.h>.
Can someone confirm?
Tnx, DIrk
I ran into the following issue: CLOCK_ENABLED is defined in sdk_config.h by Nordic, but is is also defined in <time.h>.
Can someone confirm?
Tnx, DIrk
I can also confirm the same compilation issue in version 11 of the SDK, when compiling in gcc with the -Werror flag.
What would be the correct workaround?
I can also confirm the same compilation issue in version 11 of the SDK, when compiling in gcc with the -Werror flag.
What would be the correct workaround?
Hi,
I have created an internal bug on this matter. As of now, I do not have a good workaround for you. Since you use GCC, you try to add a pragma around the defintion in sdk_config.h?
More info on GCC pragmas here: https://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html
Best regards,
Håkon
Sorted, thank you very much!