-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make build fails (again) with error #7
Comments
Hello, can you confirm whether the csplit tool is installed in your system, if the ubuntu system, you can use "apt-get install coreutils" to install. |
yes,
|
anyway, i managed to get it working by using the Toolchain provided via https://github.com/riscv-software-src/homebrew-riscv/blob/HEAD/riscv-gnu-toolchain.rb |
This is due to inconsistencies between GNU csplit and BSD csplit. The Makefile assumes GNU-style messages, so pattern-matching on the string A possible workaround would be to use GNU coreutils rather than system-provided tools to ensure that the assumed output matches the actual output (e.g. by installing coreutils with brew and then prepending the resulting gnubin directory to the front of your path when calling make). I can't vouch that this fixes the build completely on Apple Silicon, but it's a step in that direction. |
according to a closed issue this error should be solved by updating the sub-modules, but it doesn't help...
updated all build tools and source before
but the build still fails somewhere
The text was updated successfully, but these errors were encountered: