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.

Missing cslr_sysctl.h when compiling for DM6437 using BIOS5.31

Hi, I am trying to port some legacy code used with CCS3 to CCS5. This code has been written to run on a custom board with a DM6437 chip.

I have installed the following packages:

bios_5.31.08.15

ccs_5.3.0

dvsdk_1_11_00_00

ndk_1_93

pspdrivers_1_10_03

Some of the original source files include cslr_sysctl.h which I cannot locate anywhere inside the installed packages.

The file using this include performs grabs from the vport.

Could you suggest where the cslr_sysctl.h comes from and which packages need to be installed to satisfy the dependency ?

Thanks a lot,

    Todor

  • Hi Todor,

    This file should be included with the PSP drivers product, which comes with your DVSDK.

    For example, I see all of the cslr*.h files here on my machine:

    dvsdk_1_01_00_15\psp_1_00_02_00\pspdrivers\soc\dm6437\dsp\inc

    Steve

  • Thanks so much for the quick reply. You are totally right: all the necessary files are installed when the dvsdk_1_01 is installed!

    That solves my problem for now. I had tried to upgrade all the packages (psp,ndk,bios,eclipse and dvsdk) to newer versions which were available for download and which were claimed compatible with the DM6437 but it seems now it was not a very good idea.

    As you siggest I will revert to the older dvsdk_1_01 which contains everything needed!

    Thanks once more,

           Todor