global-build.log 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. 16:20:02 **** Incremental Build of configuration Debug for project controle ****
  2. make all
  3. 'Building file: C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c'
  4. 'Invoking: MCU GCC Compiler'
  5. C:\Users\rcluze\Documents\autres\rampesLeds\Controle\soft\controle\SW4STM32\controle\Debug
  6. arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__weak="__attribute__((weak))" -D__packed="__attribute__((__packed__))" -DUSE_HAL_DRIVER -DSTM32F030x8 -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/Legacy" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Middlewares/Third_Party/FreeRTOS/Source/include" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Include" -I"C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include" -Os -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Application/User/freertos.d" -MT"Application/User/freertos.o" -o "Application/User/freertos.o" "C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c"
  7. In file included from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h:137:0,
  8. from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h:48,
  9. from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h:47,
  10. from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/stm32f0xx_hal_conf.h:184,
  11. from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h:48,
  12. from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:5,
  13. from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c:38:
  14. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  15. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  16. ^
  17. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:42:22: note: in expansion of macro 'GPIOA'
  18. #define s1_GPIO_Port GPIOA
  19. ^
  20. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:28: note: in expansion of macro 's1_GPIO_Port'
  21. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  22. ^
  23. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].MODER')
  24. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  25. ^
  26. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:42:22: note: in expansion of macro 'GPIOA'
  27. #define s1_GPIO_Port GPIOA
  28. ^
  29. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:28: note: in expansion of macro 's1_GPIO_Port'
  30. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  31. ^
  32. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  33. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  34. ^
  35. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:44:22: note: in expansion of macro 'GPIOA'
  36. #define s2_GPIO_Port GPIOA
  37. ^
  38. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:42: note: in expansion of macro 's2_GPIO_Port'
  39. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  40. ^
  41. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].OTYPER')
  42. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  43. ^
  44. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:44:22: note: in expansion of macro 'GPIOA'
  45. #define s2_GPIO_Port GPIOA
  46. ^
  47. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:42: note: in expansion of macro 's2_GPIO_Port'
  48. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  49. ^
  50. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  51. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  52. ^
  53. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:46:22: note: in expansion of macro 'GPIOA'
  54. #define s3_GPIO_Port GPIOA
  55. ^
  56. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:56: note: in expansion of macro 's3_GPIO_Port'
  57. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  58. ^
  59. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].OSPEEDR')
  60. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  61. ^
  62. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:46:22: note: in expansion of macro 'GPIOA'
  63. #define s3_GPIO_Port GPIOA
  64. ^
  65. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:56: note: in expansion of macro 's3_GPIO_Port'
  66. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  67. ^
  68. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  69. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  70. ^
  71. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:48:22: note: in expansion of macro 'GPIOA'
  72. #define s4_GPIO_Port GPIOA
  73. ^
  74. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:70: note: in expansion of macro 's4_GPIO_Port'
  75. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  76. ^
  77. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].PUPDR')
  78. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  79. ^
  80. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:48:22: note: in expansion of macro 'GPIOA'
  81. #define s4_GPIO_Port GPIOA
  82. ^
  83. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:70: note: in expansion of macro 's4_GPIO_Port'
  84. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  85. ^
  86. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  87. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  88. ^
  89. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:50:22: note: in expansion of macro 'GPIOA'
  90. #define s5_GPIO_Port GPIOA
  91. ^
  92. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:84: note: in expansion of macro 's5_GPIO_Port'
  93. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  94. ^
  95. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].IDR')
  96. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  97. ^
  98. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:50:22: note: in expansion of macro 'GPIOA'
  99. #define s5_GPIO_Port GPIOA
  100. ^
  101. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:84: note: in expansion of macro 's5_GPIO_Port'
  102. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  103. ^
  104. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  105. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  106. ^
  107. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:52:22: note: in expansion of macro 'GPIOA'
  108. #define s6_GPIO_Port GPIOA
  109. ^
  110. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:98: note: in expansion of macro 's6_GPIO_Port'
  111. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  112. ^
  113. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].ODR')
  114. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  115. ^
  116. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:52:22: note: in expansion of macro 'GPIOA'
  117. #define s6_GPIO_Port GPIOA
  118. ^
  119. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:98: note: in expansion of macro 's6_GPIO_Port'
  120. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  121. ^
  122. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  123. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  124. ^
  125. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:54:22: note: in expansion of macro 'GPIOA'
  126. #define s7_GPIO_Port GPIOA
  127. ^
  128. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:112: note: in expansion of macro 's7_GPIO_Port'
  129. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  130. ^
  131. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].BSRR')
  132. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  133. ^
  134. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:54:22: note: in expansion of macro 'GPIOA'
  135. #define s7_GPIO_Port GPIOA
  136. ^
  137. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:112: note: in expansion of macro 's7_GPIO_Port'
  138. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  139. ^
  140. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  141. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  142. ^
  143. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:56:22: note: in expansion of macro 'GPIOA'
  144. #define s8_GPIO_Port GPIOA
  145. ^
  146. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:126: note: in expansion of macro 's8_GPIO_Port'
  147. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  148. ^
  149. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].LCKR')
  150. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  151. ^
  152. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:56:22: note: in expansion of macro 'GPIOA'
  153. #define s8_GPIO_Port GPIOA
  154. ^
  155. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:126: note: in expansion of macro 's8_GPIO_Port'
  156. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  157. ^
  158. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  159. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  160. ^
  161. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:58:22: note: in expansion of macro 'GPIOA'
  162. #define s9_GPIO_Port GPIOA
  163. ^
  164. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:140: note: in expansion of macro 's9_GPIO_Port'
  165. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  166. ^
  167. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].AFR[0]')
  168. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  169. ^
  170. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:58:22: note: in expansion of macro 'GPIOA'
  171. #define s9_GPIO_Port GPIOA
  172. ^
  173. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:140: note: in expansion of macro 's9_GPIO_Port'
  174. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  175. ^
  176. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  177. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  178. ^
  179. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:60:23: note: in expansion of macro 'GPIOA'
  180. #define s10_GPIO_Port GPIOA
  181. ^
  182. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:154: note: in expansion of macro 's10_GPIO_Port'
  183. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  184. ^
  185. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].AFR[1]')
  186. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  187. ^
  188. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:60:23: note: in expansion of macro 'GPIOA'
  189. #define s10_GPIO_Port GPIOA
  190. ^
  191. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:154: note: in expansion of macro 's10_GPIO_Port'
  192. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  193. ^
  194. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  195. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  196. ^
  197. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:62:23: note: in expansion of macro 'GPIOA'
  198. #define s11_GPIO_Port GPIOA
  199. ^
  200. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:170: note: in expansion of macro 's11_GPIO_Port'
  201. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  202. ^
  203. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[0].BRR')
  204. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  205. ^
  206. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:62:23: note: in expansion of macro 'GPIOA'
  207. #define s11_GPIO_Port GPIOA
  208. ^
  209. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:170: note: in expansion of macro 's11_GPIO_Port'
  210. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  211. ^
  212. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  213. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  214. ^
  215. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:64:23: note: in expansion of macro 'GPIOA'
  216. #define s12_GPIO_Port GPIOA
  217. ^
  218. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:185: note: in expansion of macro 's12_GPIO_Port'
  219. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  220. ^
  221. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h:549:29: note: (near initialization for 'listPort[1].MODER')
  222. #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
  223. ^
  224. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:64:23: note: in expansion of macro 'GPIOA'
  225. #define s12_GPIO_Port GPIOA
  226. ^
  227. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:185: note: in expansion of macro 's12_GPIO_Port'
  228. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  229. ^
  230. In file included from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c:38:0:
  231. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:27: warning: missing braces around initializer [-Wmissing-braces]
  232. GPIO_TypeDef listPort[12]={s1_GPIO_Port, s2_GPIO_Port, s3_GPIO_Port, s4_GPIO_Port, s5_GPIO_Port, s6_GPIO_Port, s7_GPIO_Port, s8_GPIO_Port, s9_GPIO_Port, s10_GPIO_Port, s11_GPIO_Port, s12_GPIO_Port};
  233. ^
  234. C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:27: note: (near initialization for 'listPort')
  235. 'Finished building: C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c'
  236. ' '
  237. 'Building target: controle.elf'
  238. 'Invoking: MCU GCC Linker'
  239. arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -specs=nosys.specs -specs=nano.specs -T"../STM32F030C8Tx_FLASH.ld" -Wl,-Map=output.map -Wl,--gc-sections -lm -o "controle.elf" @"objects.list"
  240. 'Finished building target: controle.elf'
  241. ' '
  242. make --no-print-directory post-build
  243. 'Generating binary and Printing size information:'
  244. arm-none-eabi-objcopy -O binary "controle.elf" "controle.bin"
  245. arm-none-eabi-size "controle.elf"
  246. text data bss dec hex filename
  247. 6824 572 5100 12496 30d0 controle.elf
  248. ' '