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