I am facing a trivial prblem.
I am doing an ldr r0, _buff in arm assembly, where _buff is defined in a c file. _buff is not static.
How should I define external linkage in assembly file (similar to extern in C) is it required or is there anything which I am missing.