-
Notifications
You must be signed in to change notification settings - Fork 36
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
Build failure on Manjaro 64-bit #66
Comments
Why build with sudo? That can only break things. Certain environment variables need to be set. If those aren't set (or they aren't getting through sudo) then you can expect it to fail. |
I built again without sudo. Here is what I get.
|
Install libfl-dev (or whatever your mungeara equivalent is). |
macDeMacBook-Pro:LiteBSD mac$ bmake kernel Stop. Stop. Stop. |
Install byacc? |
Yes, Thanks |
mkdep: error: unable to find utility "mkdep", not a developer tool or in PATH |
Install mkdep...? To forestall future questions, if you get a "not found" like that first check to see if there is a package that provides it (with port or homebrew, whatever you use). |
Also produced some new error, from which one? 1748: #TODO: something wrong with nested interrupts |
It sounds like you're not using the MIPS cross compiler. TBH I am not sure if compiling on MacOS works or not. I do all development (and in fact everything) on Linux. |
The problem is in $ export MIPS_GCC_ROOT = / usr / local / mips-2014.05. |
When I try to build the sd mage I get the following error:
The text was updated successfully, but these errors were encountered: