What Posible error?

Hello help me…

I’ve more problem, can you all give explanation what posible wrong in my source code when error occur like this :

  • first defined here multiple definition of asRL16' tot_001.o * multiple definition of asRL16’ first defined here

The problem is when I double click the error at taks menu It refer to object file not source or header file.

Thanks
arms

search in your source files for “asRL16” maybe it is an function and somewhere a variable or you have declared this variable more than one times (this means the error: MULTIPLE DEFINITION)