-
Notifications
You must be signed in to change notification settings - Fork 50
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
cannot generate container_node_sizes_impl.hpp, node size information will be unavailable [13937] #56
Comments
Yes. This will disable the generation of the
It will increase memory usage a bit, since Fast DDS will guess the node size here, which takes the size of a custom node that includes the fields of all the common implementations. |
Thanks @MiguelCompany , |
If you don't want to (or cannot due to system requirements) build and run the tool, you could use the generous external contribution that was recently merged on foonathan/memory#129 |
@MiguelCompany I can turn the flag on and test if it builds OK, but what did you mean with running it? I am consuming FastDDS library and use it's API. Didn't find something about it on FastDDS documentation. |
The tool is run as a build step. See here. When cross-compiling, it can be run on an emulator. foonathan/memory#129 changes this to use CMake machinery to generate |
Great, thanks for the help. |
Hi
When configuring foonathan memory I get this CMake warning.
Is it because I turn off the BUILD_TOOLS flag?
will it cause memory issues / performance issues on FastDDS runtime?
The text was updated successfully, but these errors were encountered: