-
Notifications
You must be signed in to change notification settings - Fork 5
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
error: undefined reference to time_diff possibly due to missing dependencies #10
Comments
Hello @askb We managed to reproduce the issue using Ubuntu 16.04. Currently the supported distribution is ubuntu 14.04. But there is a workaround for this issue. Following directions of this link dfarrell07/wcbench#77 (comment) do the following steps
|
odl-github
pushed a commit
to opendaylight/releng-builder
that referenced
this issue
Mar 24, 2017
- Use default version of mininet and openvswitch - Add workaround for mtcbench build issue intracom-telecom-sdn/mtcbench#10 - Enable Ubuntu1604 image only for mininet-ovs-2.5 - Enable Ubuntu1404 image only for mininet, mininet-ovs-2.3 - trello: https://trello.com/c/chIxf7ca Change-Id: Ide927e10cd35f131a4507bb898ad5d4520843f07 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
odl-github
pushed a commit
to opendaylight/docs
that referenced
this issue
Mar 24, 2017
Project: releng/builder master 4c795879a60c04e5083cc1fe94fbfa4516017201 Merge "Build Ubuntu 16.04 for mininet-ovs-2.5" Build Ubuntu 16.04 for mininet-ovs-2.5 - Use default version of mininet and openvswitch - Add workaround for mtcbench build issue intracom-telecom-sdn/mtcbench#10 - Enable Ubuntu1604 image only for mininet-ovs-2.5 - Enable Ubuntu1404 image only for mininet, mininet-ovs-2.3 - trello: https://trello.com/c/chIxf7ca Change-Id: Ide927e10cd35f131a4507bb898ad5d4520843f07 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
odl-github
pushed a commit
to opendaylight/docs
that referenced
this issue
Mar 24, 2017
Project: releng/builder master 4c795879a60c04e5083cc1fe94fbfa4516017201 Merge "Build Ubuntu 16.04 for mininet-ovs-2.5" Build Ubuntu 16.04 for mininet-ovs-2.5 - Use default version of mininet and openvswitch - Add workaround for mtcbench build issue intracom-telecom-sdn/mtcbench#10 - Enable Ubuntu1604 image only for mininet-ovs-2.5 - Enable Ubuntu1404 image only for mininet, mininet-ovs-2.3 - trello: https://trello.com/c/chIxf7ca Change-Id: Ide927e10cd35f131a4507bb898ad5d4520843f07 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
In util.h and util.c, the time_diff function is defined as inline function,I delete the inline keyword and it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We get the following error while building mtcbench, with default version of openvswitch-switch openvswitch-vtep and mininet (mininet is already the newest version (2.2.1-2).) that comes with ubuntu 16.04.
I think the error
undefined reference to
time_diff'is due to missing dependencies from
oflopswhich gets installed through running the script
mininet/util/install.sh -b` only available on the master branch mininet.Is there a fix or workaround for this issue, allowing using the default version of mininet ?
The text was updated successfully, but these errors were encountered: