9 years, 1 month ago.  This question has been closed. Reason: Off Topic

[Urgent]BUG: rejected local symbol [Anonymous Symbol] referred to from non group member rpc.o

I make a static library (lib.ar).That lib was made by GCC arm toolchain. When i use that lib on compiler online it show up a bug : rejected local symbol [Anonymous Symbol] referred to from non group member rpc.o. Is there any way to fix that problem. Thank you

share how did you build the library ?

posted by Martin Kojtal 13 Mar 2015

i exported project from compiler online to GGC ARM toolchain,configure make file to create a lib.a from all file .o (file.o represent for file .cpp) , and because compiler online just recognize lib.ar, so i change that lib.a to lib.ar (rename the extention).

posted by JB Dean 13 Mar 2015