Tool/software:
Hi,
We are developing a desktop application on Python using Qt's PySide6 library and one of our goals is to build a Code Compose Studio project for AM263P4 from this application. I think we can achieve this by running the command line prompts that CCS is executing during build. My question is that what would be the best way to handle these build tools as a dependency? Is there a way to install build tools separately from CCS or should users have the CCS installed?
Another part is that when I tried to build an example project(`hello_world_am263px-cc_r5fss0-0_nortos_ti-arm-clang`) using only CCS 20.3.0, I got several Python related errors(because MCU+ SDK for AM263PX includes some python scripts) and another error requiring OpenSSL to be installed on my system. I managed to work my way through them. But this made me wonder if I were to build the project from my Python application then should these requirements be handled by our side(developers of said Python application) or is there a way to configure and install these Python requirements and OpenSSL from CCS?
I would appreciate your opinions on how to approach this.
Thanks and best regards,
Furkan