Forum Discussion
Altera_Forum
Honored Contributor
16 years agoRohini,
Okay, it's easy enough to figure out the error message...the global pointer is at $A25C and the errno is at $1020. Subtracting one from the other gives 37436 base 10 so it is out of the range for the offset which is +/- value for 16 bits using signed numbers. I don't know how to increase the offset but if you could change the location of the Global pointer somehow you'd eliminate this problem. Most likely you had nothing to do with it as these programs take off and compile themselves as the designer of the compiler saw fit. You might try making your overall program smaller by cutting out a feature. If you've run out of guesses; you could try mine. A lot of times at my present level of understanding...if it doesn't work, I try a few things then give up. Say, have you set the base addresses before you downloaded the SOPC?