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

📄 52a02ebbdb26001b1091ad0065de6612

📁 2006nios嵌入式系统电子设计大赛时用过的完整工程。
💻
字号:
# ********************************************************************** # # THIS IS AN AUTO-GENERATED FILE. DO NOT EDIT DIRECTLY# # To change the settings in here:# 		- Right click on the project#		- Select "Properties" option#       - Use property pages to set options. Details given below ## **********************************************************************  
# These flags can be set from C/C++ build property page -> nios2-elf-gcc -> General
CFLAGS = -DALT_DEBUG -O0 -g -Wall

ASFLAGS = -Wa,-gdwarf2

# These flags can be set from C/C++ build property page -> nios2-elf-ar.archiver -> General
ARFLAGS = -src

# This project
SYSTEM_NAME := MY4_syslib
# Location of this project
SYSTEM_DIR := D:/4/DE2Project_restored/software/MY4_syslib

# Configuration for system library project
# The configuration can be changed from system library properties -> C/C++ build -> Configuration drop-down box.
# If changed a new configuration folder (e.g. Release) is generated with all the generated and built files
SYS_CONFIG := Debug

PTF := D:/4/DE2Project_restored/niosII.ptf

RM := rm -rf


# Include makefile for the OS we are building on as specified in system library project
SYSTEM_MAKEFILE := D:/altera/kits/nios2_51/components/altera_hal/build/system.mk
include $(SYSTEM_MAKEFILE)

⌨️ 快捷键说明

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