Cross compiling pyzmq
I've been trying to cross compile pyzmq for my stm32mp135f-dk and I'm facing issues with it.
I've ran the script to setup my environment for the SDK. And made the required changes in the setup file. Here's my stackoverflow post with the logs as well.
https://stackoverflow.com/questions/77420874/cross-compiling-pyzmq-fails-because-the-setup-picks-up-the-x86-compiler-automati?noredirect=1#comment136505142_77420874
Any help is much appreciated.
The goal is to have a IPC mechanism between a C and Python application that is quick to implement.
