eclipse mk文件出现问题

Description Resource Path Location Type
/cygdrive/c/Jennic/Platform/Common/Build/Config.mk *** JENNIC_PCB is not defined. Define for the Jennic development kit you are using.. Stop. JN-AN-1178-JN516x-Wireless-UART-1v1 line 54 C/C++ Problem

下面是mk文件
ifdef JENNIC_PCB
ifeq ($(JENNIC_PCB),DEVKIT1)
PLATFORM_BASE_DIR = $(SDK_BASE_DIR)/Platform/DK1
else
ifeq ($(JENNIC_PCB),DEVKIT2)
PLATFORM_BASE_DIR = $(SDK_BASE_DIR)/Platform/DK2
else
ifeq ($(JENNIC_PCB),HPDEVKIT)
PLATFORM_BASE_DIR = $(SDK_BASE_DIR)/Platform/HPDevKit
else
ifeq ($(JENNIC_PCB),NTS)
PLATFORM_BASE_DIR = $(SDK_BASE_DIR)/Platform/NTS
else
$(error JENNIC_PCB is not defined. Define for the Jennic development kit you are using.)
endif
endif
endif
endif

###############################################################################

Compiler

CFLAGS += -I$(SDK_BASE_DIR)/Platform/Common/Include

###############################################################################

Include platform specific definitions

include $(PLATFORM_BASE_DIR)/Build/PlatformConfig.mk

endif

###############################################################################

http://www.itstrike.cn/Question/77deecce-2ebe-44e7-8f4f-d8598924f15f.html

依赖库文件的环境配置不齐吧,建议从配置环境和依赖环境入手。