| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- 16:20:02 **** Incremental Build of configuration Debug for project controle ****
- make all
- 'Building file: C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c'
- 'Invoking: MCU GCC Compiler'
- C:\Users\rcluze\Documents\autres\rampesLeds\Controle\soft\controle\SW4STM32\controle\Debug
- 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"
- In file included from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h:137:0,
- from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h:48,
- from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h:47,
- from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/stm32f0xx_hal_conf.h:184,
- from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h:48,
- from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:5,
- from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c:38:
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:42:22: note: in expansion of macro 'GPIOA'
- #define s1_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:28: note: in expansion of macro 's1_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:42:22: note: in expansion of macro 'GPIOA'
- #define s1_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:28: note: in expansion of macro 's1_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:44:22: note: in expansion of macro 'GPIOA'
- #define s2_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:42: note: in expansion of macro 's2_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:44:22: note: in expansion of macro 'GPIOA'
- #define s2_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:42: note: in expansion of macro 's2_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:46:22: note: in expansion of macro 'GPIOA'
- #define s3_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:56: note: in expansion of macro 's3_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:46:22: note: in expansion of macro 'GPIOA'
- #define s3_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:56: note: in expansion of macro 's3_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:48:22: note: in expansion of macro 'GPIOA'
- #define s4_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:70: note: in expansion of macro 's4_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:48:22: note: in expansion of macro 'GPIOA'
- #define s4_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:70: note: in expansion of macro 's4_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:50:22: note: in expansion of macro 'GPIOA'
- #define s5_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:84: note: in expansion of macro 's5_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:50:22: note: in expansion of macro 'GPIOA'
- #define s5_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:84: note: in expansion of macro 's5_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:52:22: note: in expansion of macro 'GPIOA'
- #define s6_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:98: note: in expansion of macro 's6_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:52:22: note: in expansion of macro 'GPIOA'
- #define s6_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:98: note: in expansion of macro 's6_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:54:22: note: in expansion of macro 'GPIOA'
- #define s7_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:112: note: in expansion of macro 's7_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:54:22: note: in expansion of macro 'GPIOA'
- #define s7_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:112: note: in expansion of macro 's7_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:56:22: note: in expansion of macro 'GPIOA'
- #define s8_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:126: note: in expansion of macro 's8_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:56:22: note: in expansion of macro 'GPIOA'
- #define s8_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:126: note: in expansion of macro 's8_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:58:22: note: in expansion of macro 'GPIOA'
- #define s9_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:140: note: in expansion of macro 's9_GPIO_Port'
- 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};
- ^
- 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]')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:58:22: note: in expansion of macro 'GPIOA'
- #define s9_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:140: note: in expansion of macro 's9_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:60:23: note: in expansion of macro 'GPIOA'
- #define s10_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:154: note: in expansion of macro 's10_GPIO_Port'
- 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};
- ^
- 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]')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:60:23: note: in expansion of macro 'GPIOA'
- #define s10_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:154: note: in expansion of macro 's10_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:62:23: note: in expansion of macro 'GPIOA'
- #define s11_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:170: note: in expansion of macro 's11_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:62:23: note: in expansion of macro 'GPIOA'
- #define s11_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:170: note: in expansion of macro 's11_GPIO_Port'
- 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};
- ^
- 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]
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:64:23: note: in expansion of macro 'GPIOA'
- #define s12_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:185: note: in expansion of macro 's12_GPIO_Port'
- 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};
- ^
- 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')
- #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Inc/mxconstants.h:64:23: note: in expansion of macro 'GPIOA'
- #define s12_GPIO_Port GPIOA
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:185: note: in expansion of macro 's12_GPIO_Port'
- 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};
- ^
- In file included from C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c:38:0:
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:27: warning: missing braces around initializer [-Wmissing-braces]
- 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};
- ^
- C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/include/board.h:20:27: note: (near initialization for 'listPort')
- 'Finished building: C:/Users/rcluze/Documents/autres/rampesLeds/Controle/soft/controle/Src/freertos.c'
- ' '
- 'Building target: controle.elf'
- 'Invoking: MCU GCC Linker'
- 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"
- 'Finished building target: controle.elf'
- ' '
- make --no-print-directory post-build
- 'Generating binary and Printing size information:'
- arm-none-eabi-objcopy -O binary "controle.elf" "controle.bin"
- arm-none-eabi-size "controle.elf"
- text data bss dec hex filename
- 6824 572 5100 12496 30d0 controle.elf
- ' '
|