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/06/09 17:47:56 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6400: ESP32-C3: Disable access to invalid memory regions using MPU

xiaoxiang781216 commented on PR #6400:
URL: https://github.com/apache/incubator-nuttx/pull/6400#issuecomment-1151423042

   @gustavonihei there is the recursive error:
   ```
   Kconfig:225:error: recursive dependency detected!
   For a resolution refer to Documentation/kbuild/kconfig-language.txt
   subsection "Kconfig recursive dependency limitations"
   Kconfig:225:	choice <choice> contains symbol BUILD_PROTECTED
   For a resolution refer to Documentation/kbuild/kconfig-language.txt
   subsection "Kconfig recursive dependency limitations"
   Kconfig:237:	symbol BUILD_PROTECTED depends on ARCH_USE_MPU
   For a resolution refer to Documentation/kbuild/kconfig-language.txt
   subsection "Kconfig recursive dependency limitations"
   arch/Kconfig:464:	symbol ARCH_USE_MPU is selected by ESP32C3_REGION_PROTECTION
   For a resolution refer to Documentation/kbuild/kconfig-language.txt
   subsection "Kconfig recursive dependency limitations"
   arch/risc-v/src/esp32c3/Kconfig:159:	symbol ESP32C3_REGION_PROTECTION depends on BUILD_PROTECTED
   For a resolution refer to Documentation/kbuild/kconfig-language.txt
   subsection "Kconfig recursive dependency limitations"
   Kconfig:237:	symbol BUILD_PROTECTED is part of choice <choice>
   ```


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