Skip to content

Commit

Permalink
Update windows toolchain to latest release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-alpaca authored Apr 29, 2024
1 parent 2acf4bf commit 4c138e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-tc37x/cmake/tricore-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(target tricore)

if (CMAKE_HOST_WIN32)
set (EXE .exe)
set(HIGHTEC_BASE_PATH C:/HighTec/toolchains/tricore/v8.1.1/bin)
set(HIGHTEC_BASE_PATH C:/HighTec/toolchains/tricore/v8.1.2/bin)
endif()
if (CMAKE_HOST_UNIX)
set(HIGHTEC_BASE_PATH /opt/toolchains/tricore/v8.1.2/bin)
Expand Down

0 comments on commit 4c138e1

Please sign in to comment.