-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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"
| ^~~~~~~~~~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels