Hi,I got a compilation problem saying UNABLE TO JUMP TO UNDEFIND SYMBOL while compiling a code in which I tried to jump to a symbol(symbol_name) from a different file by an assembly instruction (j symbol_name).However I also declared the symbol as global(.globl symbol_name) but still it didnot worked.
The Symbol was defined as follows: LEAF(symbol_name) /*some assembly instructions*/ END(symbol_name) Thanks in Advance. - : send the line "unsubscribe linux-assembly" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- Follow-Ups:
- Re: Unable To Jump To Undefined Symbol
- From: joy merwin monteiro
- Re: Unable To Jump To Undefined Symbol
- From: leslie . polzer
- Re: Unable To Jump To Undefined Symbol
- Prev by Date: AsmIDE update
- Next by Date: Re: Unable To Jump To Undefined Symbol
- Previous by thread: AsmIDE update
- Next by thread: Re: Unable To Jump To Undefined Symbol
- Index(es):