CHAPTER 2. What is MIZI Prizm 2.0 SDK ?
2.3 DOWNLOAD - INSTALL - RUN
A. Download MIZI Prizm 2.0 SDK (http://www.mizi.com/developer/mz20/tools_list.htm)
MIZI Prizm 2.0 SDK consists of three components, 'Cross tool chain', 'GUI libraries'
and 'compile utilities'. Put them into a single directory once you've download.
You will find following archives in the directory.
MIZI Prizm SDK Cross Tool Chain
cross-armv4l-binutils-2.10-?mz.i386.rpm
GNU binary utilities (assembler, linker, various object file utilities)
are collected in here.
cross-armv4l-kernel-headers-2.4.5_rmk7_np2-?mz.i386.rpm
It includes C header files for Linux kernel. The header files defines structures
and constants that are needed for building most standard applications and are
needed for rebuilding the kernel.
cross-armv4l-gcc-2.95.2-?mz.i386.rpm
It adds C support to the GNU compiler collection. It doesn't include
the standard C library.
cross-armv4l-glibc-2.2.1-?mz.i386.rpm
It contains the most important sets of shared libraries, the standard C
library and the standard math library.
cross-armv4l-gcc-c++-2.95.2-?mz.i386.rpm
It adds C++ support to the GNU compiler collection. It includes the static
standard C++ library and C++ header files. The library for dynamically linking
applications is available separately.
MIZI Prizm GUI Library
cross-armv4l-mizilinux-sdk-2.0-?mz.i386.rpm
MIZI Prizm Source Development Kit(Ver.2.0) for ARM
mizilinux-sdk-2.0-?mz.i386.rpm
MIZI Prizm Source Development Kit(Ver.2.0) for x86
qtx-2.3.2-?mz.i386.rpm
Modified Qt/X11 widgets by MIZI Research for x86
cross-armv4l-qtx-2.0-?mz.i386.rpm
Modified Qt/X11 widgets by MIZI Research for ARM
Library and utilities to compile MIZI Prizm SDK
cross-armv4l-libfloat-1.0-?mz.i386.rpm
It contains a shared library of functions implementing the software floating
point calls emitted by GCC when -msoft-float flag is used.
cross-armv4l-zlib-1.1.3-?mz.i386.rpm
It provides in-memory compression and decompression functions.
cross-armv4l-jpeg-6b-?mz.i386.rpm
It contains a library of functions for manipulating JPEG images, as well
as simple client applications for accessing the libjpeg functions.
cross-armv4l-jpeg-devel-6b-?mz.i386.rpm
It includes the header files and static libraries necessary for developing
applications which will manipulate JPEG files using the libjpeg library.
tmake-1.7-?mz.noarch.rpm
Tmake is an easy-to-use tool from TrollTech to create and maintain Makefiles
for software projects.
B. How to install MIZI Prizm 2.0 SDK
MIZI Prizm 2.0 SDK uses RPM(Redhat Package Manager) format and it is packaged
in Redhat Linux 8.0 environment.
Other version of Redhat Linux or other Linux distributions are not
fully tested, therefore we don't support them yet. Also we highly recommend
you to update Redhat Linux 8.0, especially glibc.
To install RMP package, put all files into single directory and then give following
command.
C. Run XinX and MIZI Prizm v2.0
Run XinX first for running MIZI Prizm 2.0 x86 binaries.
| # /opt/host/i386/X11R6/bin/xinx.sh |
If you want to zoom-in XinX, then give following command.
| # /opt/host/i386/X11R6/bin/xinx.sh
-zoom 2 |
Run x86 version of MIZI Prizm 2.0 by following command.
D. MIZI Prizm 2.0 framework
The diagram shows overall structure of the MIZI Prizm 2.0.
|