-
jclulow
toasterson: In general I think we need and use all of sgs?
-
toasterson
hmmm, so why is it not finding TRUE... is there some headers we include via our buildsystem?
-
toasterson
well max powering it worked. Need to figure out later why that cross lex can't find it's defines for TRUE and FALSE
-
toasterson
now I have an elfutils that can't find __thread support....
-
jclulow
I am not sure how you're structuring the work, but I would probably try to get to using the illumos tools on illumos to cross-compile as quickly as possible, rather than whatever suse thing it is now
-
toasterson
thats what I am trying right now :)
-
toasterson
which finally brought me to some old oi-userland issue about elfutils never being ported to illumos :)
-
toasterson
so i can ignore that.
-
toasterson
and I think tomorrow I'll figure out how to make it use the hosts dtrace rather than the one ported to elfutils :)
-
rmustacc
toasterson: You saw what we did in the past to bootstrap cross-compiling?
-
toasterson
rmustacc: no i didnt find it
-
jperkin
-
jperkin
with those tools you should be able to do an initial bootstrap of
github.com/twistmyarm/illumos-gate/tree/armv7a, though naturally a bunch of things will need updating as we've not touched it in 3 years
-
toasterson
jperkin: et al, would you be happy if we make this org into SolARM? Or should I grab all repos and make a new org?
-
jperkin
I don't really know why you'd want to do that, also note that it supports riscv
-
toasterson
jperkin: to build a team multiple people can contribute to :) and not have everything under my personal gh account
-
otis
can "invalid vdev configuration" be evaded?
-
rmustacc
toasterson: We can certainly facilitate whatever you need under illumos/ or wherever.
-
toasterson
rmustacc: i think under illumos/ would be best. Can you transfer over the cross-extra repo? Then I can transfer over the solarm-devenv to use as the main repo.
-
rmustacc
We probably can. Mind shooting me an e-mail summary of the plan, what access we'll need for who and what, and brief how we want to manage it?
-
toasterson
rmustacc: can do. I think I have you mail... mind sending it via DM?
-
rmustacc
Sure.
-
gitomat
[illumos-gate] 14933 asprintf(3c) is confused by NUL -- Robert Mustacchi <rm⊙fo>
-
toasterson
jperkin: cross toolchain still compiles on modern OI :)
-
toasterson
so now that I have the cross chain I will need to find the isa_defs.h :)
-
rmustacc
As in you're not sure how to find the right header file, its contents, or something else?
-
toasterson
as in assembling the right file from the right branch :)
-
toasterson
hayashi has one that would work but the twist myarm is missing it thus far
-
toasterson
unless usr/src/uts/common/sys/isa_defs.h is not the right file there
-
rmustacc
I would take the cross-building things into what you have over there.
-
rmustacc
Rather than the other way around, probably.