metarutaiga opened a new issue, #14151:
URL: https://github.com/apache/nuttx/issues/14151
### Description / Steps to reproduce the issue
I found it miss AT > ROM
```diff
diff --git a/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
b/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
index cc2661327c..485f24a7f8 100644
--- a/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
+++ b/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld
@@ -451,7 +451,7 @@ SECTIONS
{
. = ALIGN(4);
*(.rtc.literal .rtc.text)
- } >rtc_iram_seg
+ } >rtc_iram_seg AT > ROM
/* RTC BSS section. */
```
### On which OS does this issue occur?
[OS: Mac]
### What is the version of your OS?
macOS
### NuttX Version
12.7.0
### Issue Architecture
[Arch: risc-v]
### Issue Area
[Area: Build System]
### Verification
- [X] I have verified before submitting the report.
--
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]