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.