Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 1.28 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Locutus linux-3.3.4-gentoo # make -j3
  2. make[1]: Nothing to be done for `all'.
  3.   CHK     include/linux/version.h
  4.   CHK     include/generated/utsrelease.h
  5.   CALL    scripts/checksyscalls.sh
  6.   LD      usr/built-in.o
  7. ar: invalid option -- 's'
  8. BusyBox v1.20.0 (2012-05-05 11:47:15 EST) multi-call binary.
  9.  
  10. Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
  11.  
  12. Extract or list FILES from an ar archive
  13.  
  14.         -o      Preserve original dates
  15.         -p      Extract to stdout
  16.         -t      List
  17.         -x      Extract
  18.         -v      Verbose
  19.  
  20. make[1]: *** [usr/built-in.o] Error 1
  21. make: *** [usr] Error 2
  22. make: *** Waiting for unfinished jobs....
  23.   CHK     include/generated/compile.h
  24.   LD      arch/x86/platform/ce4100/built-in.o
  25. ar: invalid option -- 's'
  26. BusyBox v1.20.0 (2012-05-05 11:47:15 EST) multi-call binary.
  27.  
  28. Usage: ar [-o] [-v] [-p] [-t] [-x] ARCHIVE FILES
  29.  
  30. Extract or list FILES from an ar archive
  31.  
  32.         -o      Preserve original dates
  33.         -p      Extract to stdout
  34.         -t      List
  35.         -x      Extract
  36.         -v      Verbose
  37.  
  38. make[3]: *** [arch/x86/platform/ce4100/built-in.o] Error 1
  39. make[2]: *** [arch/x86/platform/ce4100] Error 2
  40. make[1]: *** [arch/x86/platform] Error 2
  41. make[1]: *** Waiting for unfinished jobs....
  42. make: *** [arch/x86] Error 2