📄 build.blg
字号:
--- Build Command Start ---
d:/cygwin/bin/make -f Makefile.e clean all binary
! make: Warning: File `Makefile.e' has modification time 0.4 s in the future
rm -f obj/crt0.o obj/graphic.o obj/Graphic_main.o obj/int.o obj/uart.o output/07_Graphic.elf output/07_Graphic.elf.dis output/07_Graphic.elf.bin
se3208-elf-as -gstabs -o obj/crt0.o crt0.S
se3208-elf-gcc -g -Wall -c -o obj/graphic.o graphic.c
se3208-elf-gcc -g -Wall -c -o obj/Graphic_main.o Graphic_main.c
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 -o output/07_Graphic.elf obj/crt0.o obj/graphic.o obj/Graphic_main.o obj/int.o obj/uart.o -g -Wall -nostartfiles -Xlinker -Tse3208.vct
se3208-elf-objcopy -O binary output/07_Graphic.elf -I elf32-se3208 output/07_Graphic.elf.bin
! make: warning: Clock skew detected. Your build may be incomplete.
--- Build Command Completed ---
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -