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.

DM6437 EVM

Hi everybody,

 

I rebuild a demo application on directory: C:\dvsdk_1_01_00_15\dm6437_demo_1_30_00, it has a error. Pls let me know how to correct it?

 

<Linking>
>> 007203:   error: system error, can't open file
                    'OSDVSDK_INSTALL_DIRBSL_EVMDM6437_INSTALLDIR.obj' for
                    input: No such file or directory

>> Compilation failure<Linking>
>> 007203:   error: system error, can't open file
                    'OSDVSDK_INSTALL_DIRBSL_EVMDM6437_INSTALLDIR.obj' for
                    input: No such file or directory

>> Compilation failure

  • In your linker options you must have sintaxis errors: ..SDK_INSTALL_DIRBSL_EVMDM6437_INSTALLDIR... the linker interprets like one object this line, and SDK_INSTALL_DIR  BSL_EVM, EVMDM6437_INSTALLDIR are different MACROs of paths. I project menu of CCS, build options, linker tag, it should by something like this (including different libraries to compile):

    ...-l "%BIOS_INSTALL_DIR%/packages/ti/rtdx/lib/c6000" -l"%BIOSDVSDK_INSTALL_DIR%\ndk_1_92_00_22_eval\packages\ti\ndk\lib\c64plus\netctrl.lib" ...

    Be lucky