On Saturday, 24 September 2022 at 23:05:28 UTC, teverett wrote:
Hello, I am following the instructions here:
https://wiki.dlang.org/Building_LDC_runtime_libraries
I'm on OSX and need a ELF D RTL for i386.
I've used HomeBrew to install x86_64-elf-gcc, ninja and cmake.
The command I'm issuing
Hello, I am following the instructions here:
https://wiki.dlang.org/Building_LDC_runtime_libraries
I'm on OSX and need a ELF D RTL for i386.
I've used HomeBrew to install x86_64-elf-gcc, ninja and cmake.
The command I'm issuing is:
`CC=/usr/local/Cellar/x86_64-elf-gcc/12.2.0/bin/x86_64-elf-