📄 build.blg
字号:
--- Build Command Start ---
d:/cygwin/bin/make -f Makefile.e clean all binary
rm -f obj/crt0.o obj/int.o obj/uart1_main.o obj/uart.o output/04_UART1.elf output/04_UART1.elf.dis output/04_UART1.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/uart1_main.o uart1_main.c
se3208-elf-gcc -g -Wall -c -o obj/uart.o uart.c
se3208-elf-gcc -o output/04_UART1.elf obj/crt0.o obj/int.o obj/uart1_main.o obj/uart.o -g -Wall -nostartfiles -Xlinker -Tse3208.vct
se3208-elf-objcopy -O binary output/04_UART1.elf -I elf32-se3208 output/04_UART1.elf.bin
--- Build Command Completed ---
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -