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

netxduo/common/drivers not included in CMake configuration #2

Open
jerrylogansquare opened this issue Dec 4, 2023 · 0 comments
Open

Comments

@jerrylogansquare
Copy link

When using the netx library defined in Middlewares/ST/netxduo as part of another cmake based project, the application can not find the nx_stm32_eth_driver.h header file.

Please note the example in Projects/STM32F769I-Discover/Applications/NetXDuo/Nx_WebServer/ has an include file that includes the nx_stm32_eth_driver.h. The project builds fine in IDE, but unable to build with cmake.

./Projects/STM32F769I-Discovery/Applications/NetXDuo/Nx_WebServer/NetXDuo/App/app_netxduo.h

C:/Users/jerry.morrow/git/mcu_6800/examples/app/NetXDuo/App/app_netxduo.h:32:10: fatal error: nx_stm32_eth_driver.h: No such file or directory
   32 | #include "nx_stm32_eth_driver.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant