-
Notifications
You must be signed in to change notification settings - Fork 1
Cy add doc #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Cy add doc #1
Conversation
robquill
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have given some feedback on grammar fixes. Ultimately depends on contributor's license signed off by Legal.
| Notes for optional components should go in separate files. | ||
| --> | ||
|
|
||
| This guide walks through cross-compiling IREE core runtime towards the embedded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: "for an embedded Linux platform"
| Cross-compilation involves both a *host* platform and a *target* platform. One | ||
| invokes compiler toolchains on the host platform to generate libraries and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: "The compiler toolchain on the host platform is used to generate..."
| invokes compiler toolchains on the host platform to generate libraries and | ||
| executables that can be run on the target platform. | ||
|
|
||
| The following steps will use aarch64 as the embedded platform. These steps has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"have" instead of "has"
| --> | ||
|
|
||
| This guide walks through using qemu-user to build the core compiler and runtime | ||
| parts of IREE towards the embedded linux platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: "for an" instead of "towards the"
| This guide walks through using qemu-user to build the core compiler and runtime | ||
| parts of IREE towards the embedded linux platform. | ||
|
|
||
| The following steps will use aarch64 as the embedded platform. These steps has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"have" instead of "has"
| ### Prepare Folders Shared between Host and Rootfs | ||
|
|
||
| It is very convenient to have some shared folders between the host and the | ||
| aarch64 rootfs, this example creates iree source and build folder on the host, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a full-stop instead of a comma. I.e. "...rootfs. This example creates..."
|
|
||
| It is very convenient to have some shared folders between the host and the | ||
| aarch64 rootfs, this example creates iree source and build folder on the host, | ||
| then bind it to the aarch64 rootfs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: "binds" instead of "bind"
| ### Prepare Folders Shared between Host and Rootfs | ||
|
|
||
| It is very convenient to have some shared folders between the host and the | ||
| aarch64 rootfs, this example creates iree source and build folder on the host, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IREE instead of iree? Some places in the file have it capitalised, some don't.
Add document for iree cross compilation and qemu based compilation.