Currently (www.nginx.org/en/CHANGES), the latest Nginx source is 1.3.15.
Why
are those ports based on older code? Because it’s not just a matter of
recompiling, but it also requires making changes to the source code so
Nginx
can run on ARM?
Linux 3.5.0-17-generic i686
checking for C compiler … not found
./configure: error: C compiler
/root/LinuxHost/gcc/arm-none-linux-gnueabi/bin/gcc is not found
~/nginx-1.2.6# ll /root/LinuxHost/gcc/arm-none-linux-gnueabi/bin/gcc
-rwxr-xr-x 1 fred fred 180000 Feb 26 2008
/root/LinuxHost/gcc/arm-none-linux-gnueabi/bin/gcc*
How should I set things up so that I can try cross-compiling Nginx?
On Fri, Apr 12, 2013 at 01:22:14PM -0400, Shohreh wrote:
reference to those ports based on older versions:
can run on ARM?
Latest stable is 1.2.8, and that’s what you see in the official
repository. Latest mainline is 1.3.15, it is available in a
separate repository, see here:
./configure: error: C compiler
/root/LinuxHost/gcc/arm-none-linux-gnueabi/bin/gcc is not found
~/nginx-1.2.6# ll /root/LinuxHost/gcc/arm-none-linux-gnueabi/bin/gcc
-rwxr-xr-x 1 fred fred 180000 Feb 26 2008
/root/LinuxHost/gcc/arm-none-linux-gnueabi/bin/gcc*
How should I set things up so that I can try cross-compiling Nginx?
We don’t really support cross-compilation in our configure/build
system, but there were reports of success with relatively few
tweaks to configure. You may try to look into ./objs/autoconf.err
for more information on what fails during configure.
You don’t need to patch Nginx anymore and can skip step 7.
I’ve run a Gentoo binhost for ARM architecture, compatible to the
Sheevaplug’s Kirkwood 88F6281 »Feroceon«. Some binaries might work on
Ubuntu, though I’ve switched to Gentoo:
[2] http://binhost.ossdl.de/ARM/armv5tel-softfloat-linux-gnueabi/ (see
www-servers there; »Packages« is a plaintext file which lists the
contents of the binhost)
More:
[3] Ossdl - Blog
[4] Ossdl - Blog
[5] Ossdl - Blog
[6] Ossdl - Blog
Links to git.ossdl.de don’t work, but you can download my modified
kernel, get its ».config« and compile your own. Most patches
(excluding the one for SATA on the SheevaPlug) have already been
integrated into Linux.
[7]
If I were you I would go for a Mikrotik Routerboard (the RB951G-2HnD
is excellent except its lack of 5GHz wifi). That are MIPS machines,
though.
–
Mark
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.