Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Compiling and Linking with On Time RTOS-32 Program Maplines |
Program MaplinesProgram Maplines can generate MAP file style line number information from programs or DLLs generated with a Microsoft compiler. It is invoked with the name of an .exe or .dll file on the command line and writes the line number information to stdout. Example:Maplines Hello.exe >> Hello.map The program/DLL specified on the command line must have been compiled and linked with a Microsoft compiler with debug information. Maplines can be useful for RTKernel-32 programs which need the SRCMAP driver, but the compiler/linker used does not support generating line number data in MAP files. Compiling and Linking with On Time RTOS-32
|