移植FreeRTOS
This commit is contained in:
@@ -6,7 +6,7 @@ set(CMAKE_CXX_COMPILER_ID GNU)
|
||||
|
||||
# Some default GCC settings
|
||||
# arm-none-eabi- must be part of path environment
|
||||
set(TOOLCHAIN_PREFIX arm-none-eabi-)
|
||||
set(TOOLCHAIN_PREFIX E:/sofeWare/GCC/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-)
|
||||
|
||||
set(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}gcc.exe)
|
||||
set(CMAKE_ASM_COMPILER ${CMAKE_C_COMPILER})
|
||||
|
||||
Reference in New Issue
Block a user