Provided that your SPOX 2.2 environment settings are similar to the following:

	SET SPOX62DIR=D:\SPOX62
	SET SPOXDIR=%SPOX62DIR%
	SET SPOXMYSRC62=D:\MYSRC6XEVM
	SET TOOLS62DIR=D:\C6XTOOLS
	SET PATH=%SPOX62DIR%\bin;D:\WINDOWS;D:\WINDOWS\COMMAND;%PATH%
	SET SPOX62BOARD=evm6x

1.)	Copy the modified version of "evm6x.a62" to disable SCOPE functionality into your c:\mysrc6x\lib directory. 	See attached.

2.)	Open and edit "yourapp.cdb" file in CCS, then save the config file to run "gconf".

3.)	Edit "yourappcfg.cmd" file to link in the appropriate SPOX 2.2 libraries as follows:

	-levm6x.a62			/* Modified version of evm6x.a62*/
	-lspoxdevi.a62		/* SPOX 2.2 device driver library*/
	-lspoxknl.a62			/* SPOX 2.2 KNL library*/
	/*-ldev_INST.a62          	SPOX device library support */		COMMENT THIS LINE OUT!!
	/*-lutl.a62               	SPOX-KNL utilities */			COMMENT THIS LINE OUT!!
	/*-luspox_INST.a62        	SPOX-KNL library support */		COMMENT THIS LINE OUT!!
	/*-lbios.a62              	SPOX-BIOS support */			COMMENT THIS LINE OUT!!
	-lrts6201.lib             	/* C run-time library support */

4.)	Run "gmake" to build "yourapp.x62"

5.)	Load "yourapp.x62" using CCS and run!

NOTE: CCS will fail if you try to run DSP/BIOS plug-ins in real time....but they will work in stop mode!!