在ST官网
http://www.st.com/internet/mcu/product/81708.jsp
下载了str71xfwlib.zip
里面有例子,可是我打开后使用MDK4.14编译
出现警告 如下:
Build target 'Target 1'
assembling STR71x.s...
compiling 71x_lib.c...
compiling rccu.c...
compiling uart.c...
compiling gpio.c...
compiling 71x_it.c...
compiling Main.c...
linking...
test.axf: Warning: L6305W: Image does not have an entry point. (Not specified or not set due to multiple choices.)
test.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections).
Program Size: Code=4140 RO-data=0 RW-data=0 ZI-data=1288
"test.axf" - 0 Error(s), 2 Warning(s).
我下载STR710 库 里面的例子 编译后 如此。。。如何解决 ????? |