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.

Why is CCSv4 Asking for OMAP?

Other Parts Discussed in Thread: CCSTUDIO

I've inherited a legacy project and I am trying to get it to compile in CCSv4. I know that it uses the Network Development Kit (NDK) 2.0 with the Ethernet Driver Patch (v1.0.0.1). I've installed both (they are the only packages I've installed) and now am attempting to validate the installation by running the example projects that are included with NDK2.0 installation. I imported the network/helloWorld/c6747 project as a "Legacy 3.3 Project" and gone through the build settings to update the macros to be the correct path. However, I get the following when I try to compile it:

gmake: *** No rule to make target `C:/dsp/lib/evmomapl137bsl.lib', needed by `../bin/helloWorld.out'.

which is preeceeded by the following error:

"C:/Texas Instruments/ndk_2_0_0/packages/ti/ndk/example/tools/evm6747/evminit.c", line 16: fatal error: could not open source file "evmomapl137.h"

1 fatal error detected in the compilation of "C:/Texas Instruments/ndk_2_0_0/packages/ti/ndk/example/tools/evm6747/evminit.c".

Compilation terminated.

I can't find the file 'evmomapl137.h' anywhere in the NDK installation, and the target that I am using is the "C6747 Device Functional Simulator, Little Endian". As such, does anyone know what the 'evmomapl137.h' file is and/or what package it is installed in? Also, does anyone understand why the project is trying to find a header file that appears to for the OMAP?

Thank you in advance.

  • Jesse;

    File seems to be in "C:\CCStudio_v3.3\boards\evmomapl137_v1\dsp\include\evmomapl137.h"

    next links explain relation between them,

    http://processors.wiki.ti.com/index.php/C674x/OMAPL1x_Introductory_Information

    where it has a link to install the corresponding SDK, that could be affecting to get correct headers

    http://processors.wiki.ti.com/index.php/Getting_Started_Guide_for_C6747#Installing_the_SDK_Software

    it points to install both OMAPL137_dsp_setupwin32_1_00_00_11.exe and C674x_dsp_setupwin32_1_00_00_11.exe, plus other tools,

    used CCS version could affect, check link

    http://processors.wiki.ti.com/index.php/Importing_CCSv3_Projects_into_CCSv4

    http://processors.wiki.ti.com/index.php/Rebuilding_the_NDK_Core

    I noted relation to NDK2.00/CCS3.3v and NDK2.20/CSS4.0v

    if you have issues with CCS you should post to next forum

    Code Composer Forum

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81.aspx

  • Manuel Contreras,
    Thank you for your help. I actually found that the error had to do with somthing completely different, but I think the answer above is good information to keep up for other developers that have similar errors.

    Thank you again for your help,
    Jesse Patterson