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.

Compiler/TMS320F28379D: #10247-D creating output section "AdcaResultFile" without a SECTIONS specification

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: TI C/C++ Compiler

After succecefully building the code there are total 5 warnings which are poping up,which are as following:-

#10247-D creating output section "AdcaResultFile" without a SECTIONS specification 

#10247-D creating output section "AdcbResultFile" without a SECTIONS specification 

#10247-D creating output section "AdccResultFile" without a SECTIONS specification 

#10247-D creating output section "AdcdResultFile" without a SECTIONS specification 

#10247-D creating output section "Cla1SoftIntRegsFile" without a SECTIONS specification 

I have checked couple of other threads as well like thread 1 and thread 2. I have added nonBIOS_cpu1.cmd file as well as RAM/FLASH linker cmd file. Still these warnings are coming up and ADCResultRegs are not getting updated despite of proper channel selection.

Regards,

Shamik 

  • Shamik,

    Do you see such warnings when building an example from C2000Ware?

    Have you tried to use an empty_project example as a starting point?

    ~\C2000Ware_XXXX\device_support\f2837xd\examples\cpu1\empty_project

    ~\C2000Ware_XXXX\driverlib\f2837xd\examples\cpu1\empty_projects

    These should have the dependency links in place already.

    -Tommy

  • Dear Tommy,

    No, I have not seen such warnings in example projects.

    This time I have used "empty_project" and was able to build the program without any warnings. Thanks a lot for your precious suggestion. It resolved my issue.

    Regards,

    Shamik