CELL_PSGL_VERSION
This user environment variable specifies the version of the PSGL library to be
used. Please refer to the Readme file (PS3_SDK_Installer_Readme_e.htm), which
can be found in the installation directory, for instructions on how to alter
this setting after installation.
Set "opt" if an optimized version is to be used.
Set "debug" if a debugging version is to be used.
Set "hud" if PSGL performance monitoring analysis is to be utilized.
Set "ultra-opt" for better performance than the opt option.
The recommended setting is "debug".
<CELL_PSGL_VERSION> is referenced only when linking PPU/SPU binaries of each
sample program. If the setting of this variable has been changed, it will be
sufficient to re-link, not re-compile, PPU/SPU binaries.
---
CELL_FW_DIR
This user environment variable specifies the directory where the provided Sample
Framework library is placed. Please refer to the Readme file (
PS3_SDK_Installer_Readme_e.htm), which can be found in the installation
directory, for instructions on how to alter this setting after installation.
The recommended location is $(CELL_SDK)/samples/fw.
---
CELL_DATA_DIR
This user environment variable specifies the directory where the provided data
for sample programs are placed. Please refer to the Readme file (
PS3_SDK_Installer_Readme_e.htm), which can be found in the installation
directory, for instructions on how to alter this setting after installation.
The recommended location is $(CELL_SDK)/sample_data.
---
SCE_PS3_ROOT
This system environment variable specifies the SDK root directory for SN Systems
ProDG tools.
Note that this PS3 SDK installer does not include ProDG tools; however, they can
be downloaded from PS3 DevNet: https://ps3.scedev.net/projects/prodg
---
env variables set by installer:
local:
CELL_SDK=/c/usr/local/cell
CELL_FW_DIR=$(CELL_SDK)/samples/fw
CELL_DATA_DIR=$(CELL_SDK)/sample_data
CELL_PSGL_VERSION=debug
CELL_GPU_TYPE=rsx
LANG=C
global:
SCE_PS3_ROOT=C:/usr/local/cell
PATH=C:\usr\local\cell\host-win32\spu\bin;C:\usr\local\cell\host-win32\ppu\bin;
C:\usr\local\cell\host-win32\Cg\bin;C:\usr\local\cell\host-win32\bin;$(PATH)