2017-09-25 13:40:58 +00:00
|
|
|
# Fuchsia support
|
|
|
|
|
|
|
|
To update descriptions run:
|
|
|
|
```
|
|
|
|
make extract TARGETOS=fuchsia SOURCEDIR=/path/to/fuchsia/checkout
|
|
|
|
make generate
|
|
|
|
```
|
|
|
|
|
|
|
|
To build binaries:
|
|
|
|
```
|
|
|
|
make TARGETOS=fuchsia TARGETARCH=amd64 SOURCEDIR=/path/to/fuchsia/checkout
|
|
|
|
```
|
|
|
|
|
|
|
|
To run:
|
|
|
|
```
|
|
|
|
$SOURCEDIR/out/build-zircon/tools/netcp bin/fuchsia_amd64/syz-executor :/syz-executor
|
|
|
|
$SOURCEDIR/out/build-zircon/tools/netcp bin/fuchsia_amd64/syz-stress :/syz-stress
|
2017-09-27 17:04:31 +00:00
|
|
|
$SOURCEDIR/out/build-zircon/tools/netruncmd : "/syz-stress -executor /syz-executor"
|
2017-09-25 13:40:58 +00:00
|
|
|
```
|