Question: Getting the error message " Command Line Too Long " from a TI compiler/assembler/linker. Answer: DOS restricts the length of the command line to a total of 128 characters. The 128 character restriction also exists for the command lines that the compiler shell invokes for calling the other tools (optimizer, code generator...). When these command lines are generated, the entire path is included for the executable Solution:
Batch file@echo off set a_dir=f:/dwg/src/predist/memc;f:/dwg/src/predist/memreg set c_dir=f:/dwg/src/predist/dac mainint.c set c_option= -c dspcl cls |
| Device: TMS320C2x Category: TI Tools Information Detail: Code Generation Tools Detail2: Assembler/Linker |
Title: Command
Line Too Long Source: Case from TMS320 Hotline Date: 4/16/98 GenId: a2 |