Commit 8e184f66 by Michael Schmid

new compiler version and flags

parent 34c7e02e
......@@ -32,7 +32,6 @@ function(SetGNUCompilerFlags compiler_libs)
set(common_cxx_flags "-fno-common -std=c++0x")
set(warning_flags "-W -Wall -Wextra")
set(target_flags "-DAPPKIT_TC277TFT -DEMBB_DEBUG -fshort-double -mcpu=tc27xx -mversion-info")
if (WARNINGS_ARE_ERRORS STREQUAL ON)
set(warning_flags "${warning_flags} -Werror")
endif()
......
......@@ -9,6 +9,7 @@ add_definitions(-DEMBB_OS_FREERTOS)
set(__TriCore__ 1)
set(EMBB_OS_FREERTOS 1)
# specify the cross compiler
SET(CMAKE_C_COMPILER C:/HighTec/toolchains/tricore/v4.9.1.0-infineon-1.1/bin/tricore-gcc.exe)
SET(CMAKE_CXX_COMPILER C:/HighTec/toolchains/tricore/v4.9.1.0-infineon-1.1/bin/tricore-c++.exe)
......
......@@ -72,7 +72,6 @@ if(MSVC)
)
endif()
if(DEFINED EMBB_OS_FREERTOS)
file(GLOB_RECURSE FREE_RTOS_HEADERS "${FREE_RTOS_LIB_PATH}/*.h")
endif()
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment