You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/06/03 07:40:13 UTC

[GitHub] [incubator-teaclave-sgx-sdk] z1queue opened a new issue #244: is there any way run fortran code in sgx

z1queue opened a new issue #244:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/244


   Hello,
   I have a fortran demo code,only impl add function(https://github.com/z1queue/fortran_demo.git).
   then use " cargo test -- --nocapture" can get the correct result in unit test
   ![image](https://user-images.githubusercontent.com/53327024/83607212-64f62680-a5ad-11ea-98c9-f55f82fa26ac.png)
   
   
   now i want to take this function in sgx, so i update the samplecode/hello-rust(https://github.com/z1queue/hello-rust.git) in v1.1.1, it compilate successful but return wrong result,it seem the fortran code not work(result is initialize value).
   ![image](https://user-images.githubusercontent.com/53327024/83608916-17c78400-a5b0-11ea-95d7-f6326c366433.png)
   
   Can you give me some suggestion about this?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #244: is there any way run fortran code in sgx

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #244:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/244#issuecomment-638363085


   it depends on `libgfortran.a`. do you have a SGX-compatbile one?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] z1queue commented on issue #244: is there any way run fortran code in sgx

Posted by GitBox <gi...@apache.org>.
z1queue commented on issue #244:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/244#issuecomment-638565282


   > it depends on `libgfortran.a`. do you have a SGX-compatbile one?
   
   ok,i will try libgfortran.a for SGX-compatbile, thanks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org