forked from Imagelibrary/rtems
Spell checked.
This commit is contained in:
@@ -374,7 +374,7 @@ program is started. It is common practice to place a copy of the initialized
|
||||
can be used for this purpose.
|
||||
|
||||
The following figure illustrates the steps a linked program goes through
|
||||
to become a downloadabled image.
|
||||
to become a downloadable image.
|
||||
|
||||
@example
|
||||
@group
|
||||
|
||||
@@ -157,7 +157,7 @@ RTEMS_BSP_FAMILY=gen68340
|
||||
# CPU flag to pass to GCC
|
||||
CPU_CFLAGS = -mcpu32
|
||||
|
||||
# optimisation flag to pass to GCC
|
||||
# optimization flag to pass to GCC
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
|
||||
# The name of the start file to be linked with. This file is the first
|
||||
|
||||
@@ -110,7 +110,7 @@ in the following directory:
|
||||
c/src/exec/score/cpu/CPU
|
||||
@end example
|
||||
|
||||
where CPU is replcaed with the CPU family name.
|
||||
where CPU is replaced with the CPU family name.
|
||||
|
||||
Within each CPU dependent directory inside the executive proper is a
|
||||
file named @code{CPU.h} which contains information about each of the
|
||||
|
||||
Reference in New Issue
Block a user