Commit f824052a authored by Claes Sjofors's avatar Claes Sjofors

Doc changes

parent 4c8680fd
...@@ -1734,7 +1734,7 @@ Proview by default links against some libraries and object-files. If you have yo ...@@ -1734,7 +1734,7 @@ Proview by default links against some libraries and object-files. If you have yo
opt-file you need to include these. A default opt-file would look like: opt-file you need to include these. A default opt-file would look like:
<c>$pwr_obj/rt_io_user.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy <c>$pwr_obj/rt_io_user.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy
<c> -lpwr_cifx_dummy -lpwr_nodave_dummy <c> -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy
Add your own libraries at will. The syntax to be used is the syntax for ld (The GNU linker). Proview Add your own libraries at will. The syntax to be used is the syntax for ld (The GNU linker). Proview
will create a template option file .opt_template that can be renamed to .opt and used as a template. will create a template option file .opt_template that can be renamed to .opt and used as a template.
...@@ -2201,7 +2201,7 @@ plc_'nodename'_'qbus'_'plcname'.opt, for example ...@@ -2201,7 +2201,7 @@ plc_'nodename'_'qbus'_'plcname'.opt, for example
The following line is inserted into this file The following line is inserted into this file
<c>$pwr_obj/rt_io_user.o $pwrp_obj/ra_myfunction.o -lpwr_rt -lpwr_usbio_dummy <c>$pwr_obj/rt_io_user.o $pwrp_obj/ra_myfunction.o -lpwr_rt -lpwr_usbio_dummy
<c> -lpwr_usb_dummy -lpwr_pnak_dummmy -lpwr_cifx_dummy -lpwr_nodave_dummy <c> -lpwr_usb_dummy -lpwr_pnak_dummmy -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy
We can now build the node and startup Proview runtime. We can now build the node and startup Proview runtime.
...@@ -7146,7 +7146,7 @@ file is input to the linker, ld, and here you add the modules of the plc-code. I ...@@ -7146,7 +7146,7 @@ file is input to the linker, ld, and here you add the modules of the plc-code. I
below these modules are placed in the archive $pwrp_lib/libpwrp.a below these modules are placed in the archive $pwrp_lib/libpwrp.a
<c>$pwr_obj/rt_io_user.o -lpwrp -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy <c>$pwr_obj/rt_io_user.o -lpwrp -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy
<c> -lpwr_cifx_dummy -lpwr_nodave_dummy <c> -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy
</topic> </topic>
......
...@@ -1720,7 +1720,7 @@ l ...@@ -1720,7 +1720,7 @@ l
en default option-fil ska se ut så här: en default option-fil ska se ut så här:
<c>$pwr_obj/rt_io_user.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy <c>$pwr_obj/rt_io_user.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy
<c> -lpwr_cifx_dummy -lpwr_nodave_dummy <c> -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy
Till detta adderas de bibliotek och moduler som behövs. Syntaxen är den som gäller för ld Till detta adderas de bibliotek och moduler som behövs. Syntaxen är den som gäller för ld
(The GNU linker). Proview genererar en template option-fil .opt_template som kan användas som (The GNU linker). Proview genererar en template option-fil .opt_template som kan användas som
...@@ -2180,7 +2180,7 @@ plc_'nodename'_'qbus'_'plcname'.opt, t ex ...@@ -2180,7 +2180,7 @@ plc_'nodename'_'qbus'_'plcname'.opt, t ex
I denna läggs följande rad in I denna läggs följande rad in
<c>$pwr_obj/rt_io_user.o $pwrp_obj/ra_myfunction.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy <c>$pwr_obj/rt_io_user.o $pwrp_obj/ra_myfunction.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy
<c> -lpwr_pnak_dummy -lpwr_cifx_dummy -lpwr_nodave_dummy <c> -lpwr_pnak_dummy -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy
Vi kan nu bygga noden och starta Proview runtime. Vi kan nu bygga noden och starta Proview runtime.
...@@ -7044,7 +7044,7 @@ l ...@@ -7044,7 +7044,7 @@ l
arkivet $pwrp_lib/libpwrp.a. arkivet $pwrp_lib/libpwrp.a.
<c>$pwr_obj/rt_io_user.o -lpwrp -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy <c>$pwr_obj/rt_io_user.o -lpwrp -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy
<c> -lpwr_cifx_dummy -lpwr_nodave_dummy <c> -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy
</topic> </topic>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment