This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

V8m with GCC,can not find non-secure callable function in linking period

Dear all ,
I try to use GCC building my codes. genreate NSC lib, but still can not find the NSC func symbol when i build non-secure with NSC lib.
//////////////////////
generate NSC LIB with flags:-out-implib=$(BUILDDIR)/nsc-implib.lib --cmse-implib
non-secure wiht NSC LIB flags:--in-implib nsc-implib.lib --cmse-implib

Parents
  • I think you are talking use ARM Compiler 6 named 'armclang' to link the lib generated by GCC. I am afraid it may not work. Some compatibility issue between armclang and gcc, especially on the latest v8-M processor support. Thanks.
Reply
  • I think you are talking use ARM Compiler 6 named 'armclang' to link the lib generated by GCC. I am afraid it may not work. Some compatibility issue between armclang and gcc, especially on the latest v8-M processor support. Thanks.
Children
No data