選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

124 行
12KB

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>礦ision Build Log</h1>
  5. <h2>Project:</h2>
  6. E:\个人学习资料专区\新画板子\例程整理\VC例程整理\CreativeST_VC例程整理\Printf\RVMDK\Printf.uvproj
  7. Project File Date: 05/20/2011
  8. <h2>Output:</h2>
  9. Build target 'CreativeST_VC'
  10. compiling stm32f10x_it.c...
  11. ..\stm32f10x_it.c(135): error: #1270: entity declared as alias cannot have definition
  12. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(36): error: #1268-D: declaration aliased to undefined entity "SysTickHandler"
  13. ..\stm32f10x_it.c(126): error: #1270: entity declared as alias cannot have definition
  14. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(35): error: #1268-D: declaration aliased to undefined entity "PendSVC"
  15. ..\stm32f10x_it.c(108): error: #1270: entity declared as alias cannot have definition
  16. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(34): error: #1268-D: declaration aliased to undefined entity "SVCHandler"
  17. ..\stm32f10x_it.c(117): error: #1270: entity declared as alias cannot have definition
  18. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(33): error: #1268-D: declaration aliased to undefined entity "DebugMonitor"
  19. ..\stm32f10x_it.c(95): error: #1270: entity declared as alias cannot have definition
  20. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(32): error: #1268-D: declaration aliased to undefined entity "UsageFaultException"
  21. ..\stm32f10x_it.c(82): error: #1270: entity declared as alias cannot have definition
  22. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(31): error: #1268-D: declaration aliased to undefined entity "BusFaultException"
  23. ..\stm32f10x_it.c(69): error: #1270: entity declared as alias cannot have definition
  24. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(30): error: #1268-D: declaration aliased to undefined entity "MemManageException"
  25. ..\stm32f10x_it.c(56): error: #1270: entity declared as alias cannot have definition
  26. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(29): error: #1268-D: declaration aliased to undefined entity "HardFaultException"
  27. ..\stm32f10x_it.c(47): error: #1270: entity declared as alias cannot have definition
  28. D:\Program Files\keil 4.10\ARM\INC\ST\STM32F10x\stm32f10x_it.h(28): error: #1268-D: declaration aliased to undefined entity "NMIException"
  29. compiling main.c...
  30. compiling printf.c...
  31. ..\printf.c(47): error: #20: identifier "USART_InitTypeDef" is undefined
  32. ..\printf.c(49): error: #20: identifier "GPIO_InitTypeDef" is undefined
  33. ..\printf.c(52): warning: #223-D: function "RCC_APB2PeriphClockCmd" declared implicitly
  34. ..\printf.c(52): error: #20: identifier "RCC_APB2Periph_USART1" is undefined
  35. ..\printf.c(52): error: #20: identifier "RCC_APB2Periph_GPIOA" is undefined
  36. ..\printf.c(55): error: #20: identifier "GPIO_Pin_9" is undefined
  37. ..\printf.c(56): error: #20: identifier "GPIO_Speed_50MHz" is undefined
  38. ..\printf.c(57): error: #20: identifier "GPIO_Mode_AF_PP" is undefined
  39. ..\printf.c(58): warning: #223-D: function "GPIO_Init" declared implicitly
  40. ..\printf.c(61): error: #20: identifier "GPIO_Pin_10" is undefined
  41. ..\printf.c(62): error: #20: identifier "GPIO_Mode_IN_FLOATING" is undefined
  42. ..\printf.c(67): error: #20: identifier "USART_WordLength_8b" is undefined
  43. ..\printf.c(68): error: #20: identifier "USART_StopBits_1" is undefined
  44. ..\printf.c(69): error: #20: identifier "USART_Parity_No" is undefined
  45. ..\printf.c(70): error: #20: identifier "USART_HardwareFlowControl_None" is undefined
  46. ..\printf.c(71): error: #20: identifier "USART_Mode_Tx" is undefined
  47. ..\printf.c(71): error: #20: identifier "USART_Mode_Rx" is undefined
  48. ..\printf.c(72): warning: #223-D: function "USART_Init" declared implicitly
  49. ..\printf.c(78): warning: #223-D: function "USART_Cmd" declared implicitly
  50. ..\printf.c(82): warning: #223-D: function "USART_ClearFlag" declared implicitly
  51. ..\printf.c(82): error: #20: identifier "USART_FLAG_TC" is undefined
  52. ..\printf.c(98): warning: #223-D: function "USART_GetFlagStatus" declared implicitly
  53. ..\printf.c(98): error: #20: identifier "USART_FLAG_TC" is undefined
  54. ..\printf.c(101): warning: #223-D: function "USART_SendData" declared implicitly
  55. ..\printf.c(122): warning: #223-D: function "USART_GetFlagStatus" declared implicitly
  56. ..\printf.c(122): error: #20: identifier "USART_FLAG_TC" is undefined
  57. compiling stm32f10x_rcc.c...
  58. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(272): warning: #223-D: function "assert_param" declared implicitly
  59. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(337): warning: #223-D: function "assert_param" declared implicitly
  60. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(356): warning: #223-D: function "assert_param" declared implicitly
  61. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(382): warning: #223-D: function "assert_param" declared implicitly
  62. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(403): warning: #223-D: function "assert_param" declared implicitly
  63. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(567): warning: #223-D: function "assert_param" declared implicitly
  64. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(611): warning: #223-D: function "assert_param" declared implicitly
  65. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(637): warning: #223-D: function "assert_param" declared implicitly
  66. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(663): warning: #223-D: function "assert_param" declared implicitly
  67. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(702): warning: #223-D: function "assert_param" declared implicitly
  68. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(730): warning: #223-D: function "assert_param" declared implicitly
  69. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(769): warning: #223-D: function "assert_param" declared implicitly
  70. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(831): warning: #223-D: function "assert_param" declared implicitly
  71. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(864): warning: #223-D: function "assert_param" declared implicitly
  72. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(881): warning: #223-D: function "assert_param" declared implicitly
  73. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(895): warning: #223-D: function "assert_param" declared implicitly
  74. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1066): warning: #223-D: function "assert_param" declared implicitly
  75. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1097): warning: #223-D: function "assert_param" declared implicitly
  76. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1128): warning: #223-D: function "assert_param" declared implicitly
  77. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1187): warning: #223-D: function "assert_param" declared implicitly
  78. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1218): warning: #223-D: function "assert_param" declared implicitly
  79. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1239): warning: #223-D: function "assert_param" declared implicitly
  80. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1252): warning: #223-D: function "assert_param" declared implicitly
  81. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1284): warning: #223-D: function "assert_param" declared implicitly
  82. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1331): warning: #223-D: function "assert_param" declared implicitly
  83. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1405): warning: #223-D: function "assert_param" declared implicitly
  84. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c(1450): warning: #223-D: function "assert_param" declared implicitly
  85. compiling stm32f10x_usart.c...
  86. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(131): warning: #223-D: function "assert_param" declared implicitly
  87. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(181): warning: #223-D: function "assert_param" declared implicitly
  88. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(303): warning: #223-D: function "assert_param" declared implicitly
  89. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(351): warning: #223-D: function "assert_param" declared implicitly
  90. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(390): warning: #223-D: function "assert_param" declared implicitly
  91. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(448): warning: #223-D: function "assert_param" declared implicitly
  92. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(476): warning: #223-D: function "assert_param" declared implicitly
  93. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(499): warning: #223-D: function "assert_param" declared implicitly
  94. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(518): warning: #223-D: function "assert_param" declared implicitly
  95. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(547): warning: #223-D: function "assert_param" declared implicitly
  96. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(566): warning: #223-D: function "assert_param" declared implicitly
  97. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(592): warning: #223-D: function "assert_param" declared implicitly
  98. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(609): warning: #223-D: function "assert_param" declared implicitly
  99. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(625): warning: #223-D: function "assert_param" declared implicitly
  100. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(641): warning: #223-D: function "assert_param" declared implicitly
  101. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(661): warning: #223-D: function "assert_param" declared implicitly
  102. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(680): warning: #223-D: function "assert_param" declared implicitly
  103. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(705): warning: #223-D: function "assert_param" declared implicitly
  104. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(731): warning: #223-D: function "assert_param" declared implicitly
  105. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(762): warning: #223-D: function "assert_param" declared implicitly
  106. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(789): warning: #223-D: function "assert_param" declared implicitly
  107. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(818): warning: #223-D: function "assert_param" declared implicitly
  108. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(837): warning: #223-D: function "assert_param" declared implicitly
  109. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(875): warning: #223-D: function "assert_param" declared implicitly
  110. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(923): warning: #223-D: function "assert_param" declared implicitly
  111. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(958): warning: #223-D: function "assert_param" declared implicitly
  112. ..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c(1031): warning: #223-D: function "assert_param" declared implicitly
  113. compiling misc.c...
  114. ..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c(98): warning: #223-D: function "assert_param" declared implicitly
  115. ..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c(116): warning: #223-D: function "assert_param" declared implicitly
  116. ..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c(157): warning: #223-D: function "assert_param" declared implicitly
  117. ..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c(176): warning: #223-D: function "assert_param" declared implicitly
  118. ..\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c(200): warning: #223-D: function "assert_param" declared implicitly
  119. compiling system_stm32f10x.c...
  120. compiling core_cm3.c...
  121. assembling startup_stm32f10x_hd.s...
  122. Target not created