Hi,
I am trying to compile one code, in which I am integrating assembly file with c. The function which I want to call in c file is defined in .asm and declared as extern in one of the header file. But it gives error that the function is not available. so could any one please tell me how can I do that?