今天在keil5下编译程序,liking时候发现错误如下:
linking...
..\OBJ\TEST.axf: Error: L6242E: Cannot link object sotpsdk.o as its attributes are incompatible with the image attributes.
... packed-enum clashes with enum_is_int.
..\OBJ\TEST.axf: Error: L6242E: Cannot link object localmem.o as its attributes are incompatible with the image attributes.
... packed-enum clashes with enum_is_int.
..\OBJ\TEST.axf: Error: L6242E: Cannot link object time_int.o as its attributes are incompatible with the image attributes.
... packed-enum clashes with enum_is_int.
..\OBJ\TEST.axf: Error: L6242E: Cannot link object otpplus.o as its attributes are incompatible with the image attributes.
... packed-enum clashes with enum_is_int.
..\OBJ\TEST.axf: Error: L6242E: Cannot link object tcpoto.o as its attributes are incompatible with the image attributes.
... packed-enum clashes with enum_is_int.
..\OBJ\TEST.axf: Error: L6242E: Cannot link object sotptcp.o as its attributes are incompatible with the image attributes.
... packed-enum clashes with enum_is_int.
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 8 information, 0 warning and 6 error messages.
"..\OBJ\TEST.axf" - 6 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:34