[Buildroot] Problems with Python ctypes on Raspberry Pi platfform - Was: Re: [PATCH v2 1/1] python-pyusb: new package

Wojciech Zabolotny wzab01 at gmail.com
Mon Oct 28 17:34:53 UTC 2013


I have reported that problem also on comp.arch.embedded, and I was
informed, that I have made a mistake in my workaround:
>             mach_map = {
>                 'x86_64-64': 'libc6,x86-64',
>                 'ppc64-64': 'libc6,64bit',
>                 'sparc64-64': 'libc6,64bit',
>                 's390x-64': 'libc6,64bit',
>                 'ia64-64': 'libc6,IA-64',
>                 }

There should be:
                 'armv6l':'libc0', # Added by WZab for ctypes support
on Raspberry Pi
(with colon, not with comma).

-- 
Wojciech M. Zabołotny
My GPG/PGP keys:
8192R/4569D119 - for standard messages
16384R/1312D8F8 - for confidential messages



More information about the buildroot mailing list