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.
We're using WinCE6.0/LogicPD OMAP-L138 EVM/DSPLINK. I'm not able to compile a .asm file with the TI command-line build for the 6748 dsp side of DSPLINK. How to do that?
Thanks, D.M.
Don Masin said:I'm not able to compile a .asm file with the TI command-line build for the 6748 dsp side of DSPLINK. How to do that?
Are you seeing errros when compiling a .asm file or are you asking how to compile a file on command line?
The TI code generation tools can be used in command line to build assembly or C/C++ source files. You should simply be able to invoke the compiler shell "cl6x" followed by the desired set of options and pass the .asm source file to it. More information can be found in the Compiler and Assembly Language Tools Users Guides: http://processors.wiki.ti.com/index.php/TI_Compiler_Information#Compiler_Manuals
Hi AartiG,
Thanks for your reply. No errors, just needing to know how to include .asm files in build. That looks like it should work fine. I also found out that I could add the .asm filename to the "SOURCES" file in the ReadWrite folder.
D.M.