[distcc] distcc error with make uImage on linux kernel

Khem Raj kraj at mvista.com
Fri Oct 19 10:33:29 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I was trying to use distcc to compile a linux kernel for ARM target.
Everything went fine until it started doing uImage stuff

The command from Makefile is

      cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A arm -O linux -T kernel\
                   -C none -a $(ZRELADDR) -e $(ZRELADDR) \
                   -n 'Linux-$(KERNELRELEASE)' -d $< $@

where CONFIG_SHELL=/bin/sh
MKIMAGE=/path/to/mkuboot.sh

When executing above distcc

 /bin/sh
/local/kraj/work/mv/kernel/mobi_50/linux-2.6.21/scripts/mkuboot.sh -A
arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n
'Linux-2.6.21_mobilinux500' -d arch/arm/boot/zImage arch/arm/boot/uImage
cc: linux: No such file or directory
cc: none: No such file or directory
cc: 0x10008000: No such file or directory
cc: Linux-2.6.21_mobilinux500: No such file or directory
cc: arch/arm/boot/uImage: No such file or directory
distcc[21116] ERROR: compile (null) on localhost failed
make[2]: *** [arch/arm/boot/uImage] Error 1
make[1]: *** [uImage] Error 2
make: *** [uImage] Error 2


Now as you can see it tried to invoke cc on this command. Which it
should not have done. It ignored the $(CONFIG_SHELL) $(MKIMAGE) part and
invoked
cc -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n
Linux-2.6.21_mobilinux500 -d arch/arm/boot/zImage arch/arm/boot/uImage

Which resulted in above error.

Log is attached.

I am using ubuntu 7.10 and distcc 2.18.3

TIA

- --
Khem Raj
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHGIEXUjbQJxVzeZQRAkAPAJ9QfnGcabq7CDv2qXHB3mJOmollGgCfSQJA
ao5zyTT7ulAXBwBO1DtkH0Y=
=Ai6h
-----END PGP SIGNATURE-----
-------------- next part --------------
distcc[21136] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21136] (dcc_recursion_safeguard) safeguard level=0
distcc[21136] (main) compiler name is "distcc"
distcc[21136] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -S -xc /dev/null -o .21135.tmp
distcc[21136] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21136] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21136] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -S -xc /dev/null -o .21135.tmp
distcc[21136] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21136] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -S -xc /dev/null -o .21135.tmp
distcc[21137] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21136] (dcc_spawn_child) child started as pid21137
distcc[21136] (dcc_collect_child) cc child 21137 terminated with status 0
distcc[21136] (dcc_collect_child) cc times: user 0.012998s, system 0.002999s, 1121 minflt, 0 majflt
distcc[21136] compile (null) on localhost completed ok
distcc[21136] elapsed compilation time 0.025801s
distcc[21136] (dcc_exit) exit: code 0; self: 0.001999 user 0.000000 sys; children: 0.012998 user 0.002999 sys
distcc[21136] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21141] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21141] (dcc_recursion_safeguard) safeguard level=0
distcc[21141] (main) compiler name is "distcc"
distcc[21141] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv6 -S -xc /dev/null -o .21140.tmp
distcc[21141] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21141] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21141] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv6 -S -xc /dev/null -o .21140.tmp
distcc[21141] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21141] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv6 -S -xc /dev/null -o .21140.tmp
distcc[21142] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21141] (dcc_spawn_child) child started as pid21142
distcc[21141] (dcc_collect_child) cc child 21142 terminated with status 0
distcc[21141] (dcc_collect_child) cc times: user 0.010998s, system 0.003999s, 1124 minflt, 0 majflt
distcc[21141] compile (null) on localhost completed ok
distcc[21141] elapsed compilation time 0.015923s
distcc[21141] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.010998 user 0.003999 sys
distcc[21141] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21146] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21146] (dcc_recursion_safeguard) safeguard level=0
distcc[21146] (main) compiler name is "distcc"
distcc[21146] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv6k -S -xc /dev/null -o .21145.tmp
distcc[21146] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21146] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21146] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv6k -S -xc /dev/null -o .21145.tmp
distcc[21146] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21146] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv6k -S -xc /dev/null -o .21145.tmp
distcc[21147] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21146] (dcc_spawn_child) child started as pid21147
distcc[21146] (dcc_collect_child) cc child 21147 terminated with status 0
distcc[21146] (dcc_collect_child) cc times: user 0.010998s, system 0.003999s, 1124 minflt, 0 majflt
distcc[21146] compile (null) on localhost completed ok
distcc[21146] elapsed compilation time 0.015932s
distcc[21146] (dcc_exit) exit: code 0; self: 0.000999 user 0.000000 sys; children: 0.010998 user 0.003999 sys
distcc[21146] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21151] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21151] (dcc_recursion_safeguard) safeguard level=0
distcc[21151] (main) compiler name is "distcc"
distcc[21151] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv5te -S -xc /dev/null -o .21150.tmp
distcc[21151] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21151] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21151] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv5te -S -xc /dev/null -o .21150.tmp
distcc[21151] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21151] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -march=armv5te -S -xc /dev/null -o .21150.tmp
distcc[21152] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21151] (dcc_spawn_child) child started as pid21152
distcc[21151] (dcc_collect_child) cc child 21152 terminated with status 0
distcc[21151] (dcc_collect_child) cc times: user 0.011998s, system 0.003999s, 1123 minflt, 0 majflt
distcc[21151] compile (null) on localhost completed ok
distcc[21151] elapsed compilation time 0.015959s
distcc[21151] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.011998 user 0.003999 sys
distcc[21151] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21156] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21156] (dcc_recursion_safeguard) safeguard level=0
distcc[21156] (main) compiler name is "distcc"
distcc[21156] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=arm9e -S -xc /dev/null -o .21155.tmp
distcc[21156] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21156] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21156] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=arm9e -S -xc /dev/null -o .21155.tmp
distcc[21156] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21156] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=arm9e -S -xc /dev/null -o .21155.tmp
distcc[21157] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21156] (dcc_spawn_child) child started as pid21157
distcc[21156] (dcc_collect_child) cc child 21157 terminated with status 0
distcc[21156] (dcc_collect_child) cc times: user 0.010998s, system 0.004999s, 1121 minflt, 0 majflt
distcc[21156] compile (null) on localhost completed ok
distcc[21156] elapsed compilation time 0.016195s
distcc[21156] (dcc_exit) exit: code 0; self: 0.000000 user 0.001999 sys; children: 0.010998 user 0.004999 sys
distcc[21156] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21161] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21161] (dcc_recursion_safeguard) safeguard level=0
distcc[21161] (main) compiler name is "distcc"
distcc[21161] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=xscale -S -xc /dev/null -o .21160.tmp
distcc[21161] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21161] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21161] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=xscale -S -xc /dev/null -o .21160.tmp
distcc[21161] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21161] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=xscale -S -xc /dev/null -o .21160.tmp
distcc[21162] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21161] (dcc_spawn_child) child started as pid21162
distcc[21161] (dcc_collect_child) cc child 21162 terminated with status 0
distcc[21161] (dcc_collect_child) cc times: user 0.011998s, system 0.003999s, 1121 minflt, 0 majflt
distcc[21161] compile (null) on localhost completed ok
distcc[21161] elapsed compilation time 0.016277s
distcc[21161] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.011998 user 0.003999 sys
distcc[21161] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21166] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21166] (dcc_recursion_safeguard) safeguard level=0
distcc[21166] (main) compiler name is "distcc"
distcc[21166] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=xscale -S -xc /dev/null -o .21165.tmp
distcc[21166] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21166] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21166] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=xscale -S -xc /dev/null -o .21165.tmp
distcc[21166] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21166] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=xscale -S -xc /dev/null -o .21165.tmp
distcc[21167] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21166] (dcc_spawn_child) child started as pid21167
distcc[21166] (dcc_collect_child) cc child 21167 terminated with status 0
distcc[21166] (dcc_collect_child) cc times: user 0.010998s, system 0.002999s, 1121 minflt, 0 majflt
distcc[21166] compile (null) on localhost completed ok
distcc[21166] elapsed compilation time 0.016215s
distcc[21166] (dcc_exit) exit: code 0; self: 0.000999 user 0.000999 sys; children: 0.010998 user 0.002999 sys
distcc[21166] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21171] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21171] (dcc_recursion_safeguard) safeguard level=0
distcc[21171] (main) compiler name is "distcc"
distcc[21171] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=arm1136j-s -S -xc /dev/null -o .21170.tmp
distcc[21171] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21171] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21171] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=arm1136j-s -S -xc /dev/null -o .21170.tmp
distcc[21171] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21171] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mtune=arm1136j-s -S -xc /dev/null -o .21170.tmp
distcc[21172] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21171] (dcc_spawn_child) child started as pid21172
distcc[21171] (dcc_collect_child) cc child 21172 terminated with status 0
distcc[21171] (dcc_collect_child) cc times: user 0.011998s, system 0.003999s, 1120 minflt, 0 majflt
distcc[21171] compile (null) on localhost completed ok
distcc[21171] elapsed compilation time 0.016530s
distcc[21171] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.011998 user 0.003999 sys
distcc[21171] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21176] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21176] (dcc_recursion_safeguard) safeguard level=0
distcc[21176] (main) compiler name is "distcc"
distcc[21176] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -malignment-traps -S -xc /dev/null -o .21175.tmp
distcc[21176] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21176] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21176] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -malignment-traps -S -xc /dev/null -o .21175.tmp
distcc[21176] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21176] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -malignment-traps -S -xc /dev/null -o .21175.tmp
distcc[21177] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21176] (dcc_spawn_child) child started as pid21177
distcc[21176] (dcc_collect_child) cc child 21177 terminated with status 0x100
distcc[21176] (dcc_collect_child) cc times: user 0.000999s, system 0.002999s, 597 minflt, 0 majflt
distcc[21176] ERROR: compile (null) on localhost failed
distcc[21176] elapsed compilation time 0.004492s
distcc[21176] (dcc_exit) exit: code 1; self: 0.000999 user 0.000999 sys; children: 0.000999 user 0.002999 sys
distcc[21176] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21181] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21181] (dcc_recursion_safeguard) safeguard level=0
distcc[21181] (main) compiler name is "distcc"
distcc[21181] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mshort-load-bytes -S -xc /dev/null -o .21180.tmp
distcc[21181] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21181] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[21181] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mshort-load-bytes -S -xc /dev/null -o .21180.tmp
distcc[21181] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21181] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mshort-load-bytes -S -xc /dev/null -o .21180.tmp
distcc[21182] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21181] (dcc_spawn_child) child started as pid21182
distcc[21181] (dcc_collect_child) cc child 21182 terminated with status 0x100
distcc[21181] (dcc_collect_child) cc times: user 0.001999s, system 0.001999s, 597 minflt, 0 majflt
distcc[21181] ERROR: compile (null) on localhost failed
distcc[21181] elapsed compilation time 0.004511s
distcc[21181] (dcc_exit) exit: code 1; self: 0.000000 user 0.000999 sys; children: 0.001999 user 0.001999 sys
distcc[21181] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21186] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21186] (dcc_recursion_safeguard) safeguard level=0
distcc[21186] (main) compiler name is "distcc"
distcc[21186] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-optimize-sibling-calls -S -xc /dev/null -o .21185.tmp
distcc[21186] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21186] (dcc_lock_host) got cpu lock on localhost slot 0 as fd9
distcc[21186] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-optimize-sibling-calls -S -xc /dev/null -o .21185.tmp
distcc[21186] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21186] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-optimize-sibling-calls -S -xc /dev/null -o .21185.tmp
distcc[21187] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21186] (dcc_spawn_child) child started as pid21187
distcc[21186] (dcc_collect_child) cc child 21187 terminated with status 0
distcc[21186] (dcc_collect_child) cc times: user 0.013997s, system 0.001999s, 1128 minflt, 0 majflt
distcc[21186] compile (null) on localhost completed ok
distcc[21186] elapsed compilation time 0.016002s
distcc[21186] (dcc_exit) exit: code 0; self: 0.000000 user 0.001999 sys; children: 0.013997 user 0.001999 sys
distcc[21186] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21191] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21191] (dcc_recursion_safeguard) safeguard level=0
distcc[21191] (main) compiler name is "distcc"
distcc[21191] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -S -xc /dev/null -o .21190.tmp
distcc[21191] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21191] (dcc_lock_host) got cpu lock on localhost slot 0 as fd9
distcc[21191] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -S -xc /dev/null -o .21190.tmp
distcc[21191] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21191] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -S -xc /dev/null -o .21190.tmp
distcc[21192] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21191] (dcc_spawn_child) child started as pid21192
distcc[21191] (dcc_collect_child) cc child 21192 terminated with status 0
distcc[21191] (dcc_collect_child) cc times: user 0.011998s, system 0.003999s, 1149 minflt, 0 majflt
distcc[21191] compile (null) on localhost completed ok
distcc[21191] elapsed compilation time 0.016190s
distcc[21191] (dcc_exit) exit: code 0; self: 0.000000 user 0.001999 sys; children: 0.011998 user 0.003999 sys
distcc[21191] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21195] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21195] (dcc_recursion_safeguard) safeguard level=0
distcc[21195] (main) compiler name is "distcc"
distcc[21195] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -print-file-name=include
distcc[21195] (dcc_scan_args) compiler apparently called not for compile
distcc[21195] (dcc_lock_host) got cpu lock on localhost slot 0 as fd9
distcc[21195] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -print-file-name=include
distcc[21195] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21195] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -print-file-name=include
distcc[21196] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21195] (dcc_spawn_child) child started as pid21196
distcc[21195] (dcc_collect_child) cc child 21196 terminated with status 0
distcc[21195] (dcc_collect_child) cc times: user 0.000000s, system 0.000999s, 236 minflt, 0 majflt
distcc[21195] compile (null) on localhost completed ok
distcc[21195] elapsed compilation time 0.005982s
distcc[21195] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.000000 user 0.000999 sys
distcc[21195] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21198] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21198] (dcc_recursion_safeguard) safeguard level=0
distcc[21198] (main) compiler name is "distcc"
distcc[21198] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -S -xc /dev/null -o .21197.tmp
distcc[21198] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21198] (dcc_lock_host) got cpu lock on localhost slot 0 as fd9
distcc[21198] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -S -xc /dev/null -o .21197.tmp
distcc[21198] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21198] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -S -xc /dev/null -o .21197.tmp
distcc[21199] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21198] (dcc_spawn_child) child started as pid21199
distcc[21198] (dcc_collect_child) cc child 21199 terminated with status 0
distcc[21198] (dcc_collect_child) cc times: user 0.009998s, system 0.003999s, 1150 minflt, 0 majflt
distcc[21198] compile (null) on localhost completed ok
distcc[21198] elapsed compilation time 0.018063s
distcc[21198] (dcc_exit) exit: code 0; self: 0.000999 user 0.000000 sys; children: 0.009998 user 0.003999 sys
distcc[21198] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21203] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21203] (dcc_recursion_safeguard) safeguard level=0
distcc[21203] (main) compiler name is "distcc"
distcc[21203] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -S -xc /dev/null -o .21202.tmp
distcc[21203] (dcc_scan_args) gcc's -x handling is complex; running locally
distcc[21203] (dcc_lock_host) got cpu lock on localhost slot 0 as fd9
distcc[21203] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -S -xc /dev/null -o .21202.tmp
distcc[21203] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21203] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -S -xc /dev/null -o .21202.tmp
distcc[21204] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21203] (dcc_spawn_child) child started as pid21204
distcc[21203] (dcc_collect_child) cc child 21204 terminated with status 0
distcc[21203] (dcc_collect_child) cc times: user 0.009998s, system 0.004999s, 1149 minflt, 0 majflt
distcc[21203] compile (null) on localhost completed ok
distcc[21203] elapsed compilation time 0.016142s
distcc[21203] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.009998 user 0.004999 sys
distcc[21203] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[21497] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[21497] (dcc_recursion_safeguard) safeguard level=0
distcc[21497] (main) compiler name is "distcc"
distcc[21497] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -v
distcc[21497] (dcc_scan_args) compiler apparently called not for compile
distcc[21497] (dcc_lock_host) got cpu lock on localhost slot 0 as fd5
distcc[21497] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -v
distcc[21497] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[21497] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -v
distcc[21509] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[21497] (dcc_spawn_child) child started as pid21509
distcc[21497] (dcc_collect_child) cc child 21509 terminated with status 0
distcc[21497] (dcc_collect_child) cc times: user 0.000999s, system 0.000999s, 218 minflt, 0 majflt
distcc[21497] compile (null) on localhost completed ok
distcc[21497] elapsed compilation time 0.003619s
distcc[21497] (dcc_exit) exit: code 0; self: 0.000000 user 0.002999 sys; children: 0.000999 user 0.000999 sys
distcc[21497] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[22143] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[22143] (dcc_recursion_safeguard) safeguard level=0
distcc[22143] (main) compiler name is "distcc"
distcc[22143] (dcc_scan_args) scanning arguments: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign --print-libgcc-file-name
distcc[22143] (dcc_scan_args) compiler apparently called not for compile
distcc[22143] (dcc_lock_host) got cpu lock on localhost slot 0 as fd10
distcc[22143] exec on localhost: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign --print-libgcc-file-name
distcc[22143] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[22143] (dcc_spawn_child) forking to execute: /mvista/engr_area/mobilinux/tahoma071016_0704217/arm_v5t_le/montavista/mobilinux/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -marm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign --print-libgcc-file-name
distcc[22144] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[22143] (dcc_spawn_child) child started as pid22144
distcc[22143] (dcc_collect_child) cc child 22144 terminated with status 0
distcc[22143] (dcc_collect_child) cc times: user 0.000000s, system 0.001999s, 238 minflt, 0 majflt
distcc[22143] compile (null) on localhost completed ok
distcc[22143] elapsed compilation time 0.003632s
distcc[22143] (dcc_exit) exit: code 0; self: 0.000000 user 0.000999 sys; children: 0.000000 user 0.001999 sys
distcc[22143] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[22150] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built Oct 19 2007 00:54:15
distcc[22150] (dcc_recursion_safeguard) safeguard level=0
distcc[22150] (main) compiler name is "distcc"
distcc[22150] (dcc_scan_args) scanning arguments: cc -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n Linux-2.6.21_mobilinux500 -d arch/arm/boot/zImage arch/arm/boot/uImage
distcc[22150] (dcc_scan_args) compiler apparently called not for compile
distcc[22150] (dcc_lock_host) got cpu lock on localhost slot 0 as fd5
distcc[22150] exec on localhost: cc -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n Linux-2.6.21_mobilinux500 -d arch/arm/boot/zImage arch/arm/boot/uImage
distcc[22150] (dcc_note_state) note state 5, file "(NULL)", host "localhost"
distcc[22150] (dcc_spawn_child) forking to execute: cc -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n Linux-2.6.21_mobilinux500 -d arch/arm/boot/zImage arch/arm/boot/uImage
distcc[22151] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[22150] (dcc_spawn_child) child started as pid22151
distcc[22150] (dcc_collect_child) cc child 22151 terminated with status 0x100
distcc[22150] (dcc_collect_child) cc times: user 0.000000s, system 0.001999s, 256 minflt, 0 majflt
distcc[22150] ERROR: compile (null) on localhost failed
distcc[22150] elapsed compilation time 0.001976s
distcc[22150] (dcc_exit) exit: code 1; self: 0.000000 user 0.000999 sys; children: 0.000000 user 0.001999 sys
distcc[22150] (dcc_cleanup_tempfiles) deleted 0 temporary files


More information about the distcc mailing list