'function' : redefinition; different based allocation
The function is already declared with a different based allocation.
Example
int func(); int _based(_segname("S1")) func(); int _based(_segname("S2")) func(); // error