mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 04:29:18 +08:00
libbsd.txt: Remove linker set paragraph
These linker sections are now mandatory for the RTEMS initialization.
This commit is contained in:
parent
2707771893
commit
9ff995c2a8
17
libbsd.txt
17
libbsd.txt
@ -70,23 +70,6 @@ http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__e
|
|||||||
// The first underscores have to be masked to stop asciidoc interpreting them
|
// The first underscores have to be masked to stop asciidoc interpreting them
|
||||||
to make use of generic FreeBSD based drivers.
|
to make use of generic FreeBSD based drivers.
|
||||||
|
|
||||||
The linker command file of the BSP must contain the following section
|
|
||||||
definitions:
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
.rtemsroset : {
|
|
||||||
KEEP (*(SORT(.rtemsroset.*)))
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtemsrwset : {
|
|
||||||
KEEP (*(SORT(.rtemsrwset.*)))
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
The first output section can be placed in read-only memory. The second output
|
|
||||||
section must be placed in read-write memory. The output section name is not
|
|
||||||
relevant. The output sections may also contain other input sections.
|
|
||||||
|
|
||||||
=== Board Support Package Configuration and Build ===
|
=== Board Support Package Configuration and Build ===
|
||||||
|
|
||||||
You need to configure RTEMS for the desired BSP and install it. The BSP must
|
You need to configure RTEMS for the desired BSP and install it. The BSP must
|
||||||
|
Loading…
x
Reference in New Issue
Block a user