Installing GCC and other utils

I have a platform whose base is Linux but not everything is available on that. Only necessary executables are available and any individual executable can run on that. It is 32-bit and uname -a shows Linux 2.6.11.11.

Problem is I am trying to install gcc compiler on that to debug an issue. Even RPM utility is not there. Can anyone guide me how to install gcc on such a platform ?

Appreciate your response.

-Satish

Install gcc on another platform, make a tarball of that installation and just untar it on your target platform.