jdetter / Chronos

The Chronos kernel
GNU General Public License v3.0
9 stars 1 forks source link

Release Build Toolchain #13

Open spwilson2 opened 8 years ago

spwilson2 commented 8 years ago
jdetter commented 8 years ago

Would hosting them publicly on chronos.systems be good enough?

spwilson2 commented 8 years ago

I would guess that travis-ci should at least support a git pull or git submodule for building so yeah that should be fine.

spwilson2 commented 8 years ago

The biggest thing we'd need to work out is that the toolchain build is often somewhat buggy, so we could either host the binaries and headers/libraries on chronos.systems, or we need to fix up the toolchain build a little bit.

jdetter commented 8 years ago

We could probably just host the binaries if we can get that figured out

spwilson2 commented 8 years ago

:+1: I wouldn't mind taking a look at the toolchain build at some point either, since bringing people on can be a bit of work if the toolchain doesn't build. I'll wait till the build system is ported to SCons before looking at that though.

jdetter commented 8 years ago

If you want to try to get the toolchain ported to SCons that would be cool.

spwilson2 commented 8 years ago

Do we use anything other than bash for building the toolchain? As far as I remember it was mostly just bash scripts calling make for the build tools and installing prerequisite packages.

jdetter commented 8 years ago

It's just bash

spwilson2 commented 8 years ago

Yeah, I'd say bash is fine then. Will likely just need to touch it up a bit.