Skip to content

Instantly share code, notes, and snippets.

@bmeck

bmeck/with V=1 Secret

Created October 6, 2012 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmeck/5f89e46901c43e50a5ff to your computer and use it in GitHub Desktop.
Save bmeck/5f89e46901c43e50a5ff to your computer and use it in GitHub Desktop.
AR(target) /root/badaeternum/out/Default/obj.target/deps/libuv/libuv.a
ar: illegal option -- T
Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
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
ar: supported targets: elf32-i386 coff-i386 elf64-x86-64 elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex
make: *** [/root/badaeternum/out/Default/obj.target/deps/libuv/libuv.a] Error 1
rm -f /root/badaeternum/out/Default/obj.target/deps/libuv/libuv.a && ar crsT /root/badaeternum/out/Default/obj.target/deps/libuv/libuv.a /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/fs-poll.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/inet.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/uv-common.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/async.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/core.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/dl.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/eio/eio.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/error.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/ev/ev.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/fs.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/loop.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/loop-watcher.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/pipe.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/poll.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/process.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/signal.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/stream.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/tcp.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/thread.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/timer.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/tty.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/udp.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/uv-eio.o /root/badaeternum/out/Default/obj.target/uv/deps/libuv/src/unix/sunos.o
ar: illegal option -- T
Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
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
ar: supported targets: elf32-i386 coff-i386 elf64-x86-64 elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex
make: *** [/root/badaeternum/out/Default/obj.target/deps/libuv/libuv.a] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment