Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    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.

  3. #3
    Just Joined!
    Join Date
    Aug 2009
    Location
    Toronto
    Posts
    31
    yum -y groupinstall 'development tools'

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    It is unlikely that yum is installed if RPM is not, since yum uses RPM to install the files.

  5. #5
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,090
    this Linux is built-in on a hardware device
    What kind of device is it?

  6. #6
    Just Joined!
    Join Date
    Aug 2009
    Posts
    3
    A Cisco router module

  7. #7
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,090
    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.

  8. #8
    Just Joined! arvindk's Avatar
    Join Date
    Aug 2009
    Location
    New Delhi
    Posts
    6
    u should use gcc source for installation

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •