-
Notifications
You must be signed in to change notification settings - Fork 753
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
MEX/GCC Setup Problems #770
Comments
Followed this issues. I have same problem. |
Hi, this is old annoying issue with MATLAB shipping with an old version of the libstdc++, even though the compiler tends to use the system, newer version... |
thanks@lenck Here's my situation, hope it can be useful: I use ubuntu16.04 with x64 architecture. I installed matlab2016b, with cuda7.5 and cudnn5 installed.
Then reopen matlab and compile MatConvNet. Still have warning about gcc version but compiling can be done. |
Thanks @zchrissirhcz!! This worked for me :) |
Thanks a lot @zchrissirhcz ....it worked for me too :-) |
Thanks a lot @zchrissirhcz !!!!!!!!!!!! (I just removed four files : |
Hello all, Was trying to follow @zchrissirhcz recommendations. Got: Interesting that after the warning during 'make matcaffe' I seem to be getting a successful compilation anyway: However, a subsequent 'make mattest' run throws numerous errors like: And at the end: 1.Are those error result from gcc incompatibility or something else? Thanks!!! |
I needed to extend the advice of @zchrissirhcz to creating a symlink in the /usr/lib/x86_64-linux-gnu directory as well pointing to a .so file without the version suffix. i.e.:
..then all was happy :) |
i did the above fix but I get this error:
|
Thanks for your useful solution @zchrissirhcz . It works for me. |
If you are on CentOS and have root or sudo, you can use these instructions to get a GCC 4.9 toolchain: https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/ (note that only |
Hi all,
I'm trying to setup matconvnet on my local CPU and run the v1_testnn script. During the compile process, I keep getting the following warning:
Warning: You are using gcc version '5.4.0'. The version of gcc is not supported. The version currently supported
with MEX is '4.9.x'. For a list of currently supported compilers see:
I'm running on Ubuntu 16.04, I'm assuming my gcc is too new for installing this toolkit? When I run the v1test_nn script, I get a bunch of these errors:
Error occurred in nnsimplenn[dataType=single,device=cpu]/backPropDepth and it did not run to completion.
So again, I'm running into some type of errors with MEX files not being generated properly during compilation. Does anyone have any tips/steps to fix this? Thanks!
The text was updated successfully, but these errors were encountered: