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/07/29 04:45:59 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6736: arm/allocateheap: fix multiple definition of 'up_allocate_heap'

anchao opened a new pull request, #6736:
URL: https://github.com/apache/incubator-nuttx/pull/6736

   
   ## Summary
   
   arm/allocateheap: fix multiple definition of 'up_allocate_heap'
   
   ```
   ld: arch/libarch.a(cxd56_allocateheap.c.obj): in function `up_allocate_heap':
   arch/arm/src/cxd56xx/cxd56_allocateheap.c:113: multiple definition of `up_allocate_heap'; arch/libarch.a(arm_allocateheap.c.obj):
                                                  arch/arm/src/common/arm_allocateheap.c:110: first defined here
   ```
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   ci-check
   


-- 
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


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6736: arm/allocateheap: fix multiple definition of 'up_allocate_heap'

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #6736:
URL: https://github.com/apache/incubator-nuttx/pull/6736


-- 
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