Skip to content

Latest commit

 

History

History
 
 

helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hello World

This directory contains a Makefile and a manifest template for running a simple "Hello World" program in Gramine. It can be used as a sanity test for your Gramine installation.

Building

Building for Linux

Run make (non-debug) or make DEBUG=1 (debug) in the directory.

Building for SGX

Run make SGX=1 (non-debug) or make SGX=1 DEBUG=1 (debug) in the directory.

Run Hello World with Gramine

Without SGX:

gramine-direct helloworld

With SGX:

gramine-sgx helloworld