Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Invoking RTLoc Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Invoking RTLocTo invoke RTLoc, use the following command line: RTLoc [Options] Application [ConfigFile...] Application is the name of the program to locate. If no path is specified, file Application.exe must be present in the default directory or in the directory RTLoc was loaded from. Following parameter Application, any number of configuration files may be specified. They are searched for in the default directory, and, if not found there, in the directory from which RTLoc was loaded (usually RTTarget-32's Bin directory). If no configuration file is specified, Application.CFG is assumed. RTLoc will produce two files: Application.rtb (the relocated binary image of the program) and Application.loc (a text file containing information about the relocation process). Optionally, an Intel Hex or a .bin file can also be generated. Example:RTLoc -Rp Hello myconf.cfg
|