Difference between revisions of "Platforms pcapp"
(New page: {{TocRight}} "'''pcapp'''" is the platform for applications that are made for a PC host. The PC hardware is available to the applications in contrary to the "pc" platform where most of it ...) |
(No difference)
|
Revision as of 22:06, 1 September 2010
"pcapp" is the platform for applications that are made for a PC host. The PC hardware is available to the applications in contrary to the "pc" platform where most of it is simulated.
Compile example
make pcapp
Application execution example
You can find the compiled executable in the build/pcapp/ directory, or run it as follows:
make pcapp run