Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Running Demos with Command Line Tools Running Demos in Microsoft Visual Studio Running Demos in the Borland Delphi IDE Using a Standard PC as a Target Using a Standard PC as a Target for GUI Demos Using the AMD Élan SC400 Evaluation Board Using the AMD Élan SC520 Evaluation Board Using the RTOS32Win Virtual Target Using the Real-Time Hypervisor Target Program Hellovmf Compiling and Linking with On Time RTOS-32 |
Program HellovmfHellovmf is a simple demo program using RTTarget-32, RTKernel-32, and RTVmf-32. It tests a few RTOS32Win features and displays a list of PCI devices which have been assigned to On Time RTOS-32 rather than to Windows. The project or makefile of this demo produces BIN file Hellovmf.bin (Release Configuration) and Monvmf.bin (Debug Configuration). In Visual Studio, the respective BIN file can be started by right-clicking on the file on the project file view and then selecting "compile". This will execute this custom build step: UploadRtos -config "-b '$(RTE_ROOT)Vmf.bin' 'Rtos-32.config'" Monvmf.bin or under the On Time RTOS-32 Evaluation Kit: UploadRtos -config "-b '$(RTE_ROOT)Vmf.bin' 'Rtos-32.config'" %RTTARGET%\Bin\Monvmf.bin For the command line (makefile) demos, please execute: Make Upload or Nmake Upload This demo program is included with RTVmf-32.
|