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.

Regarding Warning - Build variable 'SGEN_LIB_LOC' cannot be resolved

Other Parts Discussed in Thread: TMS320F28377S

I am using Code Composer Studio 6.1.0 and TMS320F28377S launchpad. I have built my own code to imitate the built in code example - "buffdac_sine". But the code gives a warning of SGEN_LIB_LOC and I am unable to clear it out. What might be the reason behind it and how should I clear the warning?

  • Hi Chinmay,

    In order to clear the warning, you will need to modify/redefine the path of the SGEN_LIB_LOC. It seems that the path is not correctly defined. You can right click on the project select Properties, navigate to Resource -> Linked Resources to view the resolved path for the SGEN_LIB_LOC location. You can modify the path to the SGEN directory in this window to point to the correct location of the SGEN folder. Hope this helps.

    Regards,

    Ozino