keystone-enclave / keystone-sdk

SDK for Keystone Enclave - ABI/SBI libraries and sample apps
Other
44 stars 22 forks source link

Wrong command being passed to Makeself #65

Closed dayeol closed 3 years ago

dayeol commented 3 years ago

This resolves https://github.com/keystone-enclave/keystone/issues/211

dayeol commented 3 years ago

@PLUS035 Can you please provide more details? e.g., what steps did you take? Did you re-install the SDK? if so, can you try make examples with VERBOSE=1 flag and see how makeself parameters are passed? It is supposed to be something like this:

cd /home/ubuntu/keystone/build/examples/hello && /usr/bin/makeself --noprogress /home/ubuntu/keystone/build/examples/hello/pkg hello.ke "Keystone Enclave Package" ./hello-runner hello eyrie-rt

Also, make sure you rebuild the image and your package file is correctly updated.

Praveen035 commented 3 years ago

@PLUS035 Can you please provide more details? e.g., what steps did you take? Did you re-install the SDK? if so, can you try make examples with VERBOSE=1 flag and see how makeself parameters are passed? It is supposed to be something like this:

cd /home/ubuntu/keystone/build/examples/hello && /usr/bin/makeself --noprogress /home/ubuntu/keystone/build/examples/hello/pkg hello.ke "Keystone Enclave Package" ./hello-runner hello eyrie-rt

Also, make sure you rebuild the image and your package file is correctly updated.

Thanks a lot @dayeol ,i was not compiled properly now issue is resolved.