ivila opened a new pull request, #324: URL: https://github.com/apache/teaclave-trustzone-sdk/pull/324
Dependencies with cc build scripts pick the cross compiler from CROSS_COMPILE. The custom OP-TEE targets are absent from cc's builtin table, so without it C code is silently compiled for the host and the final link fails (e.g. secp256k1-sys objects built as x86-64). Previously unnoticed because default examples carry no cc-based C dependencies, eth_wallet (the only in-repo cc user) is built via legacy make rather than this tool, and dev shells exporting CROSS_COMPILE per OP-TEE docs masked it locally. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
