LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to install ARM Emulator on centOS 6 (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-arm-emulator-on-centos-6-a-4175460873/)

vswapnasr@gmail.com 05-06-2013 06:02 AM

How to install ARM Emulator on centOS 6
 
Hi,
I want to install ARM emulator on linux using centOS 6.
what is command to install the any ARM emulator.
can u kindly reply me

TB0ne 05-06-2013 10:17 AM

Quote:

Originally Posted by vswapnasr@gmail.com (Post 4945845)
Hi,
I want to install ARM emulator on linux using centOS 6. what is command to install the any ARM emulator.
can u kindly reply me

Spell out your words.

And putting "how to install arm emulator on centos linux" into Google pulls up lots...did you try that?
http://pkgs.org/centos-5-rhel-5/epel...86_64.rpm.html

"yum install qemu-system-arm" would be a good guess.

vswapnasr@gmail.com 05-06-2013 10:35 PM

Emulators
 
"yum install qemu-system-arm".I tried trhis command it displays Loaded plugins: fastestmirror, security
You need to be root to perform this command.

I referred on google also.Actually i want execute c++ program using g++ compiler.Thats why i am trying to install ARM emulator on linux centOS.Differnt Emulators are there.But i want Exact emulator.....

knudfl 05-07-2013 03:12 AM

The package qemu-system-arm : The Rpmforge / Repoforge repo :
http://wiki.centos.org/AdditionalRes...ories/RPMForge

Package install : 1) su <enter-root-password>
2) yum install qemu-system-arm

TB0ne 05-07-2013 09:08 AM

Quote:

Originally Posted by vswapnasr@gmail.com (Post 4946287)
"yum install qemu-system-arm".I tried trhis command it displays Loaded plugins: fastestmirror, security
You need to be root to perform this command.

Ok, so why didn't you log in as root to run it??? The error is pretty clear.
Quote:

I referred on google also.Actually i want execute c++ program using g++ compiler.Thats why i am trying to install ARM emulator on linux centOS.Differnt Emulators are there.But i want Exact emulator.....
A C++ program has very little to do with an ARM emulator. If you want to compile/run a C++ program, then you need the C++ compiler, not an ARM emulator. Since you 'referred on google' for this, you'd have seen the VERY FIRST HIT on how to install the C++ compiler on CentOS:
Code:

yum install gcc gcc-c++ autoconf automake

jefro 05-07-2013 05:52 PM

I get the feeling that yum qemu or maybe qemu* would be the one but I don't use Centos so that could be wrong. From some reason I think you'd want the entire qemu stuff.

raubvogel 01-03-2014 04:57 AM

Resurrecting thread time!
  1. I wonder if the OP wants to cross-compile to ARM. vswapnasr, could you clarify?
  2. If you compare the contents of http://dl.fedoraproject.org/pub/epel...r_q.group.html and http://dl.fedoraproject.org/pub/epel...r_q.group.html, you will see there are no qemu-system-something packages for Centos 6 64bit in Epel.


All times are GMT -5. The time now is 04:25 AM.