build.blg

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

BLG
12
字号
 --- Build Command Start --- 

d:/cygwin/bin/make -f Makefile.e clean all binary  

 ! make: Warning: File `Makefile.e' has modification time 1.3 s in the future

rm -f obj/crt0.o obj/int.o obj/led_asm_main.o output/01_LED-ASM.elf output/01_LED-ASM.elf.dis output/01_LED-ASM.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/led_asm_main.o led_asm_main.c

se3208-elf-gcc -o output/01_LED-ASM.elf obj/crt0.o obj/int.o obj/led_asm_main.o -g  -Wall     -nostartfiles -Xlinker -Tse3208.vct 

se3208-elf-objcopy -O binary output/01_LED-ASM.elf -I elf32-se3208 output/01_LED-ASM.elf.bin

 ! make: warning:  Clock skew detected.  Your build may be incomplete.

 --- Build Command Completed --- 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?