📄 stm32.plg
字号:
<html>
<body>
<pre>
<h1>礦ision Build Log</h1>
<h2>Project:</h2>
C:\Documents and Settings\Administrator\桌面\精英资料\精英STM32资料光盘\程序代码\初级例程\STM32 实验10-通用定时器Timer(库函数)\main\Project.uvproj
Project File Date: 06/05/2011
<h2>Output:</h2>
Build target 'Simulator'
compiling stm32f10x_it.c...
compiling main.c...
main.c(29): warning: #223-D: function "TIM_GetITStatus" declared implicitly
main.c(29): error: #20: identifier "TIM_IT_Update" is undefined
main.c(32): warning: #223-D: function "TIM_ClearITPendingBit" declared implicitly
main.c(39): error: #20: identifier "TIM_TimeBaseInitTypeDef" is undefined
main.c(40): error: #20: identifier "NVIC_InitTypeDef" is undefined
main.c(44): warning: #223-D: function "RCC_APB1PeriphClockCmd" declared implicitly
main.c(44): error: #20: identifier "RCC_APB1Periph_TIM2" is undefined
main.c(48): warning: #223-D: function "TIM_DeInit" declared implicitly
main.c(52): error: #20: identifier "TIM_CKD_DIV1" is undefined
main.c(53): error: #20: identifier "TIM_CounterMode_Up" is undefined
main.c(54): warning: #223-D: function "TIM_TimeBaseInit" declared implicitly
main.c(56): warning: #223-D: function "TIM_PrescalerConfig" declared implicitly
main.c(56): error: #20: identifier "TIM_PSCReloadMode_Immediate" is undefined
main.c(57): warning: #223-D: function "TIM_ARRPreloadConfig" declared implicitly
main.c(58): warning: #223-D: function "TIM_ITConfig" declared implicitly
main.c(58): error: #20: identifier "TIM_IT_Update" is undefined
main.c(60): warning: #223-D: function "TIM_Cmd" declared implicitly
main.c(64): warning: #223-D: function "NVIC_PriorityGroupConfig" declared implicitly
main.c(64): error: #20: identifier "NVIC_PriorityGroup_1" is undefined
main.c(66): error: #20: identifier "TIM2_IRQChannel" is undefined
main.c(70): warning: #223-D: function "NVIC_Init" declared implicitly
main.c(80): warning: #223-D: function "GPIO_ReadInputData" declared implicitly
main.c(87): warning: #223-D: function "GPIO_Write" declared implicitly
main.c(128): warning: #223-D: function "GPIO_Write" declared implicitly
main.c(128): warning: #223-D: function "GPIO_ReadInputData" declared implicitly
main.c(158): warning: #223-D: function "RCC_DeInit" declared implicitly
main.c(161): warning: #223-D: function "RCC_HSEConfig" declared implicitly
main.c(161): error: #20: identifier "RCC_HSE_ON" is undefined
main.c(164): warning: #223-D: function "RCC_WaitForHSEStartUp" declared implicitly
main.c(164): warning: #188-D: enumerated type mixed with another type
main.c(169): warning: #223-D: function "FLASH_PrefetchBufferCmd" declared implicitly
main.c(169): error: #20: identifier "FLASH_PrefetchBuffer_Enable" is undefined
main.c(172): warning: #223-D: function "FLASH_SetLatency" declared implicitly
main.c(172): error: #20: identifier "FLASH_Latency_2" is undefined
main.c(175): warning: #223-D: function "RCC_HCLKConfig" declared implicitly
main.c(175): error: #20: identifier "RCC_SYSCLK_Div1" is undefined
main.c(178): warning: #223-D: function "RCC_PCLK2Config" declared implicitly
main.c(178): error: #20: identifier "RCC_HCLK_Div1" is undefined
main.c(181): warning: #223-D: function "RCC_PCLK1Config" declared implicitly
main.c(181): error: #20: identifier "RCC_HCLK_Div2" is undefined
main.c(184): warning: #223-D: function "RCC_PLLConfig" declared implicitly
main.c(184): error: #20: identifier "RCC_PLLSource_HSE_Div1" is undefined
main.c(184): error: #20: identifier "RCC_PLLMul_9" is undefined
main.c(187): warning: #223-D: function "RCC_PLLCmd" declared implicitly
main.c(190): warning: #223-D: function "RCC_GetFlagStatus" declared implicitly
main.c(190): error: #20: identifier "RCC_FLAG_PLLRDY" is undefined
main.c(195): warning: #223-D: function "RCC_SYSCLKConfig" declared implicitly
main.c(195): error: #20: identifier "RCC_SYSCLKSource_PLLCLK" is undefined
main.c(198): warning: #223-D: function "RCC_GetSYSCLKSource" declared implicitly
main.c(214): error: #20: identifier "GPIO_InitTypeDef" is undefined
main.c(217): warning: #223-D: function "RCC_APB2PeriphClockCmd" declared implicitly
main.c(217): error: #20: identifier "RCC_APB2Periph_GPIOC" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_0" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_1" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_2" is undefined
main.c(221): error: #20: identifier "GPIO_Speed_50MHz" is undefined
main.c(222): error: #20: identifier "GPIO_Mode_Out_PP" is undefined
main.c(223): warning: #223-D: function "GPIO_Init" declared implicitly
main.c(245): warning: #223-D: function "NVIC_SetVectorTable" declared implicitly
main.c(245): error: #20: identifier "NVIC_VectTab_FLASH" is undefined
assembling stm32f10x_vector.s...
Target not created
Build target 'Simulator'
compiling stm32f10x_it.c...
compiling main.c...
main.c(29): warning: #223-D: function "TIM_GetITStatus" declared implicitly
main.c(29): error: #20: identifier "TIM_IT_Update" is undefined
main.c(32): warning: #223-D: function "TIM_ClearITPendingBit" declared implicitly
main.c(39): error: #20: identifier "TIM_TimeBaseInitTypeDef" is undefined
main.c(40): error: #20: identifier "NVIC_InitTypeDef" is undefined
main.c(44): warning: #223-D: function "RCC_APB1PeriphClockCmd" declared implicitly
main.c(44): error: #20: identifier "RCC_APB1Periph_TIM2" is undefined
main.c(48): warning: #223-D: function "TIM_DeInit" declared implicitly
main.c(52): error: #20: identifier "TIM_CKD_DIV1" is undefined
main.c(53): error: #20: identifier "TIM_CounterMode_Up" is undefined
main.c(54): warning: #223-D: function "TIM_TimeBaseInit" declared implicitly
main.c(56): warning: #223-D: function "TIM_PrescalerConfig" declared implicitly
main.c(56): error: #20: identifier "TIM_PSCReloadMode_Immediate" is undefined
main.c(57): warning: #223-D: function "TIM_ARRPreloadConfig" declared implicitly
main.c(58): warning: #223-D: function "TIM_ITConfig" declared implicitly
main.c(58): error: #20: identifier "TIM_IT_Update" is undefined
main.c(60): warning: #223-D: function "TIM_Cmd" declared implicitly
main.c(64): warning: #223-D: function "NVIC_PriorityGroupConfig" declared implicitly
main.c(64): error: #20: identifier "NVIC_PriorityGroup_1" is undefined
main.c(66): error: #20: identifier "TIM2_IRQChannel" is undefined
main.c(70): warning: #223-D: function "NVIC_Init" declared implicitly
main.c(80): warning: #223-D: function "GPIO_ReadInputData" declared implicitly
main.c(87): warning: #223-D: function "GPIO_Write" declared implicitly
main.c(128): warning: #223-D: function "GPIO_Write" declared implicitly
main.c(128): warning: #223-D: function "GPIO_ReadInputData" declared implicitly
main.c(158): warning: #223-D: function "RCC_DeInit" declared implicitly
main.c(161): warning: #223-D: function "RCC_HSEConfig" declared implicitly
main.c(161): error: #20: identifier "RCC_HSE_ON" is undefined
main.c(164): warning: #223-D: function "RCC_WaitForHSEStartUp" declared implicitly
main.c(164): warning: #188-D: enumerated type mixed with another type
main.c(169): warning: #223-D: function "FLASH_PrefetchBufferCmd" declared implicitly
main.c(169): error: #20: identifier "FLASH_PrefetchBuffer_Enable" is undefined
main.c(172): warning: #223-D: function "FLASH_SetLatency" declared implicitly
main.c(172): error: #20: identifier "FLASH_Latency_2" is undefined
main.c(175): warning: #223-D: function "RCC_HCLKConfig" declared implicitly
main.c(175): error: #20: identifier "RCC_SYSCLK_Div1" is undefined
main.c(178): warning: #223-D: function "RCC_PCLK2Config" declared implicitly
main.c(178): error: #20: identifier "RCC_HCLK_Div1" is undefined
main.c(181): warning: #223-D: function "RCC_PCLK1Config" declared implicitly
main.c(181): error: #20: identifier "RCC_HCLK_Div2" is undefined
main.c(184): warning: #223-D: function "RCC_PLLConfig" declared implicitly
main.c(184): error: #20: identifier "RCC_PLLSource_HSE_Div1" is undefined
main.c(184): error: #20: identifier "RCC_PLLMul_9" is undefined
main.c(187): warning: #223-D: function "RCC_PLLCmd" declared implicitly
main.c(190): warning: #223-D: function "RCC_GetFlagStatus" declared implicitly
main.c(190): error: #20: identifier "RCC_FLAG_PLLRDY" is undefined
main.c(195): warning: #223-D: function "RCC_SYSCLKConfig" declared implicitly
main.c(195): error: #20: identifier "RCC_SYSCLKSource_PLLCLK" is undefined
main.c(198): warning: #223-D: function "RCC_GetSYSCLKSource" declared implicitly
main.c(214): error: #20: identifier "GPIO_InitTypeDef" is undefined
main.c(217): warning: #223-D: function "RCC_APB2PeriphClockCmd" declared implicitly
main.c(217): error: #20: identifier "RCC_APB2Periph_GPIOC" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_0" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_1" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_2" is undefined
main.c(221): error: #20: identifier "GPIO_Speed_50MHz" is undefined
main.c(222): error: #20: identifier "GPIO_Mode_Out_PP" is undefined
main.c(223): warning: #223-D: function "GPIO_Init" declared implicitly
main.c(245): warning: #223-D: function "NVIC_SetVectorTable" declared implicitly
main.c(245): error: #20: identifier "NVIC_VectTab_FLASH" is undefined
assembling stm32f10x_vector.s...
Target not created
Build target 'Simulator'
compiling stm32f10x_it.c...
compiling main.c...
main.c(29): warning: #223-D: function "TIM_GetITStatus" declared implicitly
main.c(29): error: #20: identifier "TIM_IT_Update" is undefined
main.c(32): warning: #223-D: function "TIM_ClearITPendingBit" declared implicitly
main.c(39): error: #20: identifier "TIM_TimeBaseInitTypeDef" is undefined
main.c(40): error: #20: identifier "NVIC_InitTypeDef" is undefined
main.c(44): warning: #223-D: function "RCC_APB1PeriphClockCmd" declared implicitly
main.c(44): error: #20: identifier "RCC_APB1Periph_TIM2" is undefined
main.c(48): warning: #223-D: function "TIM_DeInit" declared implicitly
main.c(52): error: #20: identifier "TIM_CKD_DIV1" is undefined
main.c(53): error: #20: identifier "TIM_CounterMode_Up" is undefined
main.c(54): warning: #223-D: function "TIM_TimeBaseInit" declared implicitly
main.c(56): warning: #223-D: function "TIM_PrescalerConfig" declared implicitly
main.c(56): error: #20: identifier "TIM_PSCReloadMode_Immediate" is undefined
main.c(57): warning: #223-D: function "TIM_ARRPreloadConfig" declared implicitly
main.c(58): warning: #223-D: function "TIM_ITConfig" declared implicitly
main.c(58): error: #20: identifier "TIM_IT_Update" is undefined
main.c(60): warning: #223-D: function "TIM_Cmd" declared implicitly
main.c(64): warning: #223-D: function "NVIC_PriorityGroupConfig" declared implicitly
main.c(64): error: #20: identifier "NVIC_PriorityGroup_1" is undefined
main.c(66): error: #20: identifier "TIM2_IRQChannel" is undefined
main.c(70): warning: #223-D: function "NVIC_Init" declared implicitly
main.c(80): warning: #223-D: function "GPIO_ReadInputData" declared implicitly
main.c(87): warning: #223-D: function "GPIO_Write" declared implicitly
main.c(128): warning: #223-D: function "GPIO_Write" declared implicitly
main.c(128): warning: #223-D: function "GPIO_ReadInputData" declared implicitly
main.c(158): warning: #223-D: function "RCC_DeInit" declared implicitly
main.c(161): warning: #223-D: function "RCC_HSEConfig" declared implicitly
main.c(161): error: #20: identifier "RCC_HSE_ON" is undefined
main.c(164): warning: #223-D: function "RCC_WaitForHSEStartUp" declared implicitly
main.c(164): warning: #188-D: enumerated type mixed with another type
main.c(169): warning: #223-D: function "FLASH_PrefetchBufferCmd" declared implicitly
main.c(169): error: #20: identifier "FLASH_PrefetchBuffer_Enable" is undefined
main.c(172): warning: #223-D: function "FLASH_SetLatency" declared implicitly
main.c(172): error: #20: identifier "FLASH_Latency_2" is undefined
main.c(175): warning: #223-D: function "RCC_HCLKConfig" declared implicitly
main.c(175): error: #20: identifier "RCC_SYSCLK_Div1" is undefined
main.c(178): warning: #223-D: function "RCC_PCLK2Config" declared implicitly
main.c(178): error: #20: identifier "RCC_HCLK_Div1" is undefined
main.c(181): warning: #223-D: function "RCC_PCLK1Config" declared implicitly
main.c(181): error: #20: identifier "RCC_HCLK_Div2" is undefined
main.c(184): warning: #223-D: function "RCC_PLLConfig" declared implicitly
main.c(184): error: #20: identifier "RCC_PLLSource_HSE_Div1" is undefined
main.c(184): error: #20: identifier "RCC_PLLMul_9" is undefined
main.c(187): warning: #223-D: function "RCC_PLLCmd" declared implicitly
main.c(190): warning: #223-D: function "RCC_GetFlagStatus" declared implicitly
main.c(190): error: #20: identifier "RCC_FLAG_PLLRDY" is undefined
main.c(195): warning: #223-D: function "RCC_SYSCLKConfig" declared implicitly
main.c(195): error: #20: identifier "RCC_SYSCLKSource_PLLCLK" is undefined
main.c(198): warning: #223-D: function "RCC_GetSYSCLKSource" declared implicitly
main.c(214): error: #20: identifier "GPIO_InitTypeDef" is undefined
main.c(217): warning: #223-D: function "RCC_APB2PeriphClockCmd" declared implicitly
main.c(217): error: #20: identifier "RCC_APB2Periph_GPIOC" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_0" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_1" is undefined
main.c(220): error: #20: identifier "GPIO_Pin_2" is undefined
main.c(221): error: #20: identifier "GPIO_Speed_50MHz" is undefined
main.c(222): error: #20: identifier "GPIO_Mode_Out_PP" is undefined
main.c(223): warning: #223-D: function "GPIO_Init" declared implicitly
main.c(245): warning: #223-D: function "NVIC_SetVectorTable" declared implicitly
main.c(245): error: #20: identifier "NVIC_VectTab_FLASH" is undefined
assembling stm32f10x_vector.s...
Target not created
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -