File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 - sudo apt install -y qemu-user
1616 env :
1717 - PLATFORM_PREFIX=arm-linux-gnueabi-
18- - EMULATOR=qemu-armhf
18+ - EMULATOR=qemu-arm
Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments