Skip to content

Commit a643a9a

Browse files
committed
corregidos errores ocasionales de funciones no encontradas
1 parent 6098b80 commit a643a9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Modules/Platform/MicrochipMCU-C-XC32.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ endif()
6161

6262
set(CMAKE_FIND_ROOT_PATH ${MICROCHIP_XC32_PATH})
6363

64-
#set(CMAKE_C_COMPILER xc32-gcc)
6564
find_program(CMAKE_ASM_COMPILER "xc32-gcc")
6665
find_program(CMAKE_C_COMPILER "xc32-gcc")
6766
find_program(CMAKE_CXX_COMPILER "xc32-g++")

toolchain.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ set(CMAKE_SYSTEM_NAME "MicrochipMCU")
4848
#
4949
# that makes it possible to set a per-project default model in
5050
# CMakeLists.txt that can still be overridden on the command line
51+
include(MicrochipBin2Hex)
52+
include(MicrochipIPE)
53+
include(MicrochipPathSearch)
54+
5155
if(NOT MICROCHIP_MCU)
5256
set(MICROCHIP_MCU "generic16")
5357
endif()

0 commit comments

Comments
 (0)