-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Building on OSX Mavericks #42
Comments
Hi, Mayank ,
10.9 is not suitable for installing caffe by now. You can try on OS 10.7.x Best regards, 2014/1/20 Mayank Juneja notifications@github.com
|
Thanks @amiltonwong! I will try it on Lion. Regards, |
There are now instructions for installation on 10.9 to workaround the libstdc++ issue until CUDA on OSX is updated to link against libc++. |
Hi guys, I am still having the same error now on Marvericks: "ld: symbol(s) not found for architecture x86_64" |
Make sure you have the LD_LIBRARY and DYLD_LIBRARY paths in your Sergio 2014-04-25 8:03 GMT-07:00 ramialbatal notifications@github.com:
|
On 10.9 (Mavericks) the recommendation is to set Le vendredi 25 avril 2014, Sergio Guadarrama notifications@github.com a
|
@sguada Thanks Sergio, I did what you suggested, no change unfortunately. |
@shelhamer @sguada Here is the error log when I do 'make all' : https://gist.github.com/ramialbatal/d3dfa6ca3f0ee54199c6 |
Guys the problem was that I forgot to un-comment the linke in the Makefile.config: |
Glad you got it working. I think that was already part of the instructions, isn't it? |
Yes it is. it's my fault, sorry for that. :) |
@sguada it is part of the instructions on master, and it's now done automatically by platform detection in dev. @ramialbatal glad you figured it out. |
when run I have tried any method I found. |
The error is clear: install a newer NVIDIA driver. Your CUDA library version is too high for whatever driver you have installed. |
Hi, I have the same problem when runing make runtest with @askender . @shelhamer I have already updated my NVIDIA driver in my Macbook pro, ox maverick. The problem still remains. :: Many thanks |
Although no respond, thanks all the same. I figure out the problem. |
If you can share the solution you could let this thread to be useful to others before we close it. |
Hi I was following the CMake compilation from caffe: http://caffe.berkeleyvision.org/installation.html#compilation This error occurred when I was doing make all, and I'm on Mavericks 10.9.5. I also did not find lib/libcaffe.dylib or src/caffe/CMakeFiles/caffe.dir/all files in my build folder, not sure if those are missing as a result of my build failure or the cause. Full error log: https://github.com/jackywang529/myOpenCV/blob/master/OpenCV/OpenCVTutorial2/errorLog Any suggestion is greatly appreciated! Thanks! |
On Yosemite I've finally made it work using
|
I'm having the exact same issue as felixshiyong. I'm trying to build caffe with the python wrapper on Mac OSX 10.0, but keep getting the following error. Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version I've updated the CUDA driver to the latest. Tried uninstalling and reinstalling, but the error still persists. Any advice would be much appreciated. Thanks! |
CUDNN v4 upgrade. Optionally, CNMEM used for GPU pool allocation.
cmake/Cuda.cmake: properly spell '-std c++11' nvcc flag and do not repeat it twice in overlapping conditionals
Hi complete error message: |
Any pointers on getting it running on OSX 10.9 (Mavericks). I am getting the following OpenCV error while building caffe:
"ld: symbol(s) not found for architecture x86_64"
I found references to issues with OpenCV on Mavericks, but no solution has worked for me.
The complete error log can be seen here:
https://gist.github.com/mayankjuneja/8517932
The text was updated successfully, but these errors were encountered: