I am in the process of setting up a development system for bacula. I
reached the point of building the win32-cross-tools and it failed.
Please help let me know if I missed a step or installed something wrong.
Here is the listing from the build:
....tail of output....
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/libiberty/ternary.c:143: warning: ‘ternary_recursivesearch’ defined but not used
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/bfd/doc/chew.c: In function ‘print_stack_level’:
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/bfd/doc/chew.c:481: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/bfd/doc/chew.c:482: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/bfd/doc/chew.c: In function ‘main’:
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/bfd/doc/chew.c:1569: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long int’
cc1: warnings being treated as errors
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/binutils/bucomm.c: In function ‘make_tempname’:
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/binutils/bucomm.c:426: error: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
/home/jlowry/src/cross-tools/source/binutils-2.16.91-20060119-1/binutils/bucomm.c:433: error: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
make[4]: *** [bucomm.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-binutils] Error 2
make: *** [all] Error 2
make of binutils failed - log available: binutils-mingw32/make.log
I am using the README.mingw from the source.
thanks
|