Both the two .cpp files you included in your zip file have:
unsigned __exidx_start;
unsigned __exidx_end;
So when you link it will find both of these. As a quick fix you might try removing...
Type: Posts; User: KurtE
Both the two .cpp files you included in your zip file have:
unsigned __exidx_start;
unsigned __exidx_end;
So when you link it will find both of these. As a quick fix you might try removing...