User`s manual
SCIOPTA - Real-Time Kernel
User’s Manual Manual Version 4.1 15-21
SCIOPTA - Real-Time Kernel
15 Building SCIOPTA Systems
15.9.2 Building Kernel Libraries for Windriver
The example makefiles and project files are supposing to use libraries for the generic device driver (gdd) and utility
(util) modules. As described above, there are some libraries delivered for specific compiler settings. We have in
-
cluded source files and makefiles which allows you to build the libraries yourself. If you want to change compiler
switches or other system settings you need to modify the makefiles.
Procedures to generate the libraries
• Open a Command Prompt window.
• For Generic Device Driver libraries (gdd):
• Navigate to the route source directory: <installation_folder>\sciopta\<version>\gdd\
• Execute the makefile for each architecture:
ppc: gnu-make -f Makefile.ppcdiab gdd
gnu-make -f Makefile.ppcdiabv gdd (PowerPC VLE Code)
• For Utilities and Shell libraries (util):
• Navigate to the route source directory: <installation_folder>\sciopta\<version>\util\
• Execute the makefile for each architecture:
ppc: gnu-make -f Makefile.ppcdiab util
gnu-make -f Makefile.ppcdiabv util (PowerPC VLE Code)
• The libraries will be installed in the directory:
<installation_folder>\sciopta\<version>\lib\<arch>\diab\
• The libraries for PowerPC VLE Code will be installed in the directory:
<installation_folder>\sciopta\<version>\lib\ppc\diab_vle\










