Page 1 of 1

Cross Compiler Collection Installinator - C3Inst

Posted: Tue Jul 29, 2025 10:11 pm
by vinny
Hello! This is my first post here.
Edit: This is NOT my first post here. I just forgot. Please disregard my previous posts, as they suck.

I'd like to make my own toy OS someday.

Anyways, I find myself building cross-compilers QUITE often, on different targets and whatnot.
Wouldn't it be great if there was some sort of.. script.. that did it for you?
(Oh.. there already is?? Well, I don't care, I made a cool one)

Please check out my Cross Compiler Collection Installinator here: https://github.com/yeetree/c3inst
You can specify GCC, GDB, and Binutils versions, target architecture, and where the files end up!

It's also as easy as just running the dang thing like:

Code: Select all

./c3inst.sh
So please, check it out and let me know what you think!!

Re: Cross Compiler Collection Installinator - C3Inst

Posted: Wed Jul 30, 2025 10:16 am
by eekee
I almost but not quite have a use for this. :) I was looking for an assembler for an arm-native project this morning, thought about compiling binutils for gas, saw msys2 has a package for it and wondered whether my other systems would have. (I'm planning a very heterogenous network.) But then I decided not to use gas, and I'm not sure my future Linux systems would be Debian-based anyway.