1 Star 0 Fork 12

fm/GPSBMS_1

forked from blues0763/GPSBMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile_plat.inc 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
yxoslearn 提交于 2019-08-06 09:52 +08:00 . init version
#******************************************************************************
# Filename : Makefile
# Project : General Project
# Language : GUN makefile
# Description : Created to define make platform
# Edit History : Created by goome at 2018-07-25
#******************************************************************************
#******************************************************************************
#PLATFORM
#******************************************************************************
ARMTOOL_PATH=C:\Progra~1\ARM\RVCT
#*****************************************************************************
# Make file MACRO definitions
#*****************************************************************************
DIR_ARM=$(strip $(ARMTOOL_PATH))
DIR_TOOL = $(DIR_ARM)\Programs\3.1\569\win_32-pentium
DIR_ARMLIB = $(DIR_ARM)\Data\3.1\569\lib
DIR_ARMINC = $(DIR_ARM)\Data\3.1\569\include\windows
DIR_TOOL := $(strip $(DIR_TOOL))
CC32 = $(DIR_TOOL)\armcc.exe --arm
CC = $(DIR_TOOL)\armcc.exe --thumb
LINK = $(DIR_TOOL)\armlink.exe # Linker
ASM = $(DIR_TOOL)\armasm.exe # ARM assembler
AR = $(DIR_TOOL)\armar.exe # Library tool
BIN_TOOL = $(DIR_TOOL)\fromelf.exe # Binary tool
MAKE = make.exe
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/flymanhiyw/GPSBMS_1.git
git@gitee.com:flymanhiyw/GPSBMS_1.git
flymanhiyw
GPSBMS_1
GPSBMS_1
master

搜索帮助