Building for ARM 32-bit embedded
Collin Daugherty
wilberthayes79 at gmail.com
Fri Nov 15 08:51:43 UTC 2024
On Monday, 14 October 2024 at 13:14:58 UTC, f wrote:
> On Friday, 11 October 2024 at 21:02:04 UTC, Bonsaipanda wrote:
>> Hey guys, thought I'd throw some notes from testing out D for
>> the first time. I'm a complete n00b when it comes to
>> cross-platform buildchains and barely understand what
>> crosslinking means and I thought I'd just create a small hello
>> world test app and try to build it for amrhf to see if D would
>> work for an app idea I have had for quite a while.
>>
>> [...]
>
> maybe this can help, an alternative,
>
> https://github.com/trikko/ldc2-rpi-build/releases/tag/v1.31.0
> https://basketballstars-game.io
>
> modify as you need, compile the ldc using buildkit, compile
> your project using docker.
>
> i am a n00b too. just may be..
Great approach! Using the prebuilt LDC for Raspberry Pi and
Docker sounds like a practical way to handle cross-compilation.
Docker ensures consistency, and buildkit simplifies the process.
Perfect for a beginner-friendly environment—I'll give it a try,
thanks!
More information about the digitalmars-d-ldc
mailing list