Advertisement
serenia

openssl

Jul 27th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. ... ...
  2. Configured for linux-elf.
  3.  
  4. *** Because of configuration changes, you MUST do the following before
  5. *** building:
  6.  
  7. make depend
  8. sed -i 's,-m64,,g' Makefile
  9. make CROSS_COMPILE=/opt/emlix/pnx8181/bin/arm-linux-gnueabi- CC=/opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc --sysroot=/opt/emlix/pnx8181/sysroot -nostdinc -nostdinc++ -B/opt/emlix/pnx8181/bin -isystem /opt/emlix/pnx8181/sysroot/usr/include -L /opt/emlix/pnx8181/sysroot/usr/lib -L /opt/emlix/pnx8181/sysroot/lib
  10. make: unrecognized option '--sysroot=/opt/emlix/pnx8181/sysroot'
  11. make: invalid option -- '/'
  12. make: invalid option -- 'y'
  13. Usage: make [options] [target] ...
  14. Options:
  15. -b, -m Ignored for compatibility.
  16. -B, --always-make Unconditionally make all targets.
  17. -C DIRECTORY, --directory=DIRECTORY
  18. Change to DIRECTORY before doing anything.
  19. -d Print lots of debugging information.
  20. --debug[=FLAGS] Print various types of debugging information.
  21. -e, --environment-overrides
  22. Environment variables override makefiles.
  23. --eval=STRING Evaluate STRING as a makefile statement.
  24. -f FILE, --file=FILE, --makefile=FILE
  25. Read FILE as a makefile.
  26. -h, --help Print this message and exit.
  27. -i, --ignore-errors Ignore errors from recipes.
  28. -I DIRECTORY, --include-dir=DIRECTORY
  29. Search DIRECTORY for included makefiles.
  30. -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
  31. -k, --keep-going Keep going when some targets can't be made.
  32. -l [N], --load-average[=N], --max-load[=N]
  33. Don't start multiple jobs unless load is below N.
  34. -L, --check-symlink-times Use the latest mtime between symlinks and target.
  35. -n, --just-print, --dry-run, --recon
  36. Don't actually run any recipe; just print them.
  37. -o FILE, --old-file=FILE, --assume-old=FILE
  38. Consider FILE to be very old and don't remake it.
  39. -O[TYPE], --output-sync[=TYPE]
  40. Synchronize output of parallel jobs by TYPE.
  41. -p, --print-data-base Print make's internal database.
  42. -q, --question Run no recipe; exit status says if up to date.
  43. -r, --no-builtin-rules Disable the built-in implicit rules.
  44. -R, --no-builtin-variables Disable the built-in variable settings.
  45. -s, --silent, --quiet Don't echo recipes.
  46. -S, --no-keep-going, --stop
  47. Turns off -k.
  48. -t, --touch Touch targets instead of remaking them.
  49. --trace Print tracing information.
  50. -v, --version Print the version number of make and exit.
  51. -w, --print-directory Print the current directory.
  52. --no-print-directory Turn off -w, even if it was turned on implicitly.
  53. -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
  54. Consider FILE to be infinitely new.
  55. --warn-undefined-variables Warn when an undefined variable is referenced.
  56.  
  57. This program built for i686-pc-linux-gnu
  58. Report bugs to <bug-make@gnu.org>
  59. Makefile.cyt:5: recipe for target 'all' failed
  60. make[3]: *** [all] Error 2
  61. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source/pkgs/openssl-1.0.2l'
  62. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_openssl' failed
  63. make[2]: *** [_subdir_openssl] Error 2
  64. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router/open_source'
  65. /home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_open_source' failed
  66. make[1]: *** [_subdir_open_source] Error 2
  67. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR1_gpl/payton/src/router'
  68. Rules.mk:74: recipe for target '_subdir_router' failed
  69. make: *** [_subdir_router] Error 2
  70. alexander@debian:~/test/payton_1.4.1.SR1_gpl/payton/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement