| |||
| Home > Programming Flash with RealView Debugger > Generating the FME file > Specifying the assembler options | |||
Select the source files you are using:
If you are using Flash algorithms provided with RealView Debugger,
then use your version of b_flashwrapper.s.
Do not specify the Flash algorithm file, because this is included
by b_flashwrapper.s.
For the Evaluator-7T example, specify the options:
--keep --littleend b_flashwrapper_eval7t.s -o b_flashwrapper_eval7t.o
If you are using Flash algorithms that you have
created, then use the source file rvd2apcs.s.
For the Evaluator-7T example, specify the options:
--keep --littleend rvd2apcs.s -o rvd2apcs.o
Specify other options as required. For example, make sure that the endianness is the same as the endianness for your debug target.
RealView Compilation Tools Assembler Guide.