extinguish commented on code in PR #12883:
URL: https://github.com/apache/nuttx/pull/12883#discussion_r1713101893
##########
libs/libc/modlib/modlib_globals.S:
##########
@@ -16,7 +16,11 @@
.type SYMBOL(\ep), "object"
.endm
.macro SIZE ep
+# if defined(__ghs__)
+ .size SYMBOL(ep), . - SYMBOL(ep)
+# else
.size SYMBOL(\ep), . - SYMBOL(\ep)
Review Comment:
> ditto
I have tried the solution from comments, but build error still report out
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]