Skip to content
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

With latest LLVM compilation fails on Translator.h:76 #86

Open
jwang323 opened this issue Mar 29, 2015 · 0 comments
Open

With latest LLVM compilation fails on Translator.h:76 #86

jwang323 opened this issue Mar 29, 2015 · 0 comments

Comments

@jwang323
Copy link
Contributor

From volyrkr on July 02, 2013 13:09:32

What steps will reproduce the problem? 1. Update LLVM from svn
2. Rebuild gpuocelot
3. Observe the error

Expected: successful build.
Observed:
In file included from ocelot/ocelot/executive/interface/Device.h:17:0,
from ocelot/ocelot/trace/implementation/MemoryRaceDetector.cpp:14:
ocelot/ocelot/translator/interface/Translator.h:67:34: error: expected primary-expression before '{' token

Version: latest from svn

Fix: need to add "-std=c++11" instead of "-std=c++0x" to ocelot/scripts/build_environment.py and other config scripts.

Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant