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.

CCS/TMS320F28335: Error during debugging process

Part Number: TMS320F28335


Tool/software: Code Composer Studio

I am running the togglingOfGPIOports program,  done by the TI group. I am getting 4 errors.

1. unresolved symbol _GpioDataRegs, first referenced in ./cxz.obj abcd C/C++ Problem

2. unresolved symbol _GpioCtrlRegs, first referenced in ./cxz.obj abcd C/C++ Problem

3. <a href="file:/F:/CCS/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain abcd C/C++ Problem

4. #10010 errors encountered during linking; "abcd.out" not built abcd C/C++ Problem

About the problem number 1 & 2

These variables are defined in a header file which I have included in my program. Still it is showing as undefined

About problem number 3 & 4

I have no idea.

Please help me out here.