We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Thank you for the reply.I had removed all the IMPORTS from my assembly but still TEXTREL is coming in library.I am building handwritten assembly with armcc only(not sure whether it uses armasm internally).My assembly functions are in .c files in following fashion:CODE:__asm void func1(){}So can you tell me what else may be reason, for generation of TEXTREL in library.