You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/17 05:06:49 UTC

[GitHub] [incubator-nuttx] minabeoki commented on pull request #5522: Fix binfmt for BUILD_KERNEL & ADDRENV

minabeoki commented on pull request #5522:
URL: https://github.com/apache/incubator-nuttx/pull/5522#issuecomment-1042579863


   @masayuki2009 san,
   g_mmheap problem caused by mm/umm_heap/umm_heap.h define.
   In the ADDRENV and BUILD_KERNEL case, USR_HEAP uses ARCH_DATA_RESERVE->ar_usrheap.
   current condition is
   `#if defined(CONFIG_ARCH_ADDRENV) && defined(__KERNEL__)`
   NuttX-9.0.0's umm_heap.h condition is
   `#if defined(CONFIG_ARCH_ADDRENV) && defined(CONFIG_BUILD_KERNEL)`
   Maybe this is correct.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org