-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Compilation fails with GCC 4.4.5-8 (Debian) #464
Comments
I never tried to build LDC with a gcc version less than 4.6. |
You're right; clearing the file fixed the errors and LDC compiled just fine. |
I install this version of gcc now. If it is really a problem of the compiler then we should blacklist this version (in addition to the list of broken compilers for LLVM, see here: http://www.llvm.org/docs/GettingStarted.html#id10) |
I got the same error now. It has nothing to do with the compiler. The cmake version of Debian sqeeze is 2.8.2. This versions passes the assembler file to The assembler support in cmake was reworked in 2.8.5. I think this is the minimum version required to compile the file. I update |
LLVM 3.2 installed, as per the wiki
Host machine info:
According to some individuals on IRC, these are instructions for MIPS. The host machine, however, is x86.
The text was updated successfully, but these errors were encountered: