Subversion Repositories DevTools

Rev

Rev 327 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 327 Rev 6177
Line 24... Line 24...
24
#
24
#
25
#   Ensure that the tools are available
25
#   Ensure that the tools are available
26
#
26
#
27
.PHONY:		KeilArm
27
.PHONY:		KeilArm
28
KeilArmV3:
28
KeilArmV3:
29
	@$(echo) [Toolset $(toolset)]; \
29
	@$(echo) '[Toolset $(toolset)]'; \
30
	[ -z "$KEILMDK_ARM340" ] && echo KEILMDK_ARM340 env var not set && exit 2; \
30
	[ -z "$KEILMDK_ARM340" ] && echo "KEILMDK_ARM340 env var not set" && exit 2; \
31
	if [ ! -d "$(KEILMDK_ARM)" ] ; then echo KEILMDK_ARM340 Directory not found: $(KEILMDK_ARM);  exit 2; fi; \
31
	if [ ! -d "$(KEILMDK_ARM)" ] ; then echo "KEILMDK_ARM340 Directory not found: $(KEILMDK_ARM)";  exit 2; fi; \
32
	if [ ! -d "$(KEILMDK_ARM_BIN)" ] ; then echo Keil Compiler directory not found: $(KEILMDK_ARM_BIN); exit 2; fi; \
32
	if [ ! -d "$(KEILMDK_ARM_BIN)" ] ; then echo "Keil Compiler directory not found: $(KEILMDK_ARM_BIN)"; exit 2; fi; \
33
 
33
 
34
 
34
 
35
#
35
#
36
#   Toolset programs
36
#   Toolset programs
37
#
37
#