Skip to content

[BUG] Board stm32l476vg-disco:nsh is missing CMakeLists.txt file #20366

Description

@ventZl

Description / Steps to reproduce the issue

Using following script on clean nuttx repo:

if [ ! -e nxvenv ]; then
    python -m venv nxvenv
fi
. nxvenv/bin/activate
if [ -e nxvenv/bin/menuconfig ]; then
    pip install kconfiglib
fi

cmake -B build -DBOARD_CONFIG=stm32l476vg-disco:nsh -GNinja nuttx
cmake --build build

CMake fails at configure time with following error:

CMake Error at boards/CMakeLists.txt:67 (add_subdirectory):
  The source directory

    /home/ventyl/projects/cmrx-performance-test/nuttx/nuttx/boards/arm/stm32l4/stm32l476vg-disco

  does not contain a CMakeLists.txt file.

On which OS does this issue occur?

[OS: Linux]

What is the version of your OS?

Arch Linux

NuttX Version

both 13.0.1 and master

Issue Architecture

[Arch: arm]

Issue Area

[Area: Build System]

Host information

No response

Verification

  • I have verified before submitting the report.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Arch: armIssues related to ARM (32-bit) architectureArea: Build systemOS: LinuxIssues related to Linux (building system, etc)Type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions