RTTarget-32 is a Win32 subset operating system for Intel 80386 and higher embedded systems. Programs are developed under Microsoft Windows using standard 32-bit compilers (e.g. Borland C/C++, Microsoft Visual C/C++, Borland Delphi). Executable files built with these compilers are processed by RTTarget-32 to run on the target system. |
|
| RTTarget-32 programs are compiled as standard console
mode programs for Windows; one merely links the RTTarget-32 library
rtt32.lib. The resulting .exe file is converted by RTTarget-32's locator
to produce a binary image of the application. This binary image can be
programmed into an EPROM, written to a boot diskette, or submitted to the
debugger for downloading. For example, the commands: |
cl Test.cpp rtt32.lib rtloc Test bootdisk Test a: |
would compile, link, and locate program Test and place it on an RTTarget-32 boot diskette as a self-booting application. RTTarget-32 is shipped with many example projects that show how to use
the RTTarget-32 locator and other tools with Microsoft Visual Studio and
other compilers. |
|
Creating a binary program image file with standard Win32 compilers and RTTarget-32 |
|
RTTarget-32 can be fully integrated into Microsoft Visual Studio 6.0 and Visual Studio.NET. The Visual Studio integrated debugger can be used to cross debug embedded systems. |
|
Borland's free Turbo Debugger together with RTTarget-32
supports hardware breakpoints on the target.
|
Back to On-Time Main Page | Back to Testech Home Page | Compiler | RTOS | Emulator/Debugging