-
Notifications
You must be signed in to change notification settings - Fork 124
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
make compile error with latest version of odp #2
Comments
Latest supported ODP version is 1.4.0 |
Build environment preparation section in the readme doesn't mention about required ODP version. |
FAQ section: A: At the moment it supports all the way from 1.1.0 to 1.4.0" ODP 1.5.0 patches are in. |
Build sections says, Download ODP: When I tried it , I got the latest version which was not supported. Just my few cents. |
Note: the comment was created automatically with bugzilla2github tool Bugzilla bug ID: 2 |
I am trying to build ofp and getting following compilation error.
It looks like pthread_create function has been changed in odp.
commit 1a7893cf034dcb0045c3f7a08559b0955b3093b5
Date: Wed Dec 16 15:14:14 2015 +0530
helper: linux: add thread type in pthread_create
The exisiting helper routine only create the worker threads.
However there is a need to use the same for creating the control
thread as well. e.g. CLI thread.
The text was updated successfully, but these errors were encountered: