sslab-gatech / opensgx

OpenSGX
Other
288 stars 80 forks source link

Problems using Pipes #37

Open dzobbe opened 8 years ago

dzobbe commented 8 years ago

Hi,

I'm having problems using pipes for enclave/non-enclave communication. It seems that the system calls called by the main_enclave don't work in a correct way. For example the mkdir doesn't create a directory but a file and the fifo file is not generated by the mknod. What am I doing wrong? I should execute differently the enclave program? Sorry but I just started with opensgx. Thanks

jiak94 commented 8 years ago

Did you get the pipes working? I have the same issue on non_enclave here but have no idea how to fix it. The error is saying "Not a directory".