Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building gnu-toolchain-zlib
- + ./configure --prefix=/usr
- Checking for gcc...
- Checking for shared library support...
- No shared library support.
- Building static library libz.a version 1.2.8 with gcc.
- Checking for off64_t... Yes.
- Checking for fseeko... Yes.
- Checking for strerror... No.
- Checking for unistd.h... Yes.
- Checking for stdarg.h... Yes.
- Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
- Checking for vsnprintf() in stdio.h... No.
- WARNING: vsnprintf() not found, falling back to vsprintf(). zlib
- can build but will be open to possible buffer-overflow security
- vulnerabilities.
- Checking for return value of vsprintf()... Yes.
- Checking for attribute(visibility) support... Yes.
- + make
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -I. -c -o example.o test/example.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o adler32.o adler32.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o crc32.o crc32.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o deflate.o deflate.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o infback.o infback.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o inffast.o inffast.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o inflate.o inflate.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o trees.o trees.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o zutil.o zutil.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o compress.o compress.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o gzread.o gzread.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
- ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o example example.o -L. libz.a
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o example64 example64.o -L. libz.a
- gcc -O3 -D_LARGEFILE64_SOURCE=1 -DNO_STRERROR -DNO_vsnprintf -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
- //tools/libtools/lib/gcc/gcc/aarch64/aarch64-bootstrap-bootstrap-linux-linux-gnu-gnu/7.1.0/7.1.0/./.././...././.././..../aarch64/aarch64-bootstrap/--bootstraplinux-/-toolstoolslinux/gnu-lib/gnu/bin///libgccldbin//:aarch64/ -gcccannotbootstrapld/-: linuxaarch64 -findcannot- gnu //bootstrapfind7.1.0lib-/ linux//.ld-lib-./gnulinuxld/-/-aarch64.so.1.linux
- 7.1.0.-//aarch64.so.1..
- ..//....//.aarch64-./bootstrap..-linux/aarch64-gnu-bootstrap/bin-collect2: error: ld returned 1 exit status
- linux/-ld:gnu/ cannotbin/collect2: error: ld returned 1 exit status
- ldfind: cannot/lib find/ld /-linuxlib/-aarch64.so.1ld-
- linux-aarch64.so.1
- collect2: error: ld returned 1 exit status
- collect2: error: ld returned 1 exit status
- Makefile:170: recipe for target 'example' failed
- make: *** [example] Error 1
- make: *** Waiting for unfinished jobs....
- Makefile:173: recipe for target 'minigzip' failed
- make: *** [minigzip] Error 1
- Makefile:182: recipe for target 'example64' failed
- make: *** [example64] Error 1
- Makefile:185: recipe for target 'minigzip64' failed
- make: *** [minigzip64] Error 1
- Error building module gnu-toolchain-zlib.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement