What is the fastest way to install GCC on Wind River 3.02? The Next CEO of Stack OverflowInstalling Audacity - Package ProblemsObtaining/Packaging RPM dependencies for Fedora/RHEL linux application — no network accessHow can I install rpmfusion to then install a video player in Fedora 12?Ubuntu LTS : best practice for installing gemsInstalling developer libraries for Fedora 19 without internet connectionHow to install ruby-devel and python-devel in SuSE Enterprise?Cannot retrieve repository meta data repomd.xml for repository Fedora 14-i386 installation under VirtualBoxInstall PostgreSQL 9.5 CentOS 7Installing linbox via yum gives undefined referencekde-services dependencies

Rotate a column

Several mode to write the symbol of a vector

How to solve a differential equation with a term to a power?

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

Which kind of appliances can one connect to electric sockets located in a airplane's toilet?

What happened in Rome, when the western empire "fell"?

How does the Z80 determine which peripheral sent an interrupt?

Should I tutor a student who I know has cheated on their homework?

Won the lottery - how do I keep the money?

Are there any limitations on attacking while grappling?

Does it take more energy to get to Venus or to Mars?

What's the best way to handle refactoring a big file?

Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?

What was the first Unix version to run on a microcomputer?

Why do professional authors make "consistency" mistakes? And how to avoid them?

Indicator light circuit

Unreliable Magic - Is it worth it?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

How do I transpose the 1st and -1th levels of an arbitrarily nested array?

Would a completely good Muggle be able to use a wand?

Contours of a clandestine nature

Is there an analogue of projective spaces for proper schemes?

Which tube will fit a -(700 x 25c) wheel?

Would a galaxy be visible from outside, but nearby?



What is the fastest way to install GCC on Wind River 3.02?



The Next CEO of Stack OverflowInstalling Audacity - Package ProblemsObtaining/Packaging RPM dependencies for Fedora/RHEL linux application — no network accessHow can I install rpmfusion to then install a video player in Fedora 12?Ubuntu LTS : best practice for installing gemsInstalling developer libraries for Fedora 19 without internet connectionHow to install ruby-devel and python-devel in SuSE Enterprise?Cannot retrieve repository meta data repomd.xml for repository Fedora 14-i386 installation under VirtualBoxInstall PostgreSQL 9.5 CentOS 7Installing linbox via yum gives undefined referencekde-services dependencies










2















I really do not want to just blindly install rpm after rpm of dependencies I think I might need...



I know that this version of Linux is based off of Fedora 11.



I am currently trying to install yum to pull down all of the required files / installers. However, when trying to install yum via a RPM I am missing several dependencies. I have begun the hunt for these dependencies but they are becoming more and more obscure. Before I start installing all of these crazy RPMs is there a better way to approach this?










share|improve this question




























    2















    I really do not want to just blindly install rpm after rpm of dependencies I think I might need...



    I know that this version of Linux is based off of Fedora 11.



    I am currently trying to install yum to pull down all of the required files / installers. However, when trying to install yum via a RPM I am missing several dependencies. I have begun the hunt for these dependencies but they are becoming more and more obscure. Before I start installing all of these crazy RPMs is there a better way to approach this?










    share|improve this question


























      2












      2








      2








      I really do not want to just blindly install rpm after rpm of dependencies I think I might need...



      I know that this version of Linux is based off of Fedora 11.



      I am currently trying to install yum to pull down all of the required files / installers. However, when trying to install yum via a RPM I am missing several dependencies. I have begun the hunt for these dependencies but they are becoming more and more obscure. Before I start installing all of these crazy RPMs is there a better way to approach this?










      share|improve this question
















      I really do not want to just blindly install rpm after rpm of dependencies I think I might need...



      I know that this version of Linux is based off of Fedora 11.



      I am currently trying to install yum to pull down all of the required files / installers. However, when trying to install yum via a RPM I am missing several dependencies. I have begun the hunt for these dependencies but they are becoming more and more obscure. Before I start installing all of these crazy RPMs is there a better way to approach this?







      linux software-installation embedded gcc






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Rui F Ribeiro

      41.8k1483142




      41.8k1483142










      asked Nov 3 '11 at 22:50









      Adam LewisAdam Lewis

      1114




      1114




















          1 Answer
          1






          active

          oldest

          votes


















          1














          The general rule for all Linux distributions and beyond is that you have two options to install a program system-wide:



          1. Use a package manager (like yum) that takes care of all the dependencies and future updates/deinstallation.


          2. Install the program "by hand" and take care of all the dependencies yourself.


          The second option is not recommended on normal systems, especially for large and potentially critical pieces of software like GCC.



          The situation is a bit different with embedded systems, where disk space is much more important than up-to-date software. You don't often do updates on such systems and you don't have as much software installed as on a desktop computer. So a package manager on an embedded system is rarely used.




          But a more important question is: why do you want GCC on such system? If you need to build a specific program from source, you should instead use a cross-compiler on your desktop computer and then copy the binaries over to your device.






          share|improve this answer

























          • Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

            – Adam Lewis
            Nov 4 '11 at 14:11











          • A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

            – rozcietrzewiacz
            Nov 4 '11 at 14:51











          • You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

            – rozcietrzewiacz
            Nov 4 '11 at 14:52












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f23925%2fwhat-is-the-fastest-way-to-install-gcc-on-wind-river-3-02%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          The general rule for all Linux distributions and beyond is that you have two options to install a program system-wide:



          1. Use a package manager (like yum) that takes care of all the dependencies and future updates/deinstallation.


          2. Install the program "by hand" and take care of all the dependencies yourself.


          The second option is not recommended on normal systems, especially for large and potentially critical pieces of software like GCC.



          The situation is a bit different with embedded systems, where disk space is much more important than up-to-date software. You don't often do updates on such systems and you don't have as much software installed as on a desktop computer. So a package manager on an embedded system is rarely used.




          But a more important question is: why do you want GCC on such system? If you need to build a specific program from source, you should instead use a cross-compiler on your desktop computer and then copy the binaries over to your device.






          share|improve this answer

























          • Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

            – Adam Lewis
            Nov 4 '11 at 14:11











          • A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

            – rozcietrzewiacz
            Nov 4 '11 at 14:51











          • You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

            – rozcietrzewiacz
            Nov 4 '11 at 14:52
















          1














          The general rule for all Linux distributions and beyond is that you have two options to install a program system-wide:



          1. Use a package manager (like yum) that takes care of all the dependencies and future updates/deinstallation.


          2. Install the program "by hand" and take care of all the dependencies yourself.


          The second option is not recommended on normal systems, especially for large and potentially critical pieces of software like GCC.



          The situation is a bit different with embedded systems, where disk space is much more important than up-to-date software. You don't often do updates on such systems and you don't have as much software installed as on a desktop computer. So a package manager on an embedded system is rarely used.




          But a more important question is: why do you want GCC on such system? If you need to build a specific program from source, you should instead use a cross-compiler on your desktop computer and then copy the binaries over to your device.






          share|improve this answer

























          • Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

            – Adam Lewis
            Nov 4 '11 at 14:11











          • A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

            – rozcietrzewiacz
            Nov 4 '11 at 14:51











          • You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

            – rozcietrzewiacz
            Nov 4 '11 at 14:52














          1












          1








          1







          The general rule for all Linux distributions and beyond is that you have two options to install a program system-wide:



          1. Use a package manager (like yum) that takes care of all the dependencies and future updates/deinstallation.


          2. Install the program "by hand" and take care of all the dependencies yourself.


          The second option is not recommended on normal systems, especially for large and potentially critical pieces of software like GCC.



          The situation is a bit different with embedded systems, where disk space is much more important than up-to-date software. You don't often do updates on such systems and you don't have as much software installed as on a desktop computer. So a package manager on an embedded system is rarely used.




          But a more important question is: why do you want GCC on such system? If you need to build a specific program from source, you should instead use a cross-compiler on your desktop computer and then copy the binaries over to your device.






          share|improve this answer















          The general rule for all Linux distributions and beyond is that you have two options to install a program system-wide:



          1. Use a package manager (like yum) that takes care of all the dependencies and future updates/deinstallation.


          2. Install the program "by hand" and take care of all the dependencies yourself.


          The second option is not recommended on normal systems, especially for large and potentially critical pieces of software like GCC.



          The situation is a bit different with embedded systems, where disk space is much more important than up-to-date software. You don't often do updates on such systems and you don't have as much software installed as on a desktop computer. So a package manager on an embedded system is rarely used.




          But a more important question is: why do you want GCC on such system? If you need to build a specific program from source, you should instead use a cross-compiler on your desktop computer and then copy the binaries over to your device.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 4 '11 at 10:40

























          answered Nov 4 '11 at 10:34









          rozcietrzewiaczrozcietrzewiacz

          29.5k47392




          29.5k47392












          • Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

            – Adam Lewis
            Nov 4 '11 at 14:11











          • A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

            – rozcietrzewiacz
            Nov 4 '11 at 14:51











          • You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

            – rozcietrzewiacz
            Nov 4 '11 at 14:52


















          • Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

            – Adam Lewis
            Nov 4 '11 at 14:11











          • A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

            – rozcietrzewiacz
            Nov 4 '11 at 14:51











          • You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

            – rozcietrzewiacz
            Nov 4 '11 at 14:52

















          Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

          – Adam Lewis
          Nov 4 '11 at 14:11





          Thus far I have used Ubuntu to compile all of the required software. However, we have been informed that we have to build drivers for this specific version of Wind River (it's been modified for our specific project). I was instructed to build the drivers on the target system. Believe me I do not want to put GCC on here, but my hand has been forced.

          – Adam Lewis
          Nov 4 '11 at 14:11













          A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

          – rozcietrzewiacz
          Nov 4 '11 at 14:51





          A faster solution might be to use qemu to simulate the target platform on your PC. But if that is not possible/allowed, then I'd just compile GCC (an potential dependencies, there shouldn't really be that many) and place in a separated path - like /opt/something on the target.

          – rozcietrzewiacz
          Nov 4 '11 at 14:51













          You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

          – rozcietrzewiacz
          Nov 4 '11 at 14:52






          You might also consider cross-compiling GCC alone for speed benefits when running on the target. The binaries you might get would probably be rather generic for a given arch.

          – rozcietrzewiacz
          Nov 4 '11 at 14:52


















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f23925%2fwhat-is-the-fastest-way-to-install-gcc-on-wind-river-3-02%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.