How can I install gcc on a system that have not any c compiler? this system is a linux base firewall and have not any c compiler.
If it's a debian based distribution, you can use
sudo apt-get install gcc
Note: maybe you must change "gcc" by a specific version of the debian package.