I am out of my element here (very little linux or c experience), so really appreciate the help.So which version of glibc are you using?
It may work if you add "'define _GNU_SOURCE" to the start of the source files.
The installed glibc was version 2.28, so adding #define _GNU_SOURCE to the top of pinctrl.c fixed it. Successful compile and a working pinctrl.
Thank you very much!
Statistics: Posted by ScottW1 — Thu Feb 01, 2024 6:50 pm