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.

arm_dsp ubl build issue in CCSv4

Hello everybody,

 

I have a problem in  building the arm ubl in ccsv4...the following is the error that i got while building arm ubl in ccsv4(here I am converting the .out file of the arm ubl into .bin and therefore the following error).I am building the arm ubl for omapL137v1 spectrum digital evm in ccsv4. I am using XDS510 USB JTAG emulator. I am using ccsv4 30 day trial version.
 
<Linking>
"../ubl2bin.cmd", line 3: error: invalid option:  -zero
"../ubl2bin.cmd", line 8: error: operator expected instead of "}"
error: --no_sym_merge not supported when producing ELF output files
fatal error: cannot continue with specified options; aborting
 
>> Compilation failure
gmake: *** [OmapL137_armubl.out] Error 1
gmake: Target `all' not remade because of errors.

 

also I am building dsp ubl for omapl137v1 spectrum digital evm in ccsv4 and i got the following error  while building dsp ubl in ccsv4
 
<Linking>
"../ubl2bin.cmd", line 3: error: invalid option:  -zero
"../ubl2bin.cmd", line 8: error: operator expected instead of "}"
error: --no_sym_merge not supported when producing ELF output files
fatal error: cannot continue with specified options; aborting
 
>> Compilation failure
gmake: *** [OmapL137_dspubl.out] Error 1
gmake: Target `all' not remade because of errors.

 

Also I am unable to solve the above problems...any solution will be of great help...thanks in advance. Please send me any links for building/de-bugging projects in ccsv4 along with links for ccsv4  .cmd file format language.