-
Notifications
You must be signed in to change notification settings - Fork 132
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 run_example failed #19
Comments
I can see from your console dump that INET is compiled in release mode (as out/gcc-release/src/libINET.so library). As the output by |
I executed But
|
@riebl Any idea how to fix that ? Like I said in my previous post, I tried I also tried |
@micleb I still don't know why this problem occurs on your system. You can try to build Veins in release mode explicitly as well, similar to INET. |
@micleb Did you manage to get Artery running in the meantime? |
Hi, I also got the same problem a while ago. I got the error on 9ec5eba and don't know if the error persists after that. However, then i tried cloning down the 655d46a commit (from march) and I didn't get the same error. So it seems to be caused by some CMake change after that. Hope it helps in discovering the issue. |
@dnguyenkth Thanks for your additional insights. You may try to remove all |
I get it to build without any problem on the latest commit 577e2bd, so I guess this is solved now :) |
Hello,
I successful built Veins, Vanetza, Inet and Artery but I am stuck at :
cmake --build build --target run_example
This command always failed with the following output :
And I do not understand this warning message :
I just followed the tutorial step by step, that's all. What am I supposed to do/change ?
Could you help me ?
Thank you
The text was updated successfully, but these errors were encountered: