Skip to content

Commit

Permalink
removed .stack just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab committed May 2, 2019
1 parent 1caaa31 commit 058f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -78,7 +78,7 @@ set(LLIB_HEADERS
llib/vector2.hpp)

add_executable(llib ${BOOT_SOURCES} ${LLIB_HEADERS} ${TARGET_INCLUDE} ${TARGET_STARTUP} ${TARGET_SOURCES})
add_custom_command(TARGET llib POST_BUILD COMMAND ${ARM_EABI_OBJCOPY} ARGS -O binary -R .bss llib llib.bin)
add_custom_command(TARGET llib POST_BUILD COMMAND ${ARM_EABI_OBJCOPY} ARGS -O binary -R .bss -R .stack llib llib.bin)
add_custom_command(TARGET llib POST_BUILD COMMAND ${ARM_EABI_OBJDUMP} ARGS -S llib > llib.lss)
add_custom_command(TARGET llib POST_BUILD COMMAND ${ARM_EABI_SIZE} ARGS -A llib -d)

Expand Down

0 comments on commit 058f36a

Please sign in to comment.