Welcome! Log In Create A New Profile

Advanced

Re: Cross-compiling Nginx for ARM?

August 16, 2017 09:33PM
Hi :

I am encountered one problem when I do cross compiled from linux to arm based architecture. I change the original MakeFile that is generated in

nginx1.2.1/objs/ folder (CC=gcc -> CC=$(CROSS_COMPILE)gcc , CPP= gcc -E -> CPP = $(CROSS_COMPILE)gcc -E ) after doing ./configure

command. Before I do cross compile , I have set the cross compile bin path in my .bashrc file and reload it , But during the cross compiled , There

are always the same errors shows from the output terminal "Exec format error " , I have found the Stackoverflow website tries to find out

some discussion about cross compile "Exec format error" Issues, and Some suggets to install some packages : sudo apt install binfmt-support

qemu qemu-user-static from this website : https://askubuntu.com/questions/648555/bash-program-cannot-execute-binary-file-exec-format-error

but after installation, it still shows the same failed messages . How can I fix this problem

paultsai@paultsai-virtual-machine:~/cross_compile/nginx-1.2.1$ make CROSS_COMPILE=arm-linux-
make -f objs/Makefile
make[1]: Entering directory '/home/paultsai/cross_compile/nginx-1.2.1'
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/nginx.o \
src/core/nginx.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_log.o \
src/core/ngx_log.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_palloc.o \
src/core/ngx_palloc.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_array.o \
src/core/ngx_array.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_list.o \
src/core/ngx_list.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_hash.o \
src/core/ngx_hash.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_buf.o \
src/core/ngx_buf.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_queue.o \
src/core/ngx_queue.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_output_chain.o \
src/core/ngx_output_chain.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_string.o \
src/core/ngx_string.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_parse.o \
src/core/ngx_parse.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_inet.o \
src/core/ngx_inet.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_file.o \
src/core/ngx_file.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_crc32.o \
src/core/ngx_crc32.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_murmurhash.o \
src/core/ngx_murmurhash.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_md5.o \
src/core/ngx_md5.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_rbtree.o \
src/core/ngx_rbtree.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_radix_tree.o \
src/core/ngx_radix_tree.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_slab.o \
src/core/ngx_slab.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_times.o \
src/core/ngx_times.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_shmtx.o \
src/core/ngx_shmtx.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_connection.o \
src/core/ngx_connection.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_cycle.o \
src/core/ngx_cycle.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_spinlock.o \
src/core/ngx_spinlock.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_cpuinfo.o \
src/core/ngx_cpuinfo.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_conf_file.o \
src/core/ngx_conf_file.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_resolver.o \
src/core/ngx_resolver.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_open_file_cache.o \
src/core/ngx_open_file_cache.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_crypt.o \
src/core/ngx_crypt.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event.o \
src/event/ngx_event.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_timer.o \
src/event/ngx_event_timer.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_posted.o \
src/event/ngx_event_posted.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_busy_lock.o \
src/event/ngx_event_busy_lock.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_accept.o \
src/event/ngx_event_accept.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_connect.o \
src/event/ngx_event_connect.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/ngx_event_pipe.o \
src/event/ngx_event_pipe.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_time.o \
src/os/unix/ngx_time.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_errno.o \
src/os/unix/ngx_errno.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_alloc.o \
src/os/unix/ngx_alloc.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_files.o \
src/os/unix/ngx_files.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_socket.o \
src/os/unix/ngx_socket.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_recv.o \
src/os/unix/ngx_recv.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_readv_chain.o \
src/os/unix/ngx_readv_chain.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_udp_recv.o \
src/os/unix/ngx_udp_recv.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_send.o \
src/os/unix/ngx_send.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_writev_chain.o \
src/os/unix/ngx_writev_chain.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_channel.o \
src/os/unix/ngx_channel.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_shmem.o \
src/os/unix/ngx_shmem.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_process.o \
src/os/unix/ngx_process.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_daemon.o \
src/os/unix/ngx_daemon.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_setaffinity.o \
src/os/unix/ngx_setaffinity.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_setproctitle.o \
src/os/unix/ngx_setproctitle.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_posix_init.o \
src/os/unix/ngx_posix_init.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_user.o \
src/os/unix/ngx_user.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_process_cycle.o \
src/os/unix/ngx_process_cycle.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_linux_init.o \
src/os/unix/ngx_linux_init.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/event/modules/ngx_epoll_module.o \
src/event/modules/ngx_epoll_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/os/unix/ngx_linux_sendfile_chain.o \
src/os/unix/ngx_linux_sendfile_chain.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/ngx_regex.o \
src/core/ngx_regex.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http.o \
src/http/ngx_http.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_core_module.o \
src/http/ngx_http_core_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_special_response.o \
src/http/ngx_http_special_response.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_request.o \
src/http/ngx_http_request.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_parse.o \
src/http/ngx_http_parse.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_header_filter_module.o \
src/http/ngx_http_header_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_write_filter_module.o \
src/http/ngx_http_write_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_copy_filter_module.o \
src/http/ngx_http_copy_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_log_module.o \
src/http/modules/ngx_http_log_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_request_body.o \
src/http/ngx_http_request_body.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_variables.o \
src/http/ngx_http_variables.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_script.o \
src/http/ngx_http_script.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_upstream.o \
src/http/ngx_http_upstream.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_upstream_round_robin.o \
src/http/ngx_http_upstream_round_robin.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_parse_time.o \
src/http/ngx_http_parse_time.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_static_module.o \
src/http/modules/ngx_http_static_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_index_module.o \
src/http/modules/ngx_http_index_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_chunked_filter_module.o \
src/http/modules/ngx_http_chunked_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_range_filter_module.o \
src/http/modules/ngx_http_range_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_headers_filter_module.o \
src/http/modules/ngx_http_headers_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
src/http/modules/ngx_http_not_modified_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_busy_lock.o \
src/http/ngx_http_busy_lock.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_file_cache.o \
src/http/ngx_http_file_cache.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_gzip_filter_module.o \
src/http/modules/ngx_http_gzip_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/ngx_http_postpone_filter_module.o \
src/http/ngx_http_postpone_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_ssi_filter_module.o \
src/http/modules/ngx_http_ssi_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_charset_filter_module.o \
src/http/modules/ngx_http_charset_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_userid_filter_module.o \
src/http/modules/ngx_http_userid_filter_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_autoindex_module.o \
src/http/modules/ngx_http_autoindex_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_auth_basic_module.o \
src/http/modules/ngx_http_auth_basic_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_access_module.o \
src/http/modules/ngx_http_access_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_limit_conn_module.o \
src/http/modules/ngx_http_limit_conn_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_limit_req_module.o \
src/http/modules/ngx_http_limit_req_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_geo_module.o \
src/http/modules/ngx_http_geo_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_map_module.o \
src/http/modules/ngx_http_map_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_split_clients_module.o \
src/http/modules/ngx_http_split_clients_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_referer_module.o \
src/http/modules/ngx_http_referer_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_rewrite_module.o \
src/http/modules/ngx_http_rewrite_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_proxy_module.o \
src/http/modules/ngx_http_proxy_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_fastcgi_module.o \
src/http/modules/ngx_http_fastcgi_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_uwsgi_module.o \
src/http/modules/ngx_http_uwsgi_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_scgi_module.o \
src/http/modules/ngx_http_scgi_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_memcached_module.o \
src/http/modules/ngx_http_memcached_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_empty_gif_module.o \
src/http/modules/ngx_http_empty_gif_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_browser_module.o \
src/http/modules/ngx_http_browser_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
src/http/modules/ngx_http_upstream_ip_hash_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \
-o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
src/http/modules/ngx_http_upstream_keepalive_module.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/ngx_modules.o \
objs/ngx_modules.c
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
arm-linux-gcc -o objs/nginx \
objs/src/core/nginx.o \
objs/src/core/ngx_log.o \
objs/src/core/ngx_palloc.o \
objs/src/core/ngx_array.o \
objs/src/core/ngx_list.o \
objs/src/core/ngx_hash.o \
objs/src/core/ngx_buf.o \
objs/src/core/ngx_queue.o \
objs/src/core/ngx_output_chain.o \
objs/src/core/ngx_string.o \
objs/src/core/ngx_parse.o \
objs/src/core/ngx_inet.o \
objs/src/core/ngx_file.o \
objs/src/core/ngx_crc32.o \
objs/src/core/ngx_murmurhash.o \
objs/src/core/ngx_md5.o \
objs/src/core/ngx_rbtree.o \
objs/src/core/ngx_radix_tree.o \
objs/src/core/ngx_slab.o \
objs/src/core/ngx_times.o \
objs/src/core/ngx_shmtx.o \
objs/src/core/ngx_connection.o \
objs/src/core/ngx_cycle.o \
objs/src/core/ngx_spinlock.o \
objs/src/core/ngx_cpuinfo.o \
objs/src/core/ngx_conf_file.o \
objs/src/core/ngx_resolver.o \
objs/src/core/ngx_open_file_cache.o \
objs/src/core/ngx_crypt.o \
objs/src/event/ngx_event.o \
objs/src/event/ngx_event_timer.o \
objs/src/event/ngx_event_posted.o \
objs/src/event/ngx_event_busy_lock.o \
objs/src/event/ngx_event_accept.o \
objs/src/event/ngx_event_connect.o \
objs/src/event/ngx_event_pipe.o \
objs/src/os/unix/ngx_time.o \
objs/src/os/unix/ngx_errno.o \
objs/src/os/unix/ngx_alloc.o \
objs/src/os/unix/ngx_files.o \
objs/src/os/unix/ngx_socket.o \
objs/src/os/unix/ngx_recv.o \
objs/src/os/unix/ngx_readv_chain.o \
objs/src/os/unix/ngx_udp_recv.o \
objs/src/os/unix/ngx_send.o \
objs/src/os/unix/ngx_writev_chain.o \
objs/src/os/unix/ngx_channel.o \
objs/src/os/unix/ngx_shmem.o \
objs/src/os/unix/ngx_process.o \
objs/src/os/unix/ngx_daemon.o \
objs/src/os/unix/ngx_setaffinity.o \
objs/src/os/unix/ngx_setproctitle.o \
objs/src/os/unix/ngx_posix_init.o \
objs/src/os/unix/ngx_user.o \
objs/src/os/unix/ngx_process_cycle.o \
objs/src/os/unix/ngx_linux_init.o \
objs/src/event/modules/ngx_epoll_module.o \
objs/src/os/unix/ngx_linux_sendfile_chain.o \
objs/src/core/ngx_regex.o \
objs/src/http/ngx_http.o \
objs/src/http/ngx_http_core_module.o \
objs/src/http/ngx_http_special_response.o \
objs/src/http/ngx_http_request.o \
objs/src/http/ngx_http_parse.o \
objs/src/http/ngx_http_header_filter_module.o \
objs/src/http/ngx_http_write_filter_module.o \
objs/src/http/ngx_http_copy_filter_module.o \
objs/src/http/modules/ngx_http_log_module.o \
objs/src/http/ngx_http_request_body.o \
objs/src/http/ngx_http_variables.o \
objs/src/http/ngx_http_script.o \
objs/src/http/ngx_http_upstream.o \
objs/src/http/ngx_http_upstream_round_robin.o \
objs/src/http/ngx_http_parse_time.o \
objs/src/http/modules/ngx_http_static_module.o \
objs/src/http/modules/ngx_http_index_module.o \
objs/src/http/modules/ngx_http_chunked_filter_module.o \
objs/src/http/modules/ngx_http_range_filter_module.o \
objs/src/http/modules/ngx_http_headers_filter_module.o \
objs/src/http/modules/ngx_http_not_modified_filter_module.o \
objs/src/http/ngx_http_busy_lock.o \
objs/src/http/ngx_http_file_cache.o \
objs/src/http/modules/ngx_http_gzip_filter_module.o \
objs/src/http/ngx_http_postpone_filter_module.o \
objs/src/http/modules/ngx_http_ssi_filter_module.o \
objs/src/http/modules/ngx_http_charset_filter_module.o \
objs/src/http/modules/ngx_http_userid_filter_module.o \
objs/src/http/modules/ngx_http_autoindex_module.o \
objs/src/http/modules/ngx_http_auth_basic_module.o \
objs/src/http/modules/ngx_http_access_module.o \
objs/src/http/modules/ngx_http_limit_conn_module.o \
objs/src/http/modules/ngx_http_limit_req_module.o \
objs/src/http/modules/ngx_http_geo_module.o \
objs/src/http/modules/ngx_http_map_module.o \
objs/src/http/modules/ngx_http_split_clients_module.o \
objs/src/http/modules/ngx_http_referer_module.o \
objs/src/http/modules/ngx_http_rewrite_module.o \
objs/src/http/modules/ngx_http_proxy_module.o \
objs/src/http/modules/ngx_http_fastcgi_module.o \
objs/src/http/modules/ngx_http_uwsgi_module.o \
objs/src/http/modules/ngx_http_scgi_module.o \
objs/src/http/modules/ngx_http_memcached_module.o \
objs/src/http/modules/ngx_http_empty_gif_module.o \
objs/src/http/modules/ngx_http_browser_module.o \
objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
objs/ngx_modules.o \
-lpthread -lcrypt -lpcre -lcrypto -lcrypto -lz
/home/paultsai/cross_compile/asdk-4.9.3-a53-EL-3.10-g2.19-a32nt-150615/bin/arm-linux-gnueabi-xgcc: Exec format error
make[1]: Leaving directory '/home/paultsai/cross_compile/nginx-1.2.1'
make -f objs/Makefile manpage
make[1]: Entering directory '/home/paultsai/cross_compile/nginx-1.2.1'
make[1]: Nothing to be done for 'manpage'.
make[1]: Leaving directory '/home/paultsai/cross_compile/nginx-1.2.1'
Subject Author Posted

Cross-compiling Nginx for ARM?

Shohreh April 12, 2013 09:33AM

Re: Cross-compiling Nginx for ARM?

Maxim Dounin April 12, 2013 01:48PM

Re: Cross-compiling Nginx for ARM?

djczaski April 12, 2013 02:52PM

Re: Cross-compiling Nginx for ARM?

Shohreh April 15, 2013 06:23PM

Re: Cross-compiling Nginx for ARM?

W-Mark Kubacki April 17, 2013 09:34AM

Re: Cross-compiling Nginx for ARM?

PaulTsai August 16, 2017 09:33PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 191
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready