This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error 253

Guys thanx for keeping the 'printf' thread lively and would especially like to thank Andrew for pointing me out the thing I was overlooking. I'm sort of stuck with another problem. This time its something to with the Error 253. Somehow I was not able to simulate the problem with a dummy program. So really can't pin-point out the problem. The error 253 is popping up with the following arguments:
Internal Error(ASMGEN - TRIPLE=02150960)
The compiler is dumping it while compiling a line with 'memset' command.
I've not failed to include the string.h header file.

Parents
  • I guess the linker errors were of assorted nature. Couple of them because of inappropriate hash definitions. Some others were linked to inconsistent usage of memory areas (I mean variables were defined to reside in some 'x' location but while exporting them to other files I used different memory area 'y').
    Regards,
    Vipin

Reply
  • I guess the linker errors were of assorted nature. Couple of them because of inappropriate hash definitions. Some others were linked to inconsistent usage of memory areas (I mean variables were defined to reside in some 'x' location but while exporting them to other files I used different memory area 'y').
    Regards,
    Vipin

Children