generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce9460b
commit 07c5d18
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# S2E Integration | ||
C2A 標準 SILS として, S2E (FIXME: 公開後にリンクを貼る) がある. | ||
|
||
これは,シミュレータである S2E 内部で,フライトソフトウェアである C2A を動かすことが可能である. | ||
詳細は S2E ドキュメント (TBA) を参照されたいが, cmake を用いる場合, S2E 側の `CMakeLists.txt` で `set(BUILD_C2A_AS_CXX ON)` する必要がある.([経緯](https://github.com/ut-issl/c2a-core/pull/35)) | ||
|
||
現行では, S2E 側の `CMakeLists.txt` は次のようになる. | ||
``` | ||
set(BUILD_C2A_AS_CXX ON) | ||
add_subdirectory(${C2A_DIR} C2A_CORE) | ||
``` |