b49020 commented on PR #138:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/138#issuecomment-2138786192

   
   
   
   
   > If I remove the `--config $(LINKER_CFG)` from the end of the `@cargo` 
line, the build successfully completes. So it seems the `--config 
$(LINKER_CFG)` must be doing more than just switching the linker command.
   > 
   > Is there a way to find out what else it is doing?
   
   It is there to setup linker for the aarch64 target when Rust examples are 
being cross-compiled. However, here you are trying a native aarch64 Rust 
examples build which isn't tested before. Let me see if I can test it on a 
aarch64 machine too.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to