- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have installed vs2015 update 3 with SDK 10 and Intel System studio
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi:
Your error information is hard to see. Can you upload a clear picture or give us your error information in text.
Thanks
you
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
If I read it correctly it says the floating point value does not fit in floating point type.
The supported compiler according to the release notes is
Intel® Parallel Studio XE for Windows* Version 2016 Update 3
You can also try building the project using the Visual Studio 2015 compiler.
I am not familiar enough with Intel System Studio to understand why there is that mismatch in floating point size. I would check compiler options to see what the size each component thinks should be.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Sorry belated reply.
The error message as following:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
This is a well known issue and it is because the SampleEnclave's project setting is configured to use the Intel C++ Compiler by default. Please either install Intel C++ compiler or change the project setting to use Visual Studio C++ Compiler. Please see attachment for an example on how to change the setting.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have created a YouTube video for creating and compiling SGX application on the VS2015 from scratch. I have used Intel Parallel Studio XE 2017 along with SGX SDK 1.7 in the Video. Attached is the source codes that I have used in the video. I hope it helps.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks Saeid , you are so helpful.
By the way, I have already deal with it by using vs compiler instead intel compiler.
Thanks all~
