Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 9 months 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 2015i 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