mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 13:12:07 +08:00
The definition of "BEGIN_DATA" should not be null; should be ".data".
Also, the definition of "BEGIN_BSS" should be ".bss". For this error,
the compiled object has codes that write on the text segment area.
It is fatal when the code runs on ROM.