File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ platforms as they come along.
114114
115115## Cross-compilation
116116Linux on x86-64 can be used to cross compile for x86 and ARM targets. This is most useful to generate assembly code, e.g. when compiling
117- src /platform/gen_asm.c
117+ stackman /platform/gen_asm.c
118118 - x86 requires the -m32 flag to compilers and linkers.
119119 - arm32 requires to use the arm-linux-gnueabi-* tools, including cc and linker
120120 - aarch64 requires the aarch64-linux-gnu-* tools.
@@ -138,4 +138,4 @@ platforms may need to be done independently.
138138 - install ** gcc-aarch64-linux-gnu** and ** g++-aarch64-linux-gnu**
139139 - install __ qemu-user__ for hardware emulation
140140 - * compile* using ` aarch64-linux-gnu-gcc `
141- - * make* using ` make PLATFORM_PREFIX=aarch64-linux-gnu- EMULATOR=qemu-arm64 test `
141+ - * make* using ` make PLATFORM_PREFIX=aarch64-linux-gnu- EMULATOR=qemu-aarch64 test `
You can’t perform that action at this time.
0 commit comments