It seems you have compiled the linux version on Ubuntu 23.10 (Mantic) which already has glibc 2.38.
However, not even Debian Sid yet has it, and running it leaves us with:
./TotalControl.out: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./TotalControl.out)
Have you considered building the binary statically?