Subversion Repositories DevTools

Rev

Rev 227 | Rev 5709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 241
Line 34... Line 34...
34
endif
34
endif
35
 
35
 
36
iar:
36
iar:
37
	@if [ -z "$$GBE_AVR_IAR" ]; then echo GBE_AVR_IAR env var not set; exit 2; fi; \
37
	@if [ -z "$$GBE_AVR_IAR" ]; then echo GBE_AVR_IAR env var not set; exit 2; fi; \
38
	if [ ! -d "$$GBE_AVR_IAR" ]; then echo "ERROR: GBE_AVR_IAR directory not found ($$GBE_AVR_IAR). Compiler not available"; exit 2; fi; \
38
	if [ ! -d "$$GBE_AVR_IAR" ]; then echo "ERROR: GBE_AVR_IAR directory not found ($$GBE_AVR_IAR). Compiler not available"; exit 2; fi; \
39
	echo -n "[Toolset AVR - IAR Systems";
39
	echo "[Toolset AVR - IAR Systems]";
40
 
40
 
41
iar_avr = $(subst \,/,$(strip $(GBE_AVR_IAR)))
41
iar_avr = $(subst \,/,$(strip $(GBE_AVR_IAR)))
42
 
42
 
43
#
43
#
44
#   Define the compiler specfic names and paths for the various tools
44
#   Define the compiler specfic names and paths for the various tools