forked from BinaryAnalysisPlatform/qemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f11a84a
commit 6bf64d7
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,9 +78,9 @@ $ git clone [email protected]:BinaryAnalysisPlatform/qemu.git | |
Change folder to qemu and build tracer: | ||
```bash | ||
$ cd qemu | ||
$ ./configure --prefix=$HOME --with-tracewrap=../bap-frames --target-list="`echo {arm,i386,x86_64,mips}-linux-user`" | ||
$ make | ||
$ make install | ||
$ ./configure --prefix=$HOME --with-tracewrap=../bap-frames --target-list=arm-linux-user | ||
$ ninja -C build | ||
$ ninja -C build install | ||
``` | ||
|
||
# Usage | ||
|
@@ -95,4 +95,4 @@ Hints: use option -L to set the elf interpreter prefix to 'path'. Use | |
to download arm and x86 libraries. | ||
|
||
# Notes | ||
Only ARM, X86, X86-64, MIPS targets are supported in this branch. | ||
Only ARM target is supported in this branch. |