Skip to content

Commit e4af961

Browse files
committed
Use qemu-arm rather than the non-existant qemu-armhf for emulating arm on x86
1 parent 42b35fb commit e4af961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- sudo apt install -y qemu-user
1616
env:
1717
- PLATFORM_PREFIX=arm-linux-gnueabi-
18-
- EMULATOR=qemu-armhf
18+
- EMULATOR=qemu-arm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ platforms may need to be done independently.
132132
- install __gcc-arm-linux-gnueabi__ and __g++-arm-linux-gnueabi__
133133
- install __qemu-user__ for hardware emulation
134134
- *compile* **gen_asm.c** using `arm-linux-gnueabi-gcc`
135-
- *make* using `make PLATFORM_PREFIX=arm-linux-gnueabi- EMULATOR=qemu-armhf test`
135+
- *make* using `make PLATFORM_PREFIX=arm-linux-gnueabi- EMULATOR=qemu-arm test`
136136

137137
### Cross compiling for Arm64 on Linux
138138
- install **gcc-aarch64-linux-gnu** and **g++-aarch64-linux-gnu**

0 commit comments

Comments
 (0)