Cross Compiling Nginx

Doug Kehn rdkehn at yahoo.com
Wed Dec 28 15:46:05 UTC 2011


Hi All,

I'm cross compiling Nginx for an ARM Cortex A8 processor.  Attached is a patch for review which allows Nginx to be cross compiled.  I believe the patch is generic enough to allow Nginx to be cross compiled in any cross compile environment.  I also don't believe that I've broken any existing functionality.  After applying the patch, Nginx can be cross compiled with:

./configure \--prefix= \

--crossbuild=Linux:$(ARCH) \
--with-cc-opt="$(CFLAGS)" \
--with-ld-opt="$(LDFLAGS)" \
--with-endian=$(ENDIAN) \
--with-int=4 \
--with-long=4 \
--with-long-long=8 \
--with-ptr-size=4 \
--with-sig-atomic-t=4 \
--with-size-t=4 \
--with-off-t=4 \
--with-time-t=4 \
--with-sys-nerr=132
make

In my case $(ARCH) = arm, $(ENDIAN) = little, and $(CFLAGS)/$(LDFLAGS) are set according to my environment.  The variable sizes were determined empirically by cross compiling a simple program and executing on the target.

Regards,
...doug
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nginx-1.0.11.patch
Type: application/octet-stream
Size: 8962 bytes
Desc: not available
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20111228/1c552021/attachment.obj>


More information about the nginx-devel mailing list