build.blg

来自「ADC图形图像例子」· BLG 代码 · 共 14 行

BLG
14
字号
 --- 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 + =
减小字号Ctrl + -
显示快捷键?