Sujet : Re: The joy of FORTH (not)
De : commodorejohn (at) *nospam* gmail.com (John Ames)
Groupes : comp.os.linux.misc alt.folklore.computersDate : 21. Oct 2024, 23:16:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20241021151652.00005675@gmail.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Claws Mail 4.2.0 (GTK 3.24.38; x86_64-w64-mingw32)
On Mon, 21 Oct 2024 20:53:46 -0000 (UTC)
Lawrence D'Oliveiro <
ldo@nz.invalid> wrote:
But for an RP2040, you can already cross-compile C code from a
Linux-based host, like a Raspberry Pi. That will give you “full
access to the bare metal”, without the overheads of threaded code.
You certainly can, if raw performance is your only concern - but "cross-
compile on a separate machine" as a development process adds steps that
aren't necessary in an interactive, self-hosting environment, where you
can debug, tweak, and re-test right in place. That's one reason it's
been historically popular in space applications - it's slightly cost-
prohibitive to send a field-service tech out with a firmware update on
a USB drive when the trip is measured in AUs or light-years ;)