Skip to content

Commit 34e5610

Browse files
committed
Fix documentation
1 parent 4a96e0f commit 34e5610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ platforms as they come along.
114114

115115
## Cross-compilation
116116
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
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`

0 commit comments

Comments
 (0)