qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] QEMU Binary: qemu-nios2


From: Peter Maydell
Subject: Re: [Qemu-discuss] QEMU Binary: qemu-nios2
Date: Wed, 21 Nov 2018 15:36:52 +0000

On 21 November 2018 at 12:27, Zeeshan Hayat <address@hidden> wrote:
> Hi,
>
>
> In target list there is nios2-softmmu and nios2-linux-user. If I select as,
>
>
>> ./configure --target-list=nios2-softmmu, nios2-linux-user
>
>
> I get only QEMU binary: qemu-system-nios2. How can we generate the QEMU 
> binay: qemu-nios2?

mnementh$ git clone https://git.qemu.org/git/qemu.git
Cloning into 'qemu'...
remote: Counting objects: 402283, done.
remote: Compressing objects: 100% (78443/78443), done.
remote: Total 402283 (delta 328650), reused 394922 (delta 322889)
Receiving objects: 100% (402283/402283), 127.15 MiB | 1.38 MiB/s, done.
Resolving deltas: 100% (328650/328650), done.
mnementh$ cd qemu
mnementh$ ./configure --target-list=nios2-softmmu,nios2-linux-user
[...]
mnementh$ make -j8
[...]
mnementh$ ls -l nios2-linux-user/qemu-nios2
-rwxrwxr-x 1 pm215 pm215 14690208 Nov 21 15:35 nios2-linux-user/qemu-nios2
mnementh$ ./nios2-linux-user/qemu-nios2 --help
usage: qemu-nios2 [options] program [arguments...]
Linux CPU emulator (compiled for nios2 emulation)
[...]


thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]