📄 makefile
字号:
CC = /usr/local/arm/2.95.3/bin/arm-linux-gccMODCFLAGS = -Wall -DCONFIG_KERNELD -DMODULE -D__KERNEL__ -DCONFIG_MODVERSIONS -march=armv4 -DLinux -nostdinc -fomit-frame-pointer -I- -I . -I/LinuxARM/linux/include -idirafter /usr/local/lib/gcc-lib/arm-elf-linux/2.95.3/includedsp.o test: dsp.c $(CC) $(MODCFLAGS) -o $@ -c $< $(CC) -Wall -o test test.cclean: rm -f dsp.o rm test
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -