Advertisement
Guest User

stm32 gcc eclipse errors

a guest
Mar 29th, 2016
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | None | 0 0
  1.  
  2. '__IO' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 468 C/C++ Problem
  3. '__IO' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 479 C/C++ Problem
  4. 'DBGMCU_CR_DBG_SLEEP' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 412 C/C++ Problem
  5. 'DBGMCU_CR_DBG_SLEEP' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 421 C/C++ Problem
  6. 'DBGMCU_CR_DBG_STANDBY' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 448 C/C++ Problem
  7. 'DBGMCU_CR_DBG_STANDBY' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 457 C/C++ Problem
  8. 'DBGMCU_CR_DBG_STOP' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 430 C/C++ Problem
  9. 'DBGMCU_CR_DBG_STOP' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 439 C/C++ Problem
  10. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 394 C/C++ Problem
  11. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 403 C/C++ Problem
  12. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 412 C/C++ Problem
  13. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 421 C/C++ Problem
  14. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 430 C/C++ Problem
  15. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 439 C/C++ Problem
  16. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 448 C/C++ Problem
  17. 'DBGMCU' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 457 C/C++ Problem
  18. 'FLASH_ACR_DCEN' undeclared (first use in this function) stm32f4xx_hal_flash.h /test1/system/include/stm32f4xx line 231 C/C++ Problem
  19. 'FLASH_ACR_ICEN' undeclared (first use in this function) stm32f4xx_hal_flash.h /test1/system/include/stm32f4xx line 219 C/C++ Problem
  20. 'FLASH_ACR_PRFTEN' undeclared (first use in this function) stm32f4xx_hal_flash.h /test1/system/include/stm32f4xx line 207 C/C++ Problem
  21. 'FLASH' undeclared (first use in this function) stm32f4xx_hal_flash.h /test1/system/include/stm32f4xx line 219 C/C++ Problem
  22. 'PERIPH_BASE' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 85 C/C++ Problem
  23. 'PERIPH_BB_BASE' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 96 C/C++ Problem
  24. 'RCC' undeclared (first use in this function) stm32f4xx_hal_rcc.h /test1/system/include/stm32f4xx line 700 C/C++ Problem
  25. 'SYSCFG_BASE' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 85 C/C++ Problem
  26. 'SYSCFG_CMPCR_CMP_PD' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 95 C/C++ Problem
  27. 'SysTick_CTRL_TICKINT_Msk' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 360 C/C++ Problem
  28. 'SysTick_CTRL_TICKINT_Msk' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 376 C/C++ Problem
  29. 'SysTick_IRQn' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 269 C/C++ Problem
  30. 'SysTick' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 360 C/C++ Problem
  31. 'SysTick' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 376 C/C++ Problem
  32. 'uwTick' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 313 C/C++ Problem
  33. 'uwTick' undeclared (first use in this function) stm32f4xx_hal.c /test1/system/src/stm32f4xx line 324 C/C++ Problem
  34. #error "Please select first the target STM32F4xx device used in your application (in stm32f4xx.h file)" stm32f4xx.h /test1/system/include/cmsis line 173 C/C++ Problem
  35. expected ':', ',', ';', '}' or '__attribute__' before 'ProcedureOnGoing' stm32f4xx_hal_flash.h /test1/system/include/stm32f4xx line 78 C/C++ Problem
  36. expected ':', ',', ';', '}' or '__attribute__' before 'State' stm32f4xx_hal_dma.h /test1/system/include/stm32f4xx line 156 C/C++ Problem
  37. expected ')' before 'uint32_t' stm32f4xx_hal.c /test1/system/src/stm32f4xx line 468 C/C++ Problem
  38. expected ')' before 'uint32_t' stm32f4xx_hal.c /test1/system/src/stm32f4xx line 479 C/C++ Problem
  39. expected '=', ',', ';', 'asm' or '__attribute__' before 'uwTick' stm32f4xx_hal.c /test1/system/src/stm32f4xx line 106 C/C++ Problem
  40. expected expression before 'uint32_t' stm32f4xx_hal.c /test1/system/src/stm32f4xx line 96 C/C++ Problem
  41. make: *** [system/src/stm32f4xx/stm32f4xx_hal.o] Error 1 test1 C/C++ Problem
  42. recipe for target 'system/src/stm32f4xx/stm32f4xx_hal.o' failed subdir.mk /test1/Debug/system/src/stm32f4xx line 216 C/C++ Problem
  43. unknown type name '__IO' stm32f4xx_hal.c /test1/system/src/stm32f4xx line 106 C/C++ Problem
  44. unknown type name '__IO' stm32f4xx_hal.c /test1/system/src/stm32f4xx line 338 C/C++ Problem
  45. unknown type name '__IO' stm32f4xx_hal.h /test1/system/include/stm32f4xx line 207 C/C++ Problem
  46. unknown type name '__IO' stm32f4xx_hal_dma.h /test1/system/include/stm32f4xx line 156 C/C++ Problem
  47. unknown type name '__IO' stm32f4xx_hal_flash.h /test1/system/include/stm32f4xx line 78 C/C++ Problem
  48. unknown type name 'DMA_Stream_TypeDef' stm32f4xx_hal_dma.h /test1/system/include/stm32f4xx line 150 C/C++ Problem
  49. unknown type name 'GPIO_TypeDef' stm32f4xx_hal_gpio.h /test1/system/include/stm32f4xx line 243 C/C++ Problem
  50. unknown type name 'GPIO_TypeDef' stm32f4xx_hal_gpio.h /test1/system/include/stm32f4xx line 244 C/C++ Problem
  51. unknown type name 'GPIO_TypeDef' stm32f4xx_hal_gpio.h /test1/system/include/stm32f4xx line 253 C/C++ Problem
  52. unknown type name 'GPIO_TypeDef' stm32f4xx_hal_gpio.h /test1/system/include/stm32f4xx line 254 C/C++ Problem
  53. unknown type name 'GPIO_TypeDef' stm32f4xx_hal_gpio.h /test1/system/include/stm32f4xx line 255 C/C++ Problem
  54. unknown type name 'GPIO_TypeDef' stm32f4xx_hal_gpio.h /test1/system/include/stm32f4xx line 256 C/C++ Problem
  55. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 280 C/C++ Problem
  56. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 281 C/C++ Problem
  57. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 282 C/C++ Problem
  58. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 297 C/C++ Problem
  59. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 298 C/C++ Problem
  60. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 299 C/C++ Problem
  61. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 300 C/C++ Problem
  62. unknown type name 'IRQn_Type' stm32f4xx_hal_cortex.h /test1/system/include/stm32f4xx line 301 C/C++ Problem
  63. unknown type name 'RCC_PeriphCLKInitTypeDef' stm32f4xx_hal_rcc_ex.h /test1/system/include/stm32f4xx line 5196 C/C++ Problem
  64. unknown type name 'RCC_PeriphCLKInitTypeDef' stm32f4xx_hal_rcc_ex.h /test1/system/include/stm32f4xx line 5197 C/C++ Problem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement