osvenskan / posix_ipc

Other
135 stars 24 forks source link

Cross compiling for Arm #18

Closed sreenathr-invenco closed 3 years ago

sreenathr-invenco commented 5 years ago

Please provide some simple instructions for cross compiling posix_ipc whrein: Compilation host is X86 Linux and Intended target is Arm 32 bit

osvenskan commented 5 years ago

Sorry, but documenting compilation scenarios is not something I have time to support. Python handles the compiling for me. Have you tried things that don't work? Googling for 'gcc cross compile arm' brings up a lot of articles.

51m commented 3 years ago

@sreenathr-invenco I believe you can move the source code folder into your Arm Linux. And assuming you are using python3: sudo python3 setup.py install If you have all the dependencies (normally just python3-dev) and the gcc compiler (or gcc toolchain for your emedded linux) installed on your Arm Linux, the library should be installed under your /usr/lib/python3.x/site-packages/

osvenskan commented 3 years ago

@sreenathr-invenco Did 51m's comment help? Unless there's an update to report, I'm going to close this ticket.