arm-linux-ar: недопустимый вариант - z

Когда я хочу выполнить перекрестную сборку libz, возникает ошибка, и я ищу в Google, но не могу найти ответ. Пожалуйста, помогите мне. Также я нахожу веб-сайт, но я не могу понять это хорошо. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444727

Код:

root@ubuntu:/home/topeet/Desktop/zlib-1.2.5# make
arm-linux-ar libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o 
arm-linux-ar: illegal option -- z
Usage: arm-linux-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
       arm-linux-ar -M [<mri-script]
 commands:
  d            - delete file(s) from the archive
  m[ab]        - move file(s) in the archive
  p            - print file(s) found in the archive
  q[f]         - quick append file(s) to the archive
  r[ab][f][u]  - replace existing or insert new file(s) into the archive
  t            - display contents of archive
  x[o]         - extract file(s) from the archive
 command specific modifiers:
  [a]          - put file(s) after [member-name]
  [b]          - put file(s) before [member-name] (same as [i])
  [N]          - use instance [count] of name
  [f]          - truncate inserted file names
  [P]          - use full path names when matching
  [o]          - preserve original dates
  [u]          - only replace files that are newer than current archive contents
 generic modifiers:
  [c]          - do not warn if the library had to be created
  [s]          - create an archive index (cf. ranlib)
  [S]          - do not build a symbol table
  [v]          - be verbose
  [V]          - display the version number
  @<file>      - read options from <file>
 emulation options: 
  No emulation specific options
arm-linux-ar: supported targets: elf32-littlearm elf32-bigarm elf32-little elf32-big srec symbolsrec tekhex binary ihex
make: *** [libz.a] Error 1

1 ответ

Я думаю, что это ошибка arm-linux-ar. Я не знаю, где находится параметр '--z'.

Но мы можем связать это сами: (добавьте опции 'rcs')

arm-linux-ar rcs libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o 

после этого сделайте установку.

Другие вопросы по тегам