You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we're working on making it a smoother experience, here is an early workflow to try out cross compilation for iOS.
143
145
```
@@ -184,3 +186,12 @@ If using the iOS cmake tool chain from `https://github.com/leetal/ios-cmake.git`
184
186
- Set the value **Header Search Paths** to `cmake-ios-out/include`.
185
187
- Set **Library Search Paths** to `cmake-ios-out/build`.
186
188
- In **other linker flags**, add a custom linker flag `-all_load.`
189
+
190
+
191
+
## Next steps
192
+
193
+
You have successfully cross-compiled `executor_runner` binary to iOS and Android platforms. You can start exploring advanced features and capabilities. Here is a list of sections you might want to read next:
194
+
195
+
* [Selective build](./kernel-library-selective_build) to build the runtime that links to only kernels used by the program, which can provide significant binary size savings.
196
+
* Tutorials on building [Android](./demo-apps-android.md) and [iOS](./demo-apps-ios.md) demo apps.
197
+
* Tutorials on deploying applications to embedded devices such as [ARM Cortex-M/Ethos-U](./executorch-arm-delegate-tutorial.md) and [XTensa HiFi DSP](./build-run-xtensa.md).
0 commit comments