📄 helloworld.mak
字号:
#============================================================================
# Name:
# helloworld.MAK
#
# Description:
# Makefile to build the helloworld downloadable module.
#
# The following nmake targets are available in this makefile:
#
# all - make .elf and .mod image files (default)
# clean - delete object directory and image files
# filename.o - make object file
#
# The above targets can be made with the following command:
#
# nmake /f helloworld.mak [target]
#
# Assumptions:
# 1. The ARM ADS 1.0.1 and/or 1.1 tools are installed in the c:\ads directory.
# 2. This Makefile can be used with the ARM ADS 1.0.1 & 1.1 Compilers only.
#
# Notes:
# 1. While building the application using this make file, the following warnings may be
# received. They can be safely ignored:
# "Warning: C2067I: option -zas will not be supported in future releases of the compiler
# "Warning: C2071W: option -za will not be supported in future releases of the compiler
# "Warning: L6305W: Image does not have an entry point. (Not specified or not set due to
# multiple choices).
#
#
# Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -