-
Notifications
You must be signed in to change notification settings - Fork 31
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 fail on debian(jessie) #2
Comments
Mkay, I've managed to build it on Linux using 32-bit chroot and to actually produce a It seems to be something wrong with my libc or LLVM build. Main issues I've encountered during the build:
Linux-specific issues:
@lrz any idea what might be causing Also, please, use submodules to reference external dependencies. It would be nightmarish to track them otherwise. I'm currently using |
Mono also seems to be failing to emit several methods due to this: https://github.com/mono/mono/blob/master/mono/mini/mini-x86.c#L1260 That's probably a known issue. |
Seem the build instructions's params is specificed for OSX.
I have not mac, but i still try following instructions to build on debian(jessie) and fail.
Maybe some params differ between OSX and debian.
Please give some help! Thanks!
I am a dotnet developper, Very enjoying to using CSharp to develope software.
Now tasteing CSharp to wasm.
Thanks again!
The text was updated successfully, but these errors were encountered: