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.

Relocation overflow

Hi, TI guys:

I got a reloction over flow problem when I tried to join two big project together into one big project. The warning said my gobal variables were overflowed. I googled it and the answer suggested me to either to set my memory mod to "data:far" or to use far&near kewords. But I can't find the place to set the memory option, and my compiler doesn't seem to buy the keywords "near" or "far", for they don't turn red as other keywords like "extern" or "const"when I use them . How shall I solve the two problems, or you have a better idea? Thanks!

David Yang