Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8e184f66
authored
8 years ago
by
Michael Schmid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new compiler version and flags
parent
34c7e02e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
2 deletions
+1
-2
CMakeCommon/SetCompilerFlags.cmake
+0
-1
TC_Toolchain.cmake
+1
-0
base_c/CMakeLists.txt
+0
-1
partest.tar
+0
-0
No files found.
CMakeCommon/SetCompilerFlags.cmake
View file @
8e184f66
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
TC_Toolchain.cmake
View file @
8e184f66
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
base_c/CMakeLists.txt
View file @
8e184f66
...
...
@@ -72,7 +72,6 @@ if(MSVC)
)
endif
()
if
(
DEFINED EMBB_OS_FREERTOS
)
file
(
GLOB_RECURSE FREE_RTOS_HEADERS
"
${
FREE_RTOS_LIB_PATH
}
/*.h"
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
partest.tar
View file @
8e184f66
No preview for this file type
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment