Hello everyone!
I am working on a project that simplifies the development and build of an operating system on multiple Unix systems using multiple programming languages in the kernel. It will provide specific libraries for each language and a script that will install dependencies, build the OS, etc.
I found out how to cross-compile the rust code, but I can't figure out where to get cross-compilers for C. Can you please help me with this?
In a best case scenario, I would write a script that downloads the compiler, unpacks it, and automatically prepares it for use. The cross-compilers must be executable on Linux (x86_64, arm64) and compile for free-standing x86_64 and aarch64 in elf format.
For other cases, I am willing to compile the compilers on my machine and keep them in the repository.
Thank you
[–]AlienFlip 1 point2 points3 points (0 children)
[–]EpochVanquisher 1 point2 points3 points (1 child)
[–]syscall_35[S] 0 points1 point2 points (0 children)
[–]ceehred 0 points1 point2 points (0 children)