Guest User

Untitled

a guest
Jun 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.90 KB | None | 0 0
  1. [root@graphitemaster ccaprice]# make -j9
  2. Error: No target specified; try `make TARG=x86_64`
  3. [root@graphitemaster ccaprice]# make TARG=x86_64 -j9
  4. [crt] Building a C99 object file src/crt/runtime.o
  5. [string] Building a C99 object file src/string/memchr.o
  6. [string] Building a C99 object file src/string/memcmp.o
  7. [string] Building a C99 object file src/string/memcpy.o
  8. [string] Building a C99 object file src/string/memset.o
  9. [string] Building a C99 object file src/string/memmove.o
  10. [string] Building a C99 object file src/string/strcat.o
  11. [string] Building a C99 object file src/string/strchr.o
  12. [string] Building a C99 object file src/string/strcmp.o
  13. [string] Building a C99 object file src/string/strcpy.o
  14. [string] Building a C99 object file src/string/strcspn.o
  15. [string] Building a C99 object file src/string/strlen.o
  16. [string] Building a C99 object file src/string/strncat.o
  17. [string] Building a C99 object file src/string/strncmp.o
  18. [string] Building a C99 object file src/string/strncpy.o
  19. [string] Building a C99 object file src/string/strdup.o
  20. [string] Building a C99 object file src/string/strerror.o
  21. [string] Building a C99 object file src/string/strpbrk.o
  22. [string] Building a C99 object file src/string/strspn.o
  23. [stdlib] Building a C99 object file src/stdlib/abort.o
  24. [string] Building a C99 object file src/string/strstr.o
  25. [stdlib] Building a C99 object file src/stdlib/atoi.o
  26. [stdlib] Building a C99 object file src/stdlib/exit.o
  27. [stdlib] Building a C99 object file src/stdlib/getenv.o
  28. [stdlib] Building a C99 object file src/stdlib/malloc.o
  29. [stdlib] Building a C99 object file src/stdlib/puts.o
  30. [stdlib] Building a C99 object file src/stdlib/rand.o
  31. [stdio] Building a C99 object file src/stdio/fclose.o
  32. [stdio] Building a C99 object file src/stdio/feof.o
  33. [stdio] Building a C99 object file src/stdio/ferror.o
  34. [stdio] Building a C99 object file src/stdio/fflush.o
  35. [stdio] Building a C99 object file src/stdio/fopen.o
  36. [stdio] Building a C99 object file src/stdio/fputc.o
  37. [stdio] Building a C99 object file src/stdio/fputs.o
  38. [stdio] Building a C99 object file src/stdio/fwrite.o
  39. [stdio] Building a C99 object file src/stdio/printf.o
  40. [stdio] Building a C99 object file src/stdio/remove.o
  41. [math] Building a C99 object file src/math/abs.o
  42. [math] Building a C99 object file src/math/atan.o
  43. [math] Building a C99 object file src/math/ceil.o
  44. [math] Building a C99 object file src/math/floor.o
  45. [math] Building a C99 object file src/math/fabs.o
  46. [math] Building a C99 object file src/math/finite.o
  47. [math] Building a C99 object file src/math/isnan.o
  48. [math] Building a C99 object file src/math/frexp.o
  49. [math] Building a C99 object file src/math/ilogb.o
  50. [posix] Building a C99 object file src/posix/errno.o
  51. [crt] Building a ASM object file src/crt/x86_64.S
  52. Creating static library ...
  53. Completed Build for x86_64
  54. [root@graphitemaster ccaprice]# make clean
  55. [root@graphitemaster ccaprice]# make TARG=x86_64 VERBOSE=1 -j9
  56. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/assert.c -o src/assert.o
  57. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/locale.c -o src/locale.o
  58. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/signal.c -o src/signal.o
  59. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/crt/runtime.c -o src/crt/runtime.o
  60. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/memchr.c -o src/string/memchr.o
  61. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/memcmp.c -o src/string/memcmp.o
  62. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/memcpy.c -o src/string/memcpy.o
  63. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/memset.c -o src/string/memset.o
  64. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/memmove.c -o src/string/memmove.o
  65. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strcat.c -o src/string/strcat.o
  66. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strchr.c -o src/string/strchr.o
  67. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strcmp.c -o src/string/strcmp.o
  68. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strcpy.c -o src/string/strcpy.o
  69. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strcspn.c -o src/string/strcspn.o
  70. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strlen.c -o src/string/strlen.o
  71. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strncat.c -o src/string/strncat.o
  72. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strncmp.c -o src/string/strncmp.o
  73. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strncpy.c -o src/string/strncpy.o
  74. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strdup.c -o src/string/strdup.o
  75. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strerror.c -o src/string/strerror.o
  76. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strpbrk.c -o src/string/strpbrk.o
  77. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strspn.c -o src/string/strspn.o
  78. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/string/strstr.c -o src/string/strstr.o
  79. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/abort.c -o src/stdlib/abort.o
  80. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/atoi.c -o src/stdlib/atoi.o
  81. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/exit.c -o src/stdlib/exit.o
  82. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/getenv.c -o src/stdlib/getenv.o
  83. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/malloc.c -o src/stdlib/malloc.o
  84. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/puts.c -o src/stdlib/puts.o
  85. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdlib/rand.c -o src/stdlib/rand.o
  86. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/fclose.c -o src/stdio/fclose.o
  87. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/feof.c -o src/stdio/feof.o
  88. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/ferror.c -o src/stdio/ferror.o
  89. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/fflush.c -o src/stdio/fflush.o
  90. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/fopen.c -o src/stdio/fopen.o
  91. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/fputc.c -o src/stdio/fputc.o
  92. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/fputs.c -o src/stdio/fputs.o
  93. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/fwrite.c -o src/stdio/fwrite.o
  94. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/printf.c -o src/stdio/printf.o
  95. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/stdio/remove.c -o src/stdio/remove.o
  96. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/abs.c -o src/math/abs.o
  97. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/atan.c -o src/math/atan.o
  98. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/ceil.c -o src/math/ceil.o
  99. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/floor.c -o src/math/floor.o
  100. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/fabs.c -o src/math/fabs.o
  101. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/finite.c -o src/math/finite.o
  102. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/isnan.c -o src/math/isnan.o
  103. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/frexp.c -o src/math/frexp.o
  104. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/math/ilogb.c -o src/math/ilogb.o
  105. cc -I. -ggdb3 -Wall -nostdlib -std=c99 -fno-builtin -ffreestanding -fno-strict-aliasing -DCCAPRICE_CP -DCCAPRICE_LOCALE_SET=en_US -DCCAPRICE_TARGET_X86_64 -c src/posix/errno.c -o src/posix/errno.o
  106. cc src/crt/x86_64.S -c -o src/crt/x86_64.o
  107. ar rcs ccaprice.a src/crt/x86_64.o src/assert.o src/locale.o src/signal.o src/crt/runtime.o src/string/memchr.o src/string/memcmp.o src/string/memcpy.o src/string/memset.o src/string/memmove.o src/string/strcat.o src/string/strchr.o src/string/strcmp.o src/string/strcpy.o src/string/strcspn.o src/string/strlen.o src/string/strncat.o src/string/strncmp.o src/string/strncpy.o src/string/strdup.o src/string/strerror.o src/string/strpbrk.o src/string/strspn.o src/string/strstr.o src/stdlib/abort.o src/stdlib/atoi.o src/stdlib/exit.o src/stdlib/getenv.o src/stdlib/malloc.o src/stdlib/puts.o src/stdlib/rand.o src/stdio/fclose.o src/stdio/feof.o src/stdio/ferror.o src/stdio/fflush.o src/stdio/fopen.o src/stdio/fputc.o src/stdio/fputs.o src/stdio/fwrite.o src/stdio/printf.o src/stdio/remove.o src/math/abs.o src/math/atan.o src/math/ceil.o src/math/floor.o src/math/fabs.o src/math/finite.o src/math/isnan.o src/math/frexp.o src/math/ilogb.o src/posix/errno.o
  108. [root@graphitemaster ccaprice]#
Add Comment
Please, Sign In to add comment