|  | 
 
| E:\test\Learn-lumit-Step-3>dir 驱动器 E 中的卷是 DATA
 卷的序列号是 542D-A2D3
 
 E:\test\Learn-lumit-Step-3 的目录
 
 2005-07-08  00:15    <DIR>          .
 2005-07-08  00:15    <DIR>          ..
 2005-05-24  23:29             5,568 startup.s
 2005-05-24  23:28               523 main.c
 2005-05-24  23:25             2,494 Learn-lumit-Step-3-readme.txt
 2005-05-20  07:23           180,312 lumit-sjf4510-1.1.0.exe
 2005-05-24  23:22               773 Makefile
 2004-07-30  03:15            77,882 MAKE.EXE
 2005-07-08  00:26             1,898 startup.o
 2005-07-08  00:26             1,152 main.o
 2005-07-08  00:22               556 main.txt
 2005-05-24  23:30             7,060 l-boot.axf
 2005-05-24  23:30             1,592 l-boot.bin
 11 个文件        279,810 字节
 2 个目录  1,364,598,784 可用字节
 
 E:\test\Learn-lumit-Step-3>make all
 
 Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
 Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 
 armasm startup.s -o startup.o
 armcc -c main.c -o main.o
 armlink startup.o main.o -ro-base 0x0 -entry 0x0 -first startup.o -o l-boot.axf
 Error: L6218E: Undefined symbol __main (referred from main.o).
 Error: L6218E: Undefined symbol _main (referred from main.o).
 Finished: 0 information, 0 warning and 2 error messages.
 NMAKE : fatal error U1077: 'armlink' : return code '0x1'
 Stop.
 | 
 |