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
10 years ago
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added clang support to readme
parent
630cc926
global_scheduling
…
development
embb-0.3
embb269-performance_test
embb327_llx_scx
embb334_lockfree_tree
embb375_dataflow_priorities_and_affinities
embb413_network_plugin_improvements
embb428_cuda_plugin
embb434_waitfree_queue
embb440-external_project_cmake
embb453_rwlock
embb454_document_install_config
embb456_zip_release_files
embb458_mtapi_initialization
embb499_blocking_data_structures
embb513-vmware_affinity
embb516_thread_sanitizer
embb516_threadsanitizer
embb517_mutex_based_atomics
embb530_linearizability_tester
embb533_worker_thread_os_priorities
embb546_low_performance_on_arm
embb555_blocking_queue
embb556_blocking_stack
embb561_solving_warnings
embb562_install_pdb_files
embb566_blocking_set
embb567_documentation_condition_variable
embb570_blocking_priority_queue
embb571_blocking_map
embb580_extend_changelog
embb581_mtapi_task_wait_timing_fix
embb582_contributing_readme_file
embb603_outdated_headers
embb607_error_with_include_file
embb609_doxygen_warnings
embb_520_prepare_valuepool_for_herlihy_object_pool
embb_525_fix_pool_init_bug
master
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.3
v0.2.2
chromatic_tree_master_thesis
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
the following OS/compiler/architecture combinations:
-
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
-
Windows
*
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.
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_64: "Visual Studio 12 Win64"
-
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,
the default (Release) is used. The Visual Studio generators create build files
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
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².
...
...
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