📄 build.bat
字号:
armcc -c -g -O1 tables/t_rad.c -o t_rad.o
armcc -c -g -O1 tables/t_04096_8.c -o t_04096_8.o
armcc -c -g -O1 tables/t_04096_4.c -o t_04096_4.o
armcc -c -g -O1 test/t000002.c -o t000002.o
armcc -c -g -O1 test/t000004.c -o t000004.o
armcc -c -g -O1 test/t000008.c -o t000008.o
armcc -c -g -O1 test/t000016.c -o t000016.o
armcc -c -g -O1 test/t000032.c -o t000032.o
armcc -c -g -O1 test/t000064.c -o t000064.o
armcc -c -g -O1 test/t000128.c -o t000128.o
armcc -c -g -O1 test/t000256.c -o t000256.o
armcc -c -g -O1 test/t000512.c -o t000512.o
armcc -c -g -O1 test/t001024.c -o t001024.o
armcc -c -g -O1 test/t002048.c -o t002048.o
armcc -c -g -O1 test/t004096.c -o t004096.o
armcc -c -g -O1 test/testfft.c -o testfft.o
armasm -g --cpu arm7tdmi -o fft_main_v4.o fft_asm/fft_main.s
armlink t_rad.o t_04096_8.o t_04096_4.o t000002.o t000004.o t000008.o t000016.o t000032.o t000064.o t000128.o t000256.o t000512.o t001024.o t002048.o t004096.o testfft.o fft_main_v4.o -o fft_v4.axf --info totals
armasm -g --cpu arm9e -o fft_main_v5TE.o fft_asm/fft_main.s
armlink t_rad.o t_04096_8.o t_04096_4.o t000002.o t000004.o t000008.o t000016.o t000032.o t000064.o t000128.o t000256.o t000512.o t001024.o t002048.o t004096.o testfft.o fft_main_v5TE.o -o fft_v5TE.axf --info totals
if exist fft_v5TE.axf echo Build completed
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -