This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent d41f7d9d23
commit fd90dcb6f9
4 changed files with 15 additions and 18 deletions

View File

@@ -2918,9 +2918,7 @@ The target Linux kernel of the executable is a GCC toolchain build-time configur
First let's run a dynamically linked executable built with the Buildroot toolchain:
....
./build-qemu --arch aarch64 --user-mode
./build-userland --arch aarch64
./build-buildroot --arch aarch64
./build --arch aarch64 user-mode-qemu
./run \
--arch aarch64 \
--userland print_argv \
@@ -2935,7 +2933,9 @@ asdf
qw er
....
This runs link:userland/print_argv.c[]. `--user-mode` path resolution is analogous to <<baremetal-setup-getting-started,that of `./run --baremetal`>>.
This runs link:userland/print_argv.c[].
`./run --userland` path resolution is analogous to <<baremetal-setup-getting-started,that of `./run --baremetal`>>.
`./build-userland` is further documented at: <<userland-directory>>.