build.blg
来自「ADC图形图像例子」· BLG 代码 · 共 13 行
BLG
13 行
--- Build Command Start ---
d:/cygwin/bin/make -f Makefile.e clean all binary
! make: Warning: File `Makefile.e' has modification time 0.27 s in the future
rm -f obj/crt0.o obj/int.o obj/uart.o obj/Timer1_main.o output/06_Timer1.elf output/06_Timer1.elf.dis output/06_Timer1.elf.bin
se3208-elf-as -gstabs -o obj/crt0.o crt0.S
se3208-elf-gcc -g -Wall -c -o obj/int.o int.c
se3208-elf-gcc -g -Wall -c -o obj/uart.o uart.c
se3208-elf-gcc -g -Wall -c -o obj/Timer1_main.o Timer1_main.c
se3208-elf-gcc -o output/06_Timer1.elf obj/crt0.o obj/int.o obj/uart.o obj/Timer1_main.o -g -Wall -nostartfiles -Xlinker -Tse3208.vct
se3208-elf-objcopy -O binary output/06_Timer1.elf -I elf32-se3208 output/06_Timer1.elf.bin
! make: warning: Clock skew detected. Your build may be incomplete.
--- Build Command Completed ---
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?