Guest User

Untitled

a guest
Oct 15th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Checking whether the ASM_NASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
  2. yasm 1.3.0
  3. Compiled on May 6 2015.
  4. Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
  5. Run yasm --license for licensing overview and summary.
  6. Checking whether the ASM_NASM compiler is HP using "-V" did not match "HP C":
  7. yasm: warning: unrecognized option `-V'
  8. yasm: No input files specified
  9. Checking whether the ASM_NASM compiler is Intel using "--version" did not match "(ICC)":
  10. yasm 1.3.0
  11. Compiled on May 6 2015.
  12. Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
  13. Run yasm --license for licensing overview and summary.
  14. Checking whether the ASM_NASM compiler is SunPro using "-V" did not match "Sun C":
  15. yasm: warning: unrecognized option `-V'
  16. yasm: No input files specified
  17. Checking whether the ASM_NASM compiler is XL using "-qversion" did not match "XL C":
  18. yasm: warning: unrecognized option `-qversion'
  19. yasm: No input files specified
  20. Checking whether the ASM_NASM compiler is MSVC using "/?" did not match "Microsoft":
  21. yasm: file name already has no extension: output will be in `yasm.out'
  22. yasm: FATAL: Could not open input file
  23. Checking whether the ASM_NASM compiler is TI using "-h" did not match "Texas Instruments":
  24. usage: yasm [option]* file
  25. Options:
  26. --version show version text
  27. --license show license text
  28. -h, --help show help text
  29. --arch=<arch> select architecture (list with -a help)
  30. -a <arch>
  31. --parser=<parser> select parser (list with -p help)
  32. -p <parser>
  33. --preproc=<preproc> select preprocessor (list with -r help)
  34. -r <preproc>
  35. --oformat=<format> select object format (list with -f help)
  36. -f <format>
  37. --dformat=<debug> select debugging format (list with -g help)
  38. -g <debug>
  39. --lformat=<list> select list format (list with -L help)
  40. -L <list>
  41. --list=<listfile> name of list-file output
  42. -l <listfile>
  43. --objfile=<filename> name of object-file output
  44. -o <filename>
  45. --mapfile=<filename> name of map-file output
  46. --machine=<machine> select machine (list with -m help)
  47. -m <machine>
  48. --force-strict treat all sized operands as if `strict' was used
  49. -w inhibits warning messages
  50. -W enables/disables warning
  51. -M generate Makefile dependencies on stdout
  52. -E <file> redirect error messages to file
  53. -s redirect error messages to stdout
  54. -e, --preproc-only preprocess only (writes output to stdout by default)
  55. -i <path> add include path
  56. -I <path> add include path
  57. -P <filename> pre-include file
  58. -d <macro[=value]> pre-define a macro, optionally to value
  59. -D <macro[=value]> pre-define a macro, optionally to value
  60. -u <macro> undefine a macro
  61. -U <macro> undefine a macro
  62. -X <style> select error/warning message style (`gnu' or `vc')
  63. --prefix=<prefix> prepend argument to name of all external symbols
  64. --suffix=<suffix> append argument to name of all external symbols
  65. --postfix=<suffix> append argument to name of all external symbols
  66.  
  67. Files are asm sources to be assembled.
  68.  
  69. Sample invocation:
  70. yasm -f elf -o object.o source.asm
  71.  
  72. Report bugs to bug-yasm@tortall.net
  73. Checking whether the ASM_NASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
  74. yasm 1.3.0
  75. Compiled on May 6 2015.
  76. Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
  77. Run yasm --license for licensing overview and summary.
  78. Checking whether the ASM_NASM compiler is IAR using "" did not match "IAR Assembler":
  79. yasm: No input files specified
  80. Checking whether the ASM_NASM compiler is ARMCC using "" did not match "(ARM Compiler)|(ARM Assembler)":
  81. yasm: No input files specified
  82. Checking whether the ASM_NASM compiler is NASM using "-v" did not match "(NASM version)":
  83. yasm: warning: unrecognized option `-v'
  84. yasm: No input files specified
Add Comment
Please, Sign In to add comment