-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KEIL AC6编译报错 #72
Comments
Error: L6218E: Undefined symbol Image$$ER_IROM1$$Base (referred from cm_backtrace.o). |
https://my.oschina.net/u/4428324/blog/4623734 |
链接文件没有定义这几个地址 |
|
./components/cm_backtrace\cm_backtrace.h(32): warning: In file included from...
./components/cm_backtrace/cmb_def.h(364): error: function definition is not allowed here
attribute( (always_inline) ) static __inline uint32_t cmb_get_msp(void) {
^
./components/cm_backtrace/cmb_def.h(369): error: function definition is not allowed here
attribute( (always_inline) ) static __inline uint32_t cmb_get_psp(void) {
^
./components/cm_backtrace/cmb_def.h(374): error: function definition is not allowed here
attribute( (always_inline) ) static __inline uint32_t cmb_get_sp(void) {
The text was updated successfully, but these errors were encountered: