Results 1 to 8 of 8
Hi all,
I am using the version of Linux 2.6.14.3
and found that there is no C/GCC compiler on this platform
no RPM command as well
This is imposible to ...
- 08-18-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 3
How to install C compiler on Linux 2.6.14.3
Hi all,
I am using the version of Linux 2.6.14.3
and found that there is no C/GCC compiler on this platform
no RPM command as well
This is imposible to install another Linux platform.
As this Linux is built-in on a hardware device as a default ....
Is there a way to install the C compiler here?
Thanks
manfree
- 08-18-2009 #2
There is no compiler on the platform and no RPM to install stuff, so usually you would compile from source on this but you can't since you have no compiler. If you have another machine, as long as it is the same architecture you should be able to either build GCC on that and copy it and the libraries over to this machine or you could copy the binaries from a machine that already has them installed possibly, but this would probably be more difficult.
- 08-18-2009 #3Just Joined!
- Join Date
- Aug 2009
- Location
- Toronto
- Posts
- 31
yum -y groupinstall 'development tools'
- 08-18-2009 #4
It is unlikely that yum is installed if RPM is not, since yum uses RPM to install the files.
- 08-18-2009 #5What kind of device is it?this Linux is built-in on a hardware device
- 08-19-2009 #6Just Joined!
- Join Date
- Aug 2009
- Posts
- 3
A Cisco router module
- 08-19-2009 #7
Have you checked the net to see if someone has
already created alternative firmware for it?
Without a compiler or a package manager, you would have to
get the source code and try to cross compile the software
on another platform.
- 08-24-2009 #8


Reply With Quote
