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.

使用OMAPL138 simulator,能否给out文件带参数



我的需求是这样的如下图

因为要测试很多个不同名字的输入文件,所以我现在的做法就是不停的编译生成新的out,然后reload,run out文件得到输出。

我想问的是CCS simulator里面支持不支持给out文件带入参数. 就像运行linux的应用程序

./a.out param1 param2

如果支持,需要怎么做,谢谢!