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

Fixes necessary to get this compiling on a 32-bit Linux Mint 13/Ubuntu 12.04 system. #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Max-E
Copy link

@Max-E Max-E commented May 7, 2015

I do not know if all of these changes will be necessary for everyone. Also, since I can only test on my computer, I cannot guarantee that these changes won't break the build for someone else. I'm not suggesting that these changes necessarily be merged "as-is" without more extensive testing than I can do.

These changes are simply the changes I needed to make to get it compiling on my particular computer.

The CUDA SDK version 3.1 also includes a file C/common/common.mk, which I had to modify by changing line 333 from this:
LINKLINE = $(LINK) -o $(TARGET) $(OBJS) $(LIB)
to this:
LINKLINE = $(LINK) -o $(TARGET) $(OBJS) $(LIB) $(LINKFLAGS)
Otherwise it wouldn't compile.

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

Successfully merging this pull request may close these issues.

1 participant