-
Notifications
You must be signed in to change notification settings - Fork 6
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
Gateway function is missing
error using qpOASES and Matlab 2019a
#9
Comments
Sorry @Giulero , yesterday I was a bit in an hurry, and I could not give a nice explanation of the problem. To understand the problem, you should first be familiar with the concept of "Symbol Visibility". A nice explanation of what "symbols" are is provided in https://github.com/green7ea/cpp-compilation#symbol-tables (but read all the document, otherwise it is difficult to get the big picture). This gist has some useful links about Symbol Visibility instead: https://gist.github.com/ax3l/ba17f4bb1edb5885a6bd01f58de4d542 . To load a Related issues: @Giulero Are you able to correctly compile/run WB-Toolbox blocks without the need of custom modifications? What OS are you using? @prashanthr05 Did you experienced the same problem? |
@traversaro Yes, I experienced the same problem. Thanks for the heads up. |
Thanks a lot @traversaro. I got slightly the intuition behind. Now everything I've tested works. I'm using Ubuntu 18.04. |
Fixed by #11 . |
I've encountered this problem calling qpOASES in Matlab2019a (Ubuntu 18.04).
The error message was:
Invalid MEX-file '~/robotology-superbuild/build/install/mex/qpOASES.mexa64': Gateway function is missing
@traversaro solved the problem commenting these lines:
in
robotology-superbuild/external/qpOASES/cmake/FindMatlab.cmake
The text was updated successfully, but these errors were encountered: