Reply by vipinpathak March 8, 20022002-03-08
Hi ;

TI's Code Composer doesn't support that option of passing arguments..
like VC does ... However debuggers from other vendors do have this
option..
Thanks
Vipin

--- In c55x@y..., "joseph_qiao" <a2473c@m...> wrote:
> Dear members,
>
> I am optimizing some C algorithm for C55x by CCS2.0. The question
is
> how to pass some parameters to the main function, main(int argc,
> char**argv) when simulating by CCS2.0?
> I want to input some switches by command line in this way. I have
> debugged code in VC++ envrioment.
>
> Thanks in advance.
> Regards
> Joseph


Reply by joseph_qiao March 6, 20022002-03-06
Dear members,

I am optimizing some C algorithm for C55x by CCS2.0. The question is
how to pass some parameters to the main function, main(int argc,
char**argv) when simulating by CCS2.0?
I want to input some switches by command line in this way. I have
debugged code in VC++ envrioment.

Thanks in advance.
Regards
Joseph