| Line 1... |
Line 1... |
| 1 |
########################################################################
|
1 |
########################################################################
|
| 2 |
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
|
2 |
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
|
| 3 |
#
|
3 |
#
|
| 4 |
# Module name : MSP430.DEF
|
4 |
# Module name : MSP430.DEF
|
| 5 |
# Module type : Makefile system
|
5 |
# Module type : Makefile system
|
| 6 |
# Compiler(s) : Perl
|
6 |
# Compiler(s) : Perl
|
| 7 |
# Environment(s): jats
|
7 |
# Environment(s): jats
|
| Line 33... |
Line 33... |
| 33 |
|
33 |
|
| 34 |
export GBE_MSP430 GBE_MSP430_TOOLS GBE_MSP430_CORE
|
34 |
export GBE_MSP430 GBE_MSP430_TOOLS GBE_MSP430_CORE
|
| 35 |
|
35 |
|
| 36 |
msp430:
|
36 |
msp430:
|
| 37 |
@echo "[Toolset TI MSP430]";\
|
37 |
@echo "[Toolset TI MSP430]";\
|
| 38 |
if [ -z "$$GBE_MSP430" ]; then echo GBE_MSP430 env var not set; exit 2; fi; \
|
38 |
if [ -z "$$GBE_MSP430" ]; then echo 'GBE_MSP430 env var not set'; exit 2; fi; \
|
| 39 |
if [ ! -d "$$GBE_MSP430" ]; then echo "ERROR: GBE_MSP430 directory not found ($$GBE_MSP430). Compiler not available"; exit 2; fi; \
|
39 |
if [ ! -d "$$GBE_MSP430" ]; then echo "ERROR: GBE_MSP430 directory not found ($$GBE_MSP430). Compiler not available"; exit 2; fi; \
|
| 40 |
if [ -z "$$GBE_MSP430_TOOLS" ]; then echo GBE_MSP430_TOOLS env var not set; exit 2; fi; \
|
40 |
if [ -z "$$GBE_MSP430_TOOLS" ]; then echo 'GBE_MSP430_TOOLS env var not set'; exit 2; fi; \
|
| 41 |
if [ ! -d "$$GBE_MSP430_TOOLS" ]; then echo "ERROR: GBE_MSP430_TOOLS directory not found ($$GBE_MSP430_TOOLS). Compiler not available"; exit 2; fi; \
|
41 |
if [ ! -d "$$GBE_MSP430_TOOLS" ]; then echo "ERROR: GBE_MSP430_TOOLS directory not found ($$GBE_MSP430_TOOLS). Compiler not available"; exit 2; fi; \
|
| 42 |
if [ -z "$$GBE_MSP430_CORE" ]; then echo GBE_MSP430_CORE env var not set; exit 2; fi; \
|
42 |
if [ -z "$$GBE_MSP430_CORE" ]; then echo 'GBE_MSP430_CORE env var not set'; exit 2; fi; \
|
| 43 |
if [ ! -d "$$GBE_MSP430_CORE" ]; then echo "ERROR: GBE_MSP430_CORE directory not found ($$GBE_MSP430_CORE). Compiler not available"; exit 2; fi;
|
43 |
if [ ! -d "$$GBE_MSP430_CORE" ]; then echo "ERROR: GBE_MSP430_CORE directory not found ($$GBE_MSP430_CORE). Compiler not available"; exit 2; fi;
|
| 44 |
|
44 |
|
| 45 |
#
|
45 |
#
|
| 46 |
# Define the compiler specfic names and paths for the various tools
|
46 |
# Define the compiler specfic names and paths for the various tools
|
| 47 |
#
|
47 |
#
|