This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Generated errors with Matlab R2011b with CCS 3.3, the ti control card f2802.

When I try to build the code for this project, I get three errors that terminate the project.  The errors are:

1) The call to idelink_ert_make_rtw_hook, during the exit hook generated the following error:
Error while creating the project.

2) Error while creating the project.

3) Code generation cannot proceed because the following file or folder could not be found: $(DSP2802x_INSTALLDIR)\\DSP2802x_common\\source\\DSP2802x_Adc.c

 

The project right now is a test ADC to a ePWM with a gain in between.

I am using Matlab R2011b with CCS 3.3,  the ti control card f2802.

  • Chris,

    Are these errors coming from Matlab?  They don't look like CCS errors.

    It looks like the project generation is dependent on a variable being defined.  Has you defined $(DSP2802x_INSTALLDIR) anywhere?  For CCS that type of variable is typically defined in the macros.ini file.  Were there instructions with Matlab related to defining any necessary variables?

    John