MATLAB: What are the third party tool requirements for Target Support Package 4.0 (R2009b)

ccspackageRequirementssupportsystemtargetTarget Support Package

I would like to know what versions of third party tools I need to use for Target Support Package 4.0 (R2009b).

Best Answer

In order to find out what third party product requirements you need to meet, please use the checkEnvSetup function in MATLAB as follows:
checkEnvSetup('ccs', BOARDPROC, 'list')
Where BOARDPROC is a string that represents the board or processor targeted for code generation.