[Buildroot] (newbie question)

Samuel Martin s.martin49 at gmail.com
Thu May 17 00:08:02 UTC 2012


Hi Ron,

2012/5/16 Ron Eggler <reggler at semiosbio.com>:
>
> Hi Arnout,
>
> Okay so I retried this, this time with another iteration of my buildroot
> directory.
> I attempted to add the weex driver that depends on
> python-configobj
> python-serial (already present)
> python-cheetah
> python-imaging

The 4 packages you attempted to add unfortunately use python easy-install.
Though easy-install does perfectly the job for natively installation,
it's really a PITA for integration in cross-dev environment.

Have a look at the python-netifaces. It uses easy-install too, but
with python-distutilscross (also in the Buildroot tree).

> so I added the required files, compiled and guess what, it's not working. I
> suspect that I did the same mistake as at my first try. Here are the diff
> files (see attached). (I hope I did it correctly now, if not, let me know!)
>
> Thank you,
> Ron


BTW, the toolchainfile.cmake is automatically generated by Buildroot.


Cheers,

Sam


More information about the buildroot mailing list