We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6098b80 commit a643a9aCopy full SHA for a643a9a
Modules/Platform/MicrochipMCU-C-XC32.cmake
@@ -61,7 +61,6 @@ endif()
61
62
set(CMAKE_FIND_ROOT_PATH ${MICROCHIP_XC32_PATH})
63
64
-#set(CMAKE_C_COMPILER xc32-gcc)
65
find_program(CMAKE_ASM_COMPILER "xc32-gcc")
66
find_program(CMAKE_C_COMPILER "xc32-gcc")
67
find_program(CMAKE_CXX_COMPILER "xc32-g++")
toolchain.cmake
@@ -48,6 +48,10 @@ set(CMAKE_SYSTEM_NAME "MicrochipMCU")
48
#
49
# that makes it possible to set a per-project default model in
50
# CMakeLists.txt that can still be overridden on the command line
51
+include(MicrochipBin2Hex)
52
+include(MicrochipIPE)
53
+include(MicrochipPathSearch)
54
+
55
if(NOT MICROCHIP_MCU)
56
set(MICROCHIP_MCU "generic16")
57
endif()
0 commit comments