Advertisement
akfreak

TinyG2 Make Fail 1

Jun 26th, 2015
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. Thomas Shue@TomShue-HP ~
  2. $ cd /cygdrive/c/dev
  3.  
  4. Thomas Shue@TomShue-HP /cygdrive/c/dev
  5. $ ls
  6. arm-none-eabi bin cleanflight lib share
  7.  
  8. Thomas Shue@TomShue-HP /cygdrive/c/dev
  9. $ git clone https://github.com/synthetos/g2.git
  10. Cloning into 'g2'...
  11. remote: Counting objects: 19260, done.
  12. remote: Total 19260 (delta 0), reused 0 (delta 0), pack-reused 19260
  13. Receiving objects: 100% (19260/19260), 103.09 MiB | 489.00 KiB/s, done.
  14. Resolving deltas: 100% (12310/12310), done.
  15. Checking connectivity... done.
  16. Checking out files: 100% (3926/3926), done.
  17.  
  18. Thomas Shue@TomShue-HP /cygdrive/c/dev
  19. $ cd g2/
  20.  
  21. Thomas Shue@TomShue-HP /cygdrive/c/dev/g2
  22. $ cd TinyG2
  23.  
  24. Thomas Shue@TomShue-HP /cygdrive/c/dev/g2/TinyG2
  25. $ make PLATFORM=gShield SETTINGS_FILE=settings_default.h
  26. Looking for tools...
  27. cd ../Tools && make "ARCH=gcc-arm-none-eabi"
  28. make[1]: Entering directory '/cygdrive/c/dev/g2/Tools'
  29. /bin/sh: -c: line 0: syntax error near unexpected token `('
  30. /bin/sh: -c: line 0: `PATH=gcc-arm-none-eabi/bin/:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Common Files/Ulead Systems/MPEG:/cygdrive/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files/Broadcom/Broadcom 802.11/Driver:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/12.0/DLLShared:/cygdrive/c/Program Files (x86)/X-Rite/Devices/Services:/cygdrive/c/Program Files (x86)/X-Rite/Devices/Lib:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Common Files/Ulead Systems/MPEG:/cygdrive/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files/Broadcom/Broadcom 802.11/Driver:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/12.0/DLLShared:/cygdrive/c/Program Files (x86)/X-Rite/Devices/Services:/cygdrive/c/Program Files (x86)/X-Rite/Devices/Lib:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/dev/bin:../Tools/gcc-arm-none-eabi/bin command -v arm-none-eabi-gcc >/dev/null 2>&1 || echo "yes"'
  31. make[1]: Nothing to be done for 'all'.
  32. make[1]: Leaving directory '/cygdrive/c/dev/g2/Tools'
  33. bash: tput: command not found
  34. Compiling c CMSIS/Device/ATMEL/sam3xa/source/system_sam3xa.c
  35. bash: tput: command not found
  36. -> build/gShield/CMSIS/Device/ATMEL/sam3xa/source/system_sam3xa.o
  37. bash: tput: command not found
  38. Compiling c CMSIS/Device/ATMEL/sam3xa/source/gcc/startup_sam3xa.c
  39. bash: tput: command not found
  40. -> build/gShield/CMSIS/Device/ATMEL/sam3xa/source/gcc/startup_sam3xa.o
  41. bash: tput: command not found
  42. Compiling c platform/atmel_sam/cortex_handlers.c
  43. bash: tput: command not found
  44. -> build/gShield/platform/atmel_sam/cortex_handlers.o
  45. bash: tput: command not found
  46. Compiling c platform/atmel_sam/hooks.c
  47. bash: tput: command not found
  48. -> build/gShield/platform/atmel_sam/hooks.o
  49. bash: tput: command not found
  50. Compiling cpp motate/SamSPI.cpp
  51. bash: tput: command not found
  52. -> build/gShield/motate/SamSPI.o
  53. bash: tput: command not found
  54. Compiling cpp motate/SamPins.cpp
  55. bash: tput: command not found
  56. -> build/gShield/motate/SamPins.o
  57. bash: tput: command not found
  58. Compiling cpp motate/SamTimers.cpp
  59. bash: tput: command not found
  60. -> build/gShield/motate/SamTimers.o
  61. bash: tput: command not found
  62. Compiling cpp motate/SamUSB.cpp
  63. bash: tput: command not found
  64. -> build/gShield/motate/SamUSB.o
  65. bash: tput: command not found
  66. Compiling cpp motate/AvrUSB.cpp
  67. bash: tput: command not found
  68. -> build/gShield/motate/AvrUSB.o
  69. bash: tput: command not found
  70. Compiling cpp pwm.cpp
  71. bash: tput: command not found
  72. -> build/gShield/pwm.o
  73. bash: tput: command not found
  74. Compiling cpp test.cpp
  75. bash: tput: command not found
  76. -> build/gShield/test.o
  77. bash: tput: command not found
  78. Compiling cpp plan_exec.cpp
  79. bash: tput: command not found
  80. -> build/gShield/plan_exec.o
  81. bash: tput: command not found
  82. Compiling cpp gpio.cpp
  83. bash: tput: command not found
  84. -> build/gShield/gpio.o
  85. bash: tput: command not found
  86. Compiling cpp plan_zoid.cpp
  87. bash: tput: command not found
  88. -> build/gShield/plan_zoid.o
  89. bash: tput: command not found
  90. Compiling cpp main.cpp
  91. bash: tput: command not found
  92. -> build/gShield/main.o
  93. bash: tput: command not found
  94. Compiling cpp help.cpp
  95. bash: tput: command not found
  96. -> build/gShield/help.o
  97. bash: tput: command not found
  98. Compiling cpp gcode_parser.cpp
  99. bash: tput: command not found
  100. -> build/gShield/gcode_parser.o
  101. bash: tput: command not found
  102. Compiling cpp persistence.cpp
  103. bash: tput: command not found
  104. -> build/gShield/persistence.o
  105. bash: tput: command not found
  106. Compiling cpp encoder.cpp
  107. bash: tput: command not found
  108. -> build/gShield/encoder.o
  109. bash: tput: command not found
  110. Compiling cpp canonical_machine.cpp
  111. bash: tput: command not found
  112. -> build/gShield/canonical_machine.o
  113. bash: tput: command not found
  114. Compiling cpp spindle.cpp
  115. bash: tput: command not found
  116. -> build/gShield/spindle.o
  117. bash: tput: command not found
  118. Compiling cpp config.cpp
  119. bash: tput: command not found
  120. -> build/gShield/config.o
  121. bash: tput: command not found
  122. Compiling cpp report.cpp
  123. bash: tput: command not found
  124. -> build/gShield/report.o
  125. bash: tput: command not found
  126. Compiling cpp cycle_jogging.cpp
  127. bash: tput: command not found
  128. -> build/gShield/cycle_jogging.o
  129. bash: tput: command not found
  130. Compiling cpp plan_arc.cpp
  131. bash: tput: command not found
  132. -> build/gShield/plan_arc.o
  133. bash: tput: command not found
  134. Compiling cpp kinematics.cpp
  135. bash: tput: command not found
  136. -> build/gShield/kinematics.o
  137. bash: tput: command not found
  138. Compiling cpp xio.cpp
  139. bash: tput: command not found
  140. -> build/gShield/xio.o
  141. bash: tput: command not found
  142. Compiling cpp config_app.cpp
  143. bash: tput: command not found
  144. -> build/gShield/config_app.o
  145. bash: tput: command not found
  146. Compiling cpp controller.cpp
  147. bash: tput: command not found
  148. -> build/gShield/controller.o
  149. bash: tput: command not found
  150. Compiling cpp json_parser.cpp
  151. bash: tput: command not found
  152. -> build/gShield/json_parser.o
  153. bash: tput: command not found
  154. Compiling cpp plan_line.cpp
  155. bash: tput: command not found
  156. -> build/gShield/plan_line.o
  157. bash: tput: command not found
  158. Compiling cpp stepper.cpp
  159. bash: tput: command not found
  160. -> build/gShield/stepper.o
  161. bash: tput: command not found
  162. Compiling cpp cycle_probing.cpp
  163. bash: tput: command not found
  164. -> build/gShield/cycle_probing.o
  165. bash: tput: command not found
  166. Compiling cpp hardware.cpp
  167. bash: tput: command not found
  168. -> build/gShield/hardware.o
  169. bash: tput: command not found
  170. Compiling cpp planner.cpp
  171. bash: tput: command not found
  172. -> build/gShield/planner.o
  173. bash: tput: command not found
  174. Compiling cpp coolant.cpp
  175. bash: tput: command not found
  176. -> build/gShield/coolant.o
  177. bash: tput: command not found
  178. Compiling cpp text_parser.cpp
  179. bash: tput: command not found
  180. -> build/gShield/text_parser.o
  181. bash: tput: command not found
  182. Compiling cpp cycle_homing.cpp
  183. bash: tput: command not found
  184. -> build/gShield/cycle_homing.o
  185. bash: tput: command not found
  186. Compiling cpp util.cpp
  187. bash: tput: command not found
  188. -> build/gShield/util.o
  189. bash: tput: command not found
  190. Compiling cpp platform/atmel_sam/Reset.cpp
  191. bash: tput: command not found
  192. -> build/gShield/platform/atmel_sam/Reset.o
  193. bash: tput: command not found
  194. Compiling cpp platform/atmel_sam/UniqueId.cpp
  195. bash: tput: command not found
  196. -> build/gShield/platform/atmel_sam/UniqueId.o
  197. bash: tput: command not found
  198. Compiling cpp platform/atmel_sam/syscalls_sam3.cpp
  199. bash: tput: command not found
  200. -> build/gShield/platform/atmel_sam/syscalls_sam3.o
  201. bash: tput: command not found
  202. bash: tput: command not found
  203. Linking bin/gShield/gShield.elf
  204. bash: tput: command not found
  205. bash: tput: command not found
  206. Using linker script: /cygdrive/c/dev/g2/TinyG2/platform/atmel_sam/gcc_flash.ld
  207. c:/dev/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file /cygdrive/c/dev/g2/TinyG2/platform/atmel_sam/gcc_flash.ld: No such file or directory
  208. collect2.exe: error: ld returned 1 exit status
  209. Makefile:512: recipe for target 'bin/gShield/gShield.elf' failed
  210. make: *** [bin/gShield/gShield.elf] Error 1
  211.  
  212. Thomas Shue@TomShue-HP /cygdrive/c/dev/g2/TinyG2
  213. $ ^C
  214.  
  215. Thomas Shue@TomShue-HP /cygdrive/c/dev/g2/TinyG2
  216. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement