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.

导入 dsplib example到ccs v4不成功

CCS版本是4.

尝试着把dsplib c55x 的example导入到CCS v4,选的就是路径从v3.3移植过来,可是build的时候还是报错了。错误见下图。这是什么意思啊?

>> ERROR: Only --ptrdiff_size=16 is allowed for small memory model
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: *** [C:/TiDoc/c55dsplib/dsplib_new/EXAMPLES/expn/Debug/TEST.obj] Error 1
C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project expn

都报错了还能build完成么?反正不能load.o(≧口≦)o 

请问这种情况怎么解决啊?

另外我发现每个例子中都有两个工程文件。见下图。意思是在v3.3和v5都可以编译链接么?不会相互冲突么?