DemesneGH commented on PR #244: URL: https://github.com/apache/teaclave-trustzone-sdk/pull/244#issuecomment-3431141869
Thanks for all the input! I think it makes sense to replace the current make setup with a Cargo-based tool (e.g. named as cargo-optee). Let's start experimenting with this approach. We can introduce a few subcommands, for example: - cargo optee new — create a example template - cargo optee build — build CA and TA with appropriate parameters - cargo optee emulate — sync outputs to the emulator’s shared directory We can start by experimenting with one example and try to implement the build command at the first stage. -- 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]
