Cross Compiler Collection Installinator - C3Inst

Programming, for all ages and all languages.
Post Reply
vinny
Posts: 6
Joined: Sun Oct 22, 2023 6:28 pm

Cross Compiler Collection Installinator - C3Inst

Post 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!!
User avatar
eekee
Member
Member
Posts: 960
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: Cross Compiler Collection Installinator - C3Inst

Post 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.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
Post Reply