in reply to How to do a true cross compilation
I believe your understanding of cross-compiling is flawed. What it actually means is that you compile code for a target that's different than the native architecture. For example, I wrote C on a VAX 11/780 that was cross-compiled to 68000 assembler, and then downloaded to the target system (yeah, OK, it was the early 80's).
If you're compiling on the local system for use on that system .. that's not cross-compiling.
I imagine that there are tools that will cross-compile for iOS on other architectures -- then all you need to do is to load that executable on the target system, possibly by creating an iOS app. I don't actually know about any of this -- I'm just hand-waving at this point.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to do a true cross compilation
by Joride (Initiate) on Dec 18, 2021 at 17:15 UTC |