Download Python on www.python.org and compile with ELDK 5.2.1. I normally don't install extra libraries/headers into my ELDK toolchain, I rather keep those libraries in my build tree instead.
This way I keep a clean toolchain and keep my build tree always building for other users who need to download ELDK and just build different platforms / applications. - Tobias 2012/12/6 Brandon Burnett <[email protected]> > Hi all, > > Apologies if this is a silly question--software dev isn't really my thing, > I just sort of got thrown into this role. > > I'm trying to figure out a quick and dirty way to get the Python includes > for the distribution of Python included with ELDK 5.2.1. I tried installing > core-image-lsb-sdk but couldn't find Python.h on it. I also thought I might > try recompiling ELDK but I haven't been successful there. > > Does anyone know of a way for me to get the includes quickly? I simply need > the directory that contains Pyhton.h and the associated header files. > > -Brandon > > _______________________________________________ > eldk mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/eldk > >
_______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
