minoca / os

Minoca operating system
Other
2.71k stars 232 forks source link

MacOS toolchain potentially broken #126

Closed Photonios closed 7 years ago

Photonios commented 7 years ago

I tried to build MinocaOS on the following system today:

screen shot 2017-07-01 at 14 44 07 screen shot 2017-07-01 at 14 44 59

I ran into the following problems:

TL;DR: Building was a bit shaky and required some work-arounds. Results seems to run fine in qemu.

evangreen commented 7 years ago

Nice sedmanship. Glad you got things working eventually, sorry to hear it was so much trouble.

The PATH issue is mentioned in the Environment section of the Minoca README. Perhaps that's a little buried. There's also a handy setenv.sh in the root of the project that you can source into your environment to save yourself that step. That isn't in the readme, and probably should be.

I'm on XCode 8.0 (8A218a). Let me try upgrading XCode and see if I can reproduce the issues you were having...

evangreen commented 7 years ago

Pushed b3d700b86ebace8ee9e2d373e14a0e9ab44672c3 and one other change. Give the latest master a try.

Photonios commented 7 years ago

Ah, I misread the thing about the PATH. My apologies. Seems to work fine now out of the box :) Thanks for the fix!

When I have some spare time, I'll try to contribute some changes. You can close the issue :)

evangreen commented 7 years ago

Excellent! Looking forward to it.