Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

SGX Eclipse plugin in Linux SDK

SAM_R_2
Beginner
1,013 Views


Hi,

I need to know what added value of SGX Eclipse plugin provides in SGX. because I didn't see any SGX related properties or wizards within eclipse.

-Thanks

0 Kudos
1 Solution
Surenthar_S_Intel
1,013 Views

Hi Sam,

Added value the SGX Eclipse plugin provides below, 

The Intel(R) Software Guard Extensions Eclipse* Plug-in for Linux* OS helps the enclave developer to maintain enclaves and untrusted related code inside Eclipse* C/C++ projects.

This section contains steps to set up your Intel(R) Software Guard Extensions Eclipse* Plugin on a Linux* system, including necessary softwares, steps to install the product, and steps to configure your preferred product directory. 

Please find the below link for more reference in "Install Intel(R) Software Guard Extensions Eclipse* Plug-in" section

https://01.org/sites/default/files/documentation/intel_sgx_sdk_installation_guide_for_linux_os.pdf  

-Surenthar

View solution in original post

0 Kudos
3 Replies
Surenthar_S_Intel
1,014 Views

Hi Sam,

Added value the SGX Eclipse plugin provides below, 

The Intel(R) Software Guard Extensions Eclipse* Plug-in for Linux* OS helps the enclave developer to maintain enclaves and untrusted related code inside Eclipse* C/C++ projects.

This section contains steps to set up your Intel(R) Software Guard Extensions Eclipse* Plugin on a Linux* system, including necessary softwares, steps to install the product, and steps to configure your preferred product directory. 

Please find the below link for more reference in "Install Intel(R) Software Guard Extensions Eclipse* Plug-in" section

https://01.org/sites/default/files/documentation/intel_sgx_sdk_installation_guide_for_linux_os.pdf  

-Surenthar

0 Kudos
SAM_R_2
Beginner
1,013 Views

Thanks for your detailed information...

0 Kudos
Esmond_L_
Beginner
1,013 Views

Sam,

I had the same problem. We were able to resolve all those issues by installing Java 8 on Ubuntu. Once you do that, the SGX Eclipse Plugin preferences, context menus, and wizards will be available.

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo update-alternatives --config java

Good luck!

Esmond

0 Kudos
Reply