-
Notifications
You must be signed in to change notification settings - Fork 23
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
Linux compile error #129
Comments
Clang should just forward that to your assembler, it's not a C file. Is that an x86 or a x64 Linux? |
I have x64 Linux. Is it possible to update the Kode/ChakraCore branch to match the microsoft/ChakraCore? |
But that's an llvm-as issue, not a clang issue, such a bad commit title. But yes, of course, will update Chakra at some point. |
I updated Chakra. That hopefully fixes everything. |
Arch Linux, clang 8.0.0
Steps: Clone the repository and run
node Kore/make --compiler clang --compile
.Eventually compilation fails with the following error
UPDATE: Clang 8 doesn't seem to support this h syntax (like
40h
). There is a difference between this file and the current master in microsoft/ChakraCore: syntax like40h
is replaced with0x40
.The text was updated successfully, but these errors were encountered: