⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.bat

📁 ARM嵌入式系统开发--软件设计与优化随书源代码。开发环境asm+c
💻 BAT
字号:
rem set CORE=XScale
set CORE=ARM920T

armcc -c -O1 -g+ -cpu %CORE% cacheTest.c -o cacheTest.o
armasm -g -cpu %CORE% enableCache.s -o enableCache.o
armasm -g -cpu %CORE% flushcache.s -o flushcache.o
armasm -g -cpu %CORE% cleancachebyway.s -o cleancachebyway.o
armasm -g -cpu %CORE% cleancachebytest.s -o cleancachebytest.o
armasm -g -cpu %CORE% cleancachexscale.s -o cleancachexscale.o
armasm -g -cpu %CORE% cleanflushcacheregion.s -o cleanflushcacheregion.o
armasm -g -cpu %CORE% lockcachebyway.s -o lockcachebyway.o
armasm -g -cpu %CORE% lockcachebyLbit.s -o lockcachebyLbit.o
armasm -g -cpu %CORE% lockcachebyregion.s -o lockcachebyregion.o
armcc -c -O1 -g+ -cpu %CORE% main.c -o main.o
armlink -entry main.o -o cache.axf cacheTest.o enableCache.o flushcache.o cleancachebyway.o cleancachebytest.o cleancachexscale.o cleanflushcacheregion.o lockcachebyway.o lockcachebyLbit.o lockcachebyregion.o main.o

⌨️ 快捷键说明

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