Skip to content

bootloader_build_combined - Dependencies #5

@MP-Dataprobe

Description

@MP-Dataprobe

I am currently having issues with using bootloader_build_combined function.
I had added the following:

  1. A simple blinky program application for testing purpose.
  2. Modified CMakeLists.txt and added
    add_executable(test"app.c")
    target_link_libraries(test pico_stdlib)
    bootloader_build_combined(test)

The build process results in an error upon trying to build the executable

Error : "No rule to make target '../test.bin', needed by 'test_app.bin'. Stop."

Any help please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions