-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to build CoreCLR on MIPS64EL platform (which is Loongson-3a3000) #8
Comments
Where can I find the source of this clang toolchain? |
Now this is only upload to our internal-gerrit. |
upload a new rpm-package: |
I was trying to bootstrap CoreCLR in Debian, unfortunately it can't be done without source. |
@FlyGoat , we are writing some debugging documents for new beginners. If you have any suggestions, please let us know. |
@theaoqi What do you meant by debugging? Debug JIT issue or debug C# code? |
@FlyGoat Debugging JIT codegen. |
I'm interested in how to trace "Who generated the code?". |
I will add this instruction into the debugging-instructions.md. |
sorry to late reponse! Thanks ~ |
@FlyGoat http://ask.loongnix.org/?/article/689 debugging instructions in Chinese :) |
If you have got the Loongson-3A3000 or 3A4000 PC, which is mips64el processor,
on the Fedora21-linux platform, you can get an clang8 compiler rpm-package by the following addrs,
download-addrs: https://pan.baidu.com/s/1Qxs61ApXseX1iePFNk17yw
download-word: p2gc
NOTE:
installing the rpm maybe depending on the z3,
yum install z3.mips64el if needed.
enter the coreclr directory and compile using command " ./build.sh -mips64 ignorewarnings"
The text was updated successfully, but these errors were encountered: