> Thanks for the help. > > On Mon, 15 Apr 2013 15:38:54 +0200, "Roberto De Ioris" > <[email protected]> wrote: >>Why you want to cross compile ? > > Because it doesn't seem available as a package for Debian 6 for ARM: > > /tmp# uname -a > Linux debian 2.6.32-5-kirkwood #1 Mon Feb 25 13:55:40 UTC 2013 > armv5tel GNU/Linux > > /tmp# apt-cache search wsgi > > >>uWSGI build system has basically zero dependancies (a part from gcc and >>python). You do not need autotools and friends. The build procedure does >>not take more than 2 minutes on my ekiga and 3 on my raspberry pi >> >>The problem with cross compilation is that you need lot of arm libraries >>that rarely are available as distro packages. >> >>By the way if you want to try just override the CC env var: >> >>CC=path_to_your_arm_gcc make > > /tmp/uwsgi-1.9.5# > CC=/root/LinuxHost/gcc/bin/arm-none-linux-gnueabi-gcc make > > It doesn't compile, apparently because it can't find the includes + > libraries: > > http://pastebin.com/LNU4nw59 > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
The easiest way is compiling directly on arm, you only need build-essential and python packages to build it -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
