根据正点原子的MDK软件入门--新建MDK工程文档进行工程的建立。
我使用的固件版本是:STM32F4-Discovery_FW_V1.1.0
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'template'compiling main.c...
linking...
..\template.axf: Error: L6218E: Undefined symbol assert_failed (referred from misc.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 1 error messages.
"..\template.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:02
2016年8月31日15:30:31
通过下载正点原子的资料包,重新按照文档进行操作,可以完成工程的建立。
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'template'
compiling usart.c...
compiling delay.c...
compiling sys.c...
linking...
Program Size: Code=2908 RO-data=424 RW-data=28 ZI-data=1836
FromELF: creating hex file...
"..\template.axf" - 0 Error(s), 0 Warning(s).---没有任何错误
Build Time Elapsed: 00:00:04