On 03:14:07 UTC on Tuesday, 19 January 2038 the timestamps generated by PandA will roll over to December 1901. We need to forestall this!
Fortunately it seems that fixing this is relatively straightforward. According to this Stack Overflow answer it should be sufficient to:
- Ensure we're using at least Linux 5.6
- Ensure we're compiling with at least glibc version 2.32
At present we are building with glibc 2.31, so we need to update our toolchain.
On 03:14:07 UTC on Tuesday, 19 January 2038 the timestamps generated by PandA will roll over to December 1901. We need to forestall this!
Fortunately it seems that fixing this is relatively straightforward. According to this Stack Overflow answer it should be sufficient to:
At present we are building with glibc 2.31, so we need to update our toolchain.