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.

CCS3.3编译其报错分析

Other Parts Discussed in Thread: TMS320F28027

 undefined first referenced                           
  symbol       in file                                
 --------- ----------------                           
 FD$$MPY   F:\\test_cs33_28027\\Debug\\internPara.obj
 FD$$TOL   F:\\test_cs33_28027\\Debug\\internPara.obj
 FS$$DIV   F:\\test_cs33_28027\\Debug\\internPara.obj
 FS$$MPY   F:\\test_cs33_28027\\Debug\\mtDrive.obj    
 FS$$TOFD  F:\\test_cs33_28027\\Debug\\internPara.obj
 I$$DIV    F:\\test_cs33_28027\\Debug\\mtDrive.obj    
 I$$TOFS   F:\\test_cs33_28027\\Debug\\internPara.obj
 L$$DIV    F:\\test_cs33_28027\\Debug\\F2802xsci.obj  
 L$$TOFS   F:\\test_cs33_28027\\Debug\\vfeedfwd.obj   
 UL$$TOFS  F:\\test_cs33_28027\\Debug\\slideCharge.obj

    如上报错提示,: FD$$MPY    FS$$TOFD  等等字符,我在对应的文件--internPara 也该字符,为何提到说这些文件没有定义该变量呀?

  •   如上报错提示,: FD$$MPY    FS$$TOFD  等等字符,我在对应的文件--internPara 没用到字符,而且我所有的代码中也没有用到这些字符,为何提到说这些文件没有定义该变量呀?

  • 我一句一句代码屏蔽,看看哪条引起报错,后来当我屏蔽了函数中:

    Ref=(float) virable_A/virable_B;

    这是一个除法,这句代码在TMS32OF2802中用CCS33可以编译通过,换到Tms320f28027上,用CCS33编译就通不过,有谁知道原因吗? 怎样处理?