代码搜索结果
找到约 10,000 项符合
ARM 的代码
armproject.plg
Build Log
--------------------Configuration: ARMproject - Win32 Debug--------------------
arm-elf-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:\code\arm
readme.txt
C工程模板使用说明
本模板用于使44B0运行C程序
一般说来汇编用来初始化 之后跳到C入口MAIN函数处
一、关于工程文件
1、本目录下建工程文件(.MCP)
2、工程文件至少包含3个文件44binit.s 44blib_a.s *.c(自己的c文件)
3、44binit.s中开头部分INCLUDE两个文件MEMCFG.S Option.s用于基本设置
注
mmu.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
mmu.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
a.bat
path=c:\gcc\build\bin
del .\obj\*.o
del p78_usbmonitor.bin
del monitor.elf
arm-elf-as init.s -o .\obj\init.o
arm-elf-gcc -O3 -Ic:\gcc\build\include -mlittle-endian -mcpu=arm9 -c base.c -o .\obj
make.bat
path=c:\windows;c:\windows\system32;c:\gcc\build\bin
del .obj\*.o
del monitor.bin
del monitor.elf
arm-elf-as init.s -o .\obj\init.o
arm-elf-gcc -O3 -Ic:\gcc\build\include -mlittle-endian -mcpu=
readme.txt
把Makefile中的/usr/local/arm/2.95.3/bin/arm-linux-gcc改为你的arm-linux-gcc路径,-I/home/vi/v10/include改为你的4K_bootloader
下的include,如:你的4K_bootloader在/home下,则应改为-I/home/4K_bootloader/include,把-I/usr/local/arm/2.
readme.txt
把Makefile中的/usr/local/arm/2.95.3/bin/arm-linux-gcc改为你的arm-linux-gcc路径,-I/home/vi/v10/include改为你的4K_bootloader
下的include,如:你的4K_bootloader在/home下,则应改为-I/home/4K_bootloader/include,把-I/usr/local/arm/2.
ucos_debug.mk
#
# Warning: This Makefile is generated by the genmake program from the template:
# gen_arx.mk - template for ARM compiler to build executables
# It is advised that you not modify this by hand. If
ucos_debugrel.mk
#
# Warning: This Makefile is generated by the genmake program from the template:
# gen_arx.mk - template for ARM compiler to build executables
# It is advised that you not modify this by hand. If