解决编译不过的问题

This commit is contained in:
zhangzheng
2023-09-16 22:08:39 +08:00
parent 3b0d045877
commit db1f74ae22
7 changed files with 1224 additions and 4 deletions

View File

@@ -61,6 +61,8 @@ add_custom_target(
cp mkrtos.bin ${CMAKE_SOURCE_DIR}/build/output/mkrtos
COMMAND
cp mkrtos.elf ${CMAKE_SOURCE_DIR}/build/output/mkrtos.elf
COMMAND
${CMAKE_SIZE} mkrtos.elf
)
add_dependencies(mkrtos.elf link_file_dump)
add_dependencies(mkrtos_dump mkrtos.elf)