Cross-compiler C program

Hi,
a couple of year ago I compiled some C program to implement some functionalities. Via mqtt I sent/retrieved the information to HA and I obtained what I need.
I was running on raspian so the system was raspberry and I had the cross-compiler of it.

Now I’m trying to use hassbian. I tried a lot of cross-compiler from here https://github.com/raspberrypi/tools but none is working. The compiled program return “No such file or directory”. Normally this is because of the wrong cross-compiler…

Can you tell me where I can find a cross-compiler that works for hassbian?

Thanks
Marco