littleend.bld

来自「Support is available from MIPS Technolog」· BLD 代码 · 共 39 行

BLD
39
字号
#!builddefault:	program	:config_setting=byteorder	:config_setting=inline_prologue	:mips_cputype=mips32_4kc	:debuglevel=none	:optimizestrategy=space	:start_address=_start	:xda_threshold=all	:startfiles=-	:sourcedirs=../include	:defines=EL	:postexec=cp -f littleend appl.elf	:postexec=mv -f littleend.map appl.map	:postexec=rm -f littleend.dla	:postexec=rm -f littleend.dnm	:postexec=gsrec appl.elf -o appl.rec	:postexec=gmemfile appl.elf -o appl.bin	:postexec=gdump -N -ytext appl.elf > appl.dis./start.S	assembly	:driver_opts=-preprocess_assembly_files	:defines=_ASSEMBLER_./main.c	C../lib/ctype.c	C../lib/doprntx.c	C../lib/memchr.c	C../lib/printf.c	C../lib/strlen.c	Clinkghs.lnk	linker_file

⌨️ 快捷键说明

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