0

我在 fc11 linux pc 中编译了我的代码库并出现以下错误。

Archive: [libexam.a]
Usage: mipsel-linux-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name][count] archive-file file...
mipsel-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])
  [D]          - use zero for timestamps and uids/gids
  [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
  [T]          - make a thin archive
  [v]          - be verbose
  [V]          - display the version number
 @<file>      - read options from <file>
 emulation options:
  No emulation specific options

 mipsel-linux-ar: supported targets: elf32-tradlittlemips elf32-tradbigmips ecoff-     littlemips ecoff-bigmips elf32-ntradlittlemips elf64-tradlittlemips elf32-ntradbigmips     elf64-tradbigmips elf64-little elf64-big elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex
make[3]: *** [core/linuxuser.mipsel-uclibc/libexam.a] Error 1
make[2]: *** [default] Error 2
make[1]: *** [build-exam] Error 2
make: *** [app] Error 2

谁能帮我确定这个错误的含义是什么?

注意:我提到具体是因为我只在一台特定的 fc11 pc 中收到此错误。我比较了工作和不工作的电脑之间的 uname -a ,两者都是一样的。是否有人确认是否需要为此安装任何特定的软件包。

4

0 回答 0