'What to add to a Linux embedded env to have .cpython-37m-x86_64-linux-gnu.so files supported
I'm trying to generate a functional Linux embedded system through Buildroot. I added some customized libraries for a python application. However, it seems like my system doesn't support .cpython-37m-x86_64-linux-gnu.so files that are present in my libraries. I don't know if it can actually work like this but is there some module or alike that I could add to my toolchain so that this extension of file is supported ?
Thank you for your help !
Solution 1:[1]
You need to build your python libraries as a buildroot package, so they are cross-compiled. See the buildroot manual on python packages.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Arnout |
