Skip to content

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

@jerrylogansquare

Description

@jerrylogansquare

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions