Closed ghost closed 4 years ago
You shouldn't use the build_libc
script provided by the Makefile! Use ./pkgs/missio build libc
Feel free to change it to a bash script.
Okay! userspace/toolchain/Makefile
's all
target includes build_libc
as a dependency. I'll delete that too.
I'll give you a pull request after I can properly build mruby; ( #25 ) No need to be in a rush though. I don't want to break the build, especially in someone else's repo :\
make distro
works now. Closing. Will send you a pull request soon :)
I managed to build the thing! Yay! But I had to patch little tweaks and edits that seemed to belong in
origin/master
. Here are the two things I remember, although there might be something more I might have forgot.userspace/toolchain/Makefile:50-51
:../libc
->../libraries/libc
I assume @ffwff refactored the project. Relevant git diff:pkgs/generate-packages.sh
pkgs/missio
userspace/libraries/libcrystal/compile
Shebang line is#!/bin/sh
while the script uses bash conditionals (i.e.[[ ]]
) Not sure to make it a sh script or a bash script so raised an issue rather than a hasty pull request. If you pick one of the two, I'm happy to make a pull request.