I am currently having issues with using bootloader_build_combined function.
I had added the following:
- A simple blinky program application for testing purpose.
- 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?
I am currently having issues with using bootloader_build_combined function.
I had added the following:
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?