TMS320F28335: 编译错误的问题

Part Number: TMS320F28335

我编译一个工程,提示出错:

 

undefined first referenced                                                                                  
  symbol       in file                                                                                       
 --------- ----------------                                                                                  
 _main     C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/lib/rts2800_fpu32.lib<args_main.obj>

error: unresolved symbols remain
fatal error: cannot open file
"/DSP2833x_examples/gpio_toggle/Debug/Example_2833xGpioToggle.map": No such
file or directory

这个错误应该如何解决?谢谢

  • 1. 您检查一下您的main是否正确添加到工程里面。

    2.检查一下你的debug文件夹,删除重新构建一下。

  • 谢谢!我改了一下,原来的错误没有了,又出现新的错误。

    "C:\Users\chenbingjy\AppData\Local\Temp\0405611", ERROR! at EOF:
    [E1500]
    file access error: failed to open "E:/Code of TMS320F28335
    CCS4/v120/DSP2833x_examples/FFT/Debug/Example_2833x_FFT.obj" for
    writing
    "C:\Users\chenbingjy\AppData\Local\Temp\0405611", ERROR! : [E1000]
    Failed to write object file : E:/Code of TMS320F28335
    CCS4/v120/DSP2833x_examples/FFT/Debug/Example_2833x_FFT.obj

    >> Compilation failure
    C:\ti\ccsv4\utils\gmake\gmake: *** [E:/Code of TMS320F28335 CCS4/v120/DSP2833x_examples/FFT/Debug/Example_2833x_FFT.obj] Error 1
    C:\ti\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
    Build complete for project EXT_ROOT__Example_2833x_FFT

  • 补充一点,我的工程在D盘,编译为什么显示在E盘?

  • 如果您有其他问题,请重新发帖。