Skip to content

Commit

Permalink
Fixed the startup issue for RISCV
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Jul 18, 2024
1 parent a162846 commit a84cb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RISCV/gcc_clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ string(TOLOWER ${MCU_NAME} MCU_NAME_LOWER)

core_add_library(lib_core MikroC.Core
${local_list_include}
${startupFile}
startup/${MCU_NAME_LOWER}.s
linker_scripts/${MCU_NAME_LOWER}.ld

common/rcu_typedef.h
Expand Down Expand Up @@ -77,7 +77,7 @@ install(

install(
FILES
${startupFile}
startup/${MCU_NAME_LOWER}.s
DESTINATION
${CMAKE_INSTALL_PREFIX}/../FileStartup
)
Expand Down

0 comments on commit a84cb62

Please sign in to comment.