-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compile error: missing functions #1
Comments
Hello Jaco, thank you for your feedback. |
Hi Martina, I see you have changed it a bit, the repo went from 8 commits to 212! In the process, I think your intended readme got lost. The current one no longer talks about energy + links to your paper. I'm guessing you would also want to remove the file ".#simple-network-example.cc" from examples. I can run all 3 of the energy examples (thank you) but I can't run the non-energy examples without a segfault. A backtrace traced the problem back to EndDeviceLoraPhy::SetCheckForEnergyDepletion(). I believe you just need another if statement to see if !(nodeEnergySourceContainer == 0) as these sims don't have an EnergySourceContainer. Regards, |
Hi Jaco, In the version in the tmp-master branch the examples are all compiling - I have tried to keep them similar to those of the previous version. |
Hi Martina, No problem, here is a copy of the old one: I will check out the updates, thanks for getting back to me. |
This module is really cool but I'm having an issue in getting it to compile:
I had a look in the files, the functions don't seem to exist. What is the best way to fix this?
The text was updated successfully, but these errors were encountered: