We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Imported the library from the wolfssl library in the keil, compilation was succeeded but i got linker error like
.\Objects\5.axf: Error: L6200E: Symbol GetCA multiply defined (by ssl.o and ssl-dummy.o).
.\Objects\5.axf: Error: L6200E: Symbol GetCAByName multiply defined (by ssl.o and ssl-dummy.o).
how to resolve this issue...can anyone suggest!
the error tells you the reason.
The same symbol is defined in both ssl.o and ssl-dummy.o