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.

关于RM48X上移植ThreadX的问题。

Other Parts Discussed in Thread: HALCOGEN

硬件平台:RM48X

软件版本:CCSV5.3

我们公司申请了threadx的试用版,现在想在ccsv5.3里面生成.out文件。ThreadX公司给的源码是在windows下面直接运行.bat文件生成.out的,共有两个.bat文件,一个是生成对应源码的.o文件和一个.a文件(生成.out文件必须的),另一个是生成.out文件。

现在我把已经生成的.o文件和tx.a文件(上面提到的)以及一些必须的其他文件都导入到ccs5里面,然后用上面说的另一个.bat里面的内容替换ccs5自己的makefile的内容,最后编译。但是,我替换的内容被ccs自己的makefile又覆盖了。

请问:如何利用ccs5生成threadx的输出文件。