Company Products/Technology Services News/Events Support Spacer Contact Partners Customers
English    日本語
Products Photo

Product Documentation for
Devicescape Universal Wireless Platform

Documentation Home for Devicescape Universal Wireless Platform | Package Guide

Package GuidePreviousNextIndex

 


hello package

Information on this package is covered here.

Package
Description
License
hello
Example application package.

Summary

The hello application is an example that just prints "hello" when run:

     #include <stdio.h>
     int
     main (int argc, char *argv[])
     {
         printf ("hello\n");
         return 0;
     }

The application also contains a Makefile and an example of an RPM spec file.

Building the Package

Follow standard instructions for building userspace packages in the Devicescape Developer Guide topic on "Building the Packages", see subtopic: "Building a Userspace Package from a Source RPM"

Licensing

Devicescape Software, Inc.

Related Packages

None

Package GuidePreviousNextIndex