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.
114
114
115
115
## Cross-compilation
116
116
Linux 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
118
118
- x86 requires the -m32 flag to compilers and linkers.
119
119
- arm32 requires to use the arm-linux-gnueabi-* tools, including cc and linker
120
120
- aarch64 requires the aarch64-linux-gnu-* tools.
@@ -138,4 +138,4 @@ platforms may need to be done independently.
138
138
- install ** gcc-aarch64-linux-gnu** and ** g++-aarch64-linux-gnu**
139
139
- install __ qemu-user__ for hardware emulation
140
140
- * 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