10079e7b9a3b001e1a47e0df8baec0c3

来自「niosII基础上实现的嵌入式网络驱动」· 代码 · 共 36 行

TXT
36
字号
# ********************************************************************** # # 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 := hello_world_0_syslib
# Location of this project
SYSTEM_DIR := E:/code/low_cost_lcd/software/hello_world_0_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

RM := rm -rf


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

⌨️ 快捷键说明

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