msgilligan commented on PR #138: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/138#issuecomment-2138056183
> > Can you try following diff instead? > > It's force-pushed and I will try it out in my aarch64 Debian VM. If I use this PR after my force-push of your diff, I get the following error message: ``` ld: cannot find -lgcc_s: No such file or directory ``` This is the same as with `ld.bfd`. 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? -- 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