EasyManua.ls Logo

WAGO 750 Series - Create Your Own User Space Application

WAGO 750 Series
248 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Step-by-Step Guide to your own Linux Application 105
Create your own User Space Application
WAGO-I/O-SYSTEM 750
Linux Fieldbus Coupler
5.6 Create your own User Space Application
Please use the ~/uClinux/user directory for user space applications. Create a
subfolder for your project.
> cd ~/uclinux-dist/user
Change to root directory for user space applications.
> mkdir newProg
Create project folder newProg
> cd newProg
Change to project folder newProg
A minimum project consists of a source code file and a make file. Create the
source code file newProg.c, e.g. using EMACS, KATE or JOE.
> emacs newProg.c
Call EMACS editor
Insert the following code into the emacs and press CTRL-X CTRL-S to save
it.
int main (int argc, char **argv)
{
printf(“Hello World\n“);
}

Table of Contents

Other manuals for WAGO 750 Series

Related product manuals