新手入门
- 积分
- 29
- 金钱
- 29
- 注册时间
- 2010-12-24
- 在线时间
- 0 小时
|
没想到第一个程序就受打击了,还是按着具体步骤来做的
程序是这个
按着不完全手册的步骤做的。
编译后结果:
Build target 'Target 1'
compiling test1.c...
test1.c(3): error: #20: identifier "u8" is undefined
test1.c(4): warning: #223-D: function "Stm32_Clock_Init" declared implicitly
test1.c(5): warning: #223-D: function "delay_init" declared implicitly
test1.c(6): warning: #223-D: function "uart_init" declared implicitly
test1.c(9): warning: #223-D: function "printf" declared implicitly
test1.c(10): warning: #223-D: function "delay_ms" declared implicitly
test1.c(13): warning: #1-D: last line of file ends without a newline
Target not created
|
|