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.

Build of rts6740_eh.lib fails

Other Parts Discussed in Thread: OMAPL138

Hello,

I have created a project for C6740 DSP. I have exceptions in my code, so I enabled them. Now when building the project, it says that the rts6740_eh.lib has to be built first. But this fails with the following console output:

'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.2/bin/cl6x" -mv6740 --abi=coffabi -g --define=omapl138 --display_error_number --diag_warning=225 -z --stack_size=0x800 -m"TicDsp.map" --heap_size=0x800 -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.2/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.2/include" --reread_libs --define=DSP_CORE=1 --warn_sections --display_error_number --rom_model -o "TicDsp.out" -l"./configPkg/linker.cmd" "./main.obj" -l"C:\workspace\tic\src\main\libDsp\Debug\TicLibDsp.lib" -l"libc.a" "../OMAPL138.cmd"
<Linking>
warning #10366-D: automatic library build: using library
"C:\ti\ccsv5\tools\compiler\c6000_7.4.2\lib\rts6740_eh.lib" for the first
time, so it must be built. This may take a few minutes.
cygwin warning:
MS-DOS style path detected: C:\workspace\tic\src\main\dsp\Debug
Preferred POSIX equivalent is: /cygdrive/c/workspace/tic/src/main/dsp/Debug
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
cygwin warning:
MS-DOS style path detected: C:\workspace\tic\src\main\dsp\Debug
Preferred POSIX equivalent is: /cygdrive/c/workspace/tic/src/main/dsp/Debug
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
cygwin warning:
MS-DOS style path detected: C:\workspace\tic\src\main\dsp\Debug
Preferred POSIX equivalent is: /cygdrive/c/workspace/tic/src/main/dsp/Debug
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
--> error: '*.obj
' not found
gmake.exe[1]: *** [library] Error 1
>> ERROR: mklib: gmake error during rts6740_eh.lib build

Any help is highly appreciated. Thank you!