Difference between revisions of "Platforms pcapp"

From DiLab
Jump to: navigation, search
(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 23: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

Dependencies