pussuw commented on code in PR #7607: URL: https://github.com/apache/incubator-nuttx/pull/7607#discussion_r1024356378
########## mm/shm/shm_initialize.c: ########## @@ -25,6 +25,7 @@ #include <nuttx/config.h> #include <assert.h> +#include <debug.h> Review Comment: This: https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/armv7-a/arm_addrenv_shm.c File seems to be missing #include <debug.h> as well, maybe adding it there will fix your issue? I tested compiling for riscv target only, which obviously works. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org