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
a38149f8
authored
Jan 19, 2015
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added clang support to readme
parent
630cc926
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
README.md
+7
-1
No files found.
README.md
View file @
a38149f8
...
@@ -76,6 +76,7 @@ code) to be usable on a wide range of target systems. It has been tested on
...
@@ -76,6 +76,7 @@ code) to be usable on a wide range of target systems. It has been tested on
the following OS/compiler/architecture combinations:
the following OS/compiler/architecture combinations:
-
Linux (Ubuntu 12.10) / GCC 4.8.1 / x86, x86_64
-
Linux (Ubuntu 12.10) / GCC 4.8.1 / x86, x86_64
-
Linux (Ubuntu 12.04) / Clang 3.0.0 / x86_64
-
Linux (Ubuntu 14.04) / GCC 4.8.2 / ARMv7
-
Linux (Ubuntu 14.04) / GCC 4.8.2 / ARMv7
-
Windows
-
Windows
*
MSVC 12.0.21005.1 REL / x86, x86_64
*
MSVC 12.0.21005.1 REL / x86, x86_64
...
@@ -135,7 +136,7 @@ assumed that the project's root directory is now the parent directory.
...
@@ -135,7 +136,7 @@ assumed that the project's root directory is now the parent directory.
Choose an appropriate build file generator for your system.
Choose an appropriate build file generator for your system.
-
For Linux, GCC
, x86/x86_64/ARM:
"Unix Makefiles"
-
For Linux, GCC
/Clang, x86/x86_64/ARM:
"Unix Makefiles"
-
For Windows, MSVC of VS 2013, x86: "Visual Studio 12"
-
For Windows, MSVC of VS 2013, x86: "Visual Studio 12"
-
For Windows, MSVC of VS 2013, x86_64: "Visual Studio 12 Win64"
-
For Windows, MSVC of VS 2013, x86_64: "Visual Studio 12 Win64"
-
For Windows, MSVC of VS 2012, x86: "Visual Studio 11"
-
For Windows, MSVC of VS 2012, x86: "Visual Studio 11"
...
@@ -152,6 +153,11 @@ option -DCMAKE_BUILD_TYPE=[Release|Debug]. If no build mode is given on Linux,
...
@@ -152,6 +153,11 @@ option -DCMAKE_BUILD_TYPE=[Release|Debug]. If no build mode is given on Linux,
the default (Release) is used. The Visual Studio generators create build files
the default (Release) is used. The Visual Studio generators create build files
for both modes (the selection is done at build time).
for both modes (the selection is done at build time).
You may choose a custom compiler instead the default one by defining
CMAKE_CXX_COMPILER and/or CMAKE_C_COMPILER. E.g. to use clang on Linux use:
cmake .. -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
EMB² can be built with and without C++ exception handling, which has to be
EMB² can be built with and without C++ exception handling, which has to be
specified on build file generation. When exceptions are turned off, an error
specified on build file generation. When exceptions are turned off, an error
message is emitted and the program aborts in case of an exception within EMB².
message is emitted and the program aborts in case of an exception within EMB².
...
...
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