ENVIRONMENT SETUP
DSMCC build system relies on a number of environment variables to be properly set up. Please use example_setenv.sh as an example of environment set up and to read the meaning of all the available variables.

BUILD
After all the needed variables have been exported, just do 'make' in the top directory. By default, the resulting library will be build/bin/libdsmcc.a, but its location can be changed by using the variable DTVKIT_OUTPUT_DIR


