Hi,
I add a my .ilb file in the ses project .When I call the function in the .lib file and build, it will have an log "undefined reference to 'xxxx'". But i can success in the keil project. What can i do to solve it?
Thank you very mach.
Hi,
I add a my .ilb file in the ses project .When I call the function in the .lib file and build, it will have an log "undefined reference to 'xxxx'". But i can success in the keil project. What can i do to solve it?
Thank you very mach.
Keil .lib is incompatible. SES uses GCC. You need a GCC .a version of the lib you want to use.
Thank you