Skip to content
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 with CRYPTO set: fatal error: crypto_backend_definitions.h: No such file or directory #20007

Open
TByte007 opened this issue Aug 4, 2022 · 0 comments

Comments

@TByte007
Copy link

TByte007 commented Aug 4, 2022

I added CRYPTO to a custom config and I get this error:

In file included from /home/tbyte/pilots/PX4-Autopilot/src/modules/logger/log_writer_file.h:42,
                 from /home/tbyte/pilots/PX4-Autopilot/src/modules/logger/log_writer.h:36,
                 from /home/tbyte/pilots/PX4-Autopilot/src/modules/logger/logger.h:36,
                 from /home/tbyte/pilots/PX4-Autopilot/src/modules/logger/logger.cpp:37:
/home/tbyte/pilots/PX4-Autopilot/platforms/common/include/px4_platform_common/crypto.h:44:10: fatal error: crypto_backend_definitions.h: No such file or directory
   44 | #include "crypto_backend_definitions.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I can see that the file is in src/drivers/sw_crypto/crypto_backend_definitions.h but I dont understands why it is not included with the CRTYPTO setting ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant