Guest User

Untitled

a guest
Jan 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
  2. make[1]: Entering directory 'C:/Users/Davide/Desktop/tutorial'
  3. make -f nbproject/Makefile-default.mk
  4. dist/default/production/tutorial.production.hex
  5. make[2]: Entering directory 'C:/Users/Davide/Desktop/tutorial'
  6. "C:Program Files (x86)Microchipxc16v1.33binxc16-gcc.exe" init_port.c
  7. -o build/default/production/init_port.o -c -mcpu=30F1010 -MMD -MF
  8. "build/default/production/init_port.o.d" -g -omf=elf -
  9. DXPRJ_default=default -legacy-libc -O0 -msmart-io=1 -Wall -msfr-warn=off
  10.  
  11. "C:Program Files (x86)Microchipxc16v1.33binxc16-gcc.exe" ledtest.c -
  12. o build/default/production/ledtest.o -c -mcpu=30F1010 -MMD -MF
  13. "build/default/production/ledtest.o.d" -g -omf=elf -
  14. DXPRJ_default=default -legacy-libc -O0 -msmart-io=1 -Wall -msfr-warn=off
  15.  
  16. In file included from init_port.h:34:0,
  17. from ledtest.c:8:
  18. epuck_ports.h:209:0: warning: "Nop" redefined
  19. c:program files
  20.  
  21.  
  22.  
  23. (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3104:0: note: this is the location of the previous definition
  24. epuck_ports.h:210:0: warning: "ClrWdt" redefined
  25. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3105:0: note: this is the location of the previous definition
  26. epuck_ports.h:211:0: warning: "Sleep" redefined
  27. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3106:0: note: this is the location of the previous definition
  28. epuck_ports.h:212:0: warning: "Idle" redefined
  29. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3107:0: note: this is the location of the previous definition
  30. ledtest.c: In function 'main':
  31. ledtest.c:19:3: error: '_LATA6' undeclared (first use in this function)
  32. ledtest.c:19:3: note: each undeclared identifier is reported only once for each function it appears in
  33. nbproject/Makefile-default.mk:113: recipe for target 'build/default/production/ledtest.o' failed
  34. In file included from init_port.c:15:0:
  35. epuck_ports.h:209:0: warning: "Nop" redefined
  36. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3104:0: note: this is the location of the previous definition
  37. epuck_ports.h:210:0: warning: "ClrWdt" redefined
  38. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3105:0: note: this is the location of the previous definition
  39. epuck_ports.h:211:0: warning: "Sleep" redefined
  40. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3106:0: note: this is the location of the previous definition
  41. epuck_ports.h:212:0: warning: "Idle" redefined
  42. c:program files (x86)microchipxc16v1.33binbin../..supportdsPIC30Fh/p30F1010.h:3107:0: note: this is the location of the previous definition
  43. init_port.c: In function 'InitPort':
  44. init_port.c:22:2: error: '_LATA6' undeclared (first use in this function)
  45. init_port.c:22:2: note: each undeclared identifier is reported only once for each function it appears in
  46. init_port.c:23:2: error: '_LATA7' undeclared (first use in this function)
  47. init_port.c:25:2: error: '_LATA12' undeclared (first use in this function)
  48. init_port.c:26:2: error: '_LATA10' undeclared (first use in this function)
  49. init_port.c:27:2: error: '_LATA13' undeclared (first use in this function)
  50. init_port.c:28:2: error: '_LATA14' undeclared (first use in this function)
  51. init_port.c:29:2: error: '_LATA15' undeclared (first use in this function)
  52. init_port.c:30:2: error: '_TRISA6' undeclared (first use in this function)
  53. init_port.c:31:2: error: '_TRISA7' undeclared (first use in this function)
  54. init_port.c:33:2: error: '_TRISA12' undeclared (first use in this function)
  55. init_port.c:34:2: error: '_TRISA10' undeclared (first use in this function)
  56. init_port.c:35:2: error: '_TRISA13' undeclared (first use in this function)
  57. init_port.c:36:2: error: '_TRISA14' undeclared (first use in this function)
  58. init_port.c:37:2: error: '_TRISA15' undeclared (first use in this function)
  59. init_port.c:39:2: error: '_LATC1' undeclared (first use in this function)
  60. init_port.c:40:2: error: '_TRISC1' undeclared (first use in this function)
  61. init_port.c:42:2: error: '_LATC2' undeclared (first use in this function)
  62. init_port.c:43:2: error: '_TRISC2' undeclared (first use in this function)
  63. init_port.c:48:2: error: '_LATG0' undeclared (first use in this function)
  64. init_port.c:49:2: error: '_LATG1' undeclared (first use in this function)
  65. init_port.c:52:2: error: '_TRISG0' undeclared (first use in this function)
  66. init_port.c:53:2: error: '_TRISG1' undeclared (first use in this function)
  67. init_port.c:56:2: error: '_LATF0' undeclared (first use in this function)
  68. init_port.c:57:2: error: '_TRISF0' undeclared (first use in this function)
  69. init_port.c:61:2: error: '_LATD1' undeclared (first use in this function)
  70. init_port.c:62:2: error: '_LATD2' undeclared (first use in this function)
  71. init_port.c:63:2: error: '_LATD3' undeclared (first use in this function)
  72. init_port.c:64:2: error: '_LATD4' undeclared (first use in this function)
  73. init_port.c:65:2: error: '_LATD5' undeclared (first use in this function)
  74. init_port.c:66:2: error: '_LATD6' undeclared (first use in this function)
  75. init_port.c:67:2: error: '_LATD7' undeclared (first use in this function)
  76. init_port.c:69:2: error: '_TRISD1' undeclared (first use in this function)
  77. init_port.c:70:2: error: '_TRISD2' undeclared (first use in this function)
  78. init_port.c:71:2: error: '_TRISD3' undeclared (first use in this function)
  79. init_port.c:72:2: error: '_TRISD4' undeclared (first use in this function)
  80. init_port.c:73:2: error: '_TRISD5' undeclared (first use in this function)
  81. init_port.c:74:2: error: '_TRISD6' undeclared (first use in this function)
  82. init_port.c:75:2: error: '_TRISD7' undeclared (first use in this function)
  83. init_port.c:78:2: error: '_LATC13' undeclared (first use in this function)
  84. init_port.c:79:2: error: '_TRISC13' undeclared (first use in this function)
  85. init_port.c:82:2: error: '_LATG2' undeclared (first use in this function)
  86. init_port.c:83:2: error: '_LATG3' undeclared (first use in this function)
  87. init_port.c:85:2: error: '_TRISG2' undeclared (first use in this function)
  88. init_port.c:86:2: error: '_TRISG3' undeclared (first use in this function)
  89. init_port.c:91:2: error: '_TRISF1' undeclared (first use in this function)
  90. init_port.c:97:2: error: '_TRISG6' undeclared (first use in this function)
  91. init_port.c:98:2: error: '_TRISG7' undeclared (first use in this function)
  92. init_port.c:99:2: error: '_TRISG8' undeclared (first use in this function)
  93. init_port.c:100:2: error: '_TRISG9' undeclared (first use in this function)
  94. init_port.c:104:2: error: '_TRISD8' undeclared (first use in this function)
  95. init_port.c:105:2: error: '_TRISD9' undeclared (first use in this function)
  96. init_port.c:106:2: error: '_TRISD10' undeclared (first use in this function)
  97. init_port.c:107:2: error: '_TRISD11' undeclared (first use in this function)
  98. init_port.c:108:2: error: '_TRISD12' undeclared (first use in this function)
  99. init_port.c:109:2: error: '_TRISD13' undeclared (first use in this function)
  100. init_port.c:110:2: error: '_TRISD14' undeclared (first use in this function)
  101. init_port.c:111:2: error: '_TRISD15' undeclared (first use in this function)
  102. nbproject/Makefile-default.mk:120: recipe for target
  103. 'build/default/production/init_port.o' failed
  104. make[2]: Leaving directory 'C:/Users/Davide/Desktop/tutorial'
  105. nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
  106. make[1]: Leaving directory 'C:/Users/Davide/Desktop/tutorial'
  107. nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
  108. make[2]: *** [build/default/production/ledtest.o] Error 255
  109. make[2]: *** Waiting for unfinished jobs....
  110. make[2]: *** [build/default/production/init_port.o] Error 255
  111. make[1]: *** [.build-conf] Error 2
  112. make: *** [.build-impl] Error 2
Add Comment
Please, Sign In to add comment