Tuesday, 23-Apr-2024, 16.18.33
Welcome Guest | RSS
Motorola Gaming site
Login form
Section categories
Multimedia [5]
System [0]
Others [7]
Search
Site friends
  • Create your own site
  • Statistics

    Total online: 1
    Guests: 1
    Users: 0



    Main » Files » Applications » Others

    ezxlib-enviroment building for motoezx
    [ ] 07-Nov-2009, 14.27.32
    ezxlib-enviroment building for motoezx

    for developers

    zlib-1.2.3:
    CC=arm-linux-gnu-gcc
    CFLAGS='-O2 -pipe -mtune=iwmmxt -march=iwmmxt'
    ./configure --shared --prefix=/opt/toolchains/motoezx

    ncurses-5.7:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --without-ada --with-shared --without-profile --without-debug --without-termlib --without-gpm --without-sysmouse --prefix=/opt/toolchains/motoezx

    expat-2.0.1:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    readline-6.0
    : (after installing ncurses to arm-linux):
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --with-curses --prefix=/opt/toolchains/motoezx

    jpeg-7:
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    SDL-1.2.14: (updated eug patch for motoezx)
    CFLAGS='-O2 -pipe -mcpu=iwmmxt -mtune=iwmmxt'
    CXXFLAGS=$CFLAGS
    NM=arm-linux-gnu-nm
    LD=arm-linux-gnu-ld
    CC=arm-linux-gnu-gcc
    CXX=arm-linux-gnu-g++
    RANLIB=arm-linux-gnu-ranlib
    AR=arm-linux-gnu-ar
    // audio use oss-driver
    ./configure --host=arm-linux-gnu --enable-video-motoezx --disable-video-dummy --disable-video-fbcon --disable-arts --disable-esd --disable-alsa --disable-cdrom --disable-video-x11 --disable-video-directfb --disable-nasm --prefix=/opt/toolchains/motoezx
    // audio use ezxsound driver
    ./configure --host=arm-linux-gnu --enable-video-motoezx --enable-audio-ezx --disable-video-dummy --disable-video-fbcon --disable-arts --disable-esd --disable-alsa --disable-oss --disable-cdrom --disable-video-x11 --disable-video-directfb --disable-nasm --prefix=/opt/toolchains/motoezx

    libpng-1.2.40: (updated eug patch for motoezx)
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    libmikmod-3.1.11:
    CC=arm-linux-gnu-gcc
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --without-x --disable-af --disable-alsa --enable-oss --disable-esd --disable-sam9407 --disable-ultra --disable-debug --enable-threads --prefix=/opt/toolchains/motoezx

    libogg-1.1.4:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    libvorbis-1.2.3: (after libogg):
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    libtiff-3.8.2:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    CXXFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --without-x --prefix=/opt/toolchains/motoezx

    SDL_image-1.2.10: (after SDL, libpng, libtiff, jpeg):
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --with-sdl-prefix=/opt/toolchains/motoezx --prefix=/opt/toolchains/motoezx

    flac-1.2.1:
    ./configure --host=arm-linux-gnu --enable-shared --disable-asm-optimizations --disable-largefile --enable-sse --disable-3dnow --disable-altivec --without-xmms --prefix=/opt/toolchains/motoezx

    libmad-0.15.1b:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    smpeg-0.4.5-svn:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --disable-debug --disable-mmx --disable-ati --disable-gtk-player -disable-gtktest --disable-opengl-player --without-x --with-sdl-prefix=/opt/toolchains/motoezx --prefix=/opt/toolchains/motoezx

    tremor-svn:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    SDL_mixer-1.2.11: (after tremor&smpeg&flac&libmad): (patch for motoezx)
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --enable-music-ogg-tremor  --enable-music-mp3-mad-gpl --with-sdl-prefix=/opt/toolchains/motoezx --with-smpeg-prefix=/opt/toolchains/motoezx --prefix=/opt/toolchains/motoezx

    FreeType-2.3.11:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    SDL_ttf-2.0: (after FreeType):
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    libmodplug-0.8.7:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    SDL_sound-1.0.3:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --prefix=/opt/toolchains/motoezx

    SDL_gfx-2.0.20:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --disable-mmx --without-x --prefix=/opt/toolchains/motoezx

    PicoGL:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --with-backend=sdl --without-x --prefix=/opt/toolchains/motoezx

    zziplib:
    CFLAGS='-O2 -pipe -mtune=iwmmxt -mcpu=iwmmxt'
    ./configure --host=arm-linux-gnu --enable-shared --disable-largefile --enable-sdl --with-zlib=/opt/toolchains/motoezx --prefix=/opt/toolchains/motoezx



    Category: Others | Added by: lubomyr
    Views: 2214 | Downloads: 0 | Comments: 12 | Rating: 0.0/0 |
    Total comments: 11
    11 prakash  
    0
    Hello friend can can we able to enable the transmission torrent client in the zn5. If yes tell me how it will be very much useful to download torrents on the go.

    9 Andres  
    0
    Hello again!
    Im back with more errors, this time,its about tremor, it gives me the following error when compiling:
    http://i45.tinypic.com/20sepag.png
    http://i47.tinypic.com/2rfrgpx.png
    http://i50.tinypic.com/2rq0pig.png
    http://i46.tinypic.com/332bgr6.png
    http://i48.tinypic.com/257qb7n.png

    10 lubomyr  
    0
    lib configured not correct
    used gcc compiler, must be arm-linux-gnu-gcc

    7 Andres  
    0
    Hello Again ('oh! no' you must think ^^ )
    I sucessfully compiled and installed libpng, but... (there is always a 'but...')
    libsdl-image doesn't seem to find neither libjpg, libpng and libtiff (all compiled/installed OK).
    Tryed the little tip from libpng, but its kinda not the same configure...

    8 lubomyr  
    0
    when configure you have

    checking jpeglib.h presence... no
    checking png.h presence... no
    checking tiffio.h presence... no

    now we must search this string in configure file
    for example search 'jpeglib.h presence'
    found this at line 13184
    see few lines down
    at line 13206 we found 'ac_header_preproc=no' change to 'ac_header_preproc=yes'
    same use for png.h & tiffio.h
    png.h (line 13706) change to yes
    tiffio.h (line 13953) change to yes
    try to configure again


    6 Andres  
    0
    Thanks!!!!
    Thanks!!!!!
    Thanks!!!!!!!
    Tomorrow I'll give it a try and tell you the result!!!!

    3 Andres  
    0
    So I must comment this line from the configure?
    humm... Wish me luck! ^^

    4 lubomyr  
    0
    if you have

    checking for zlibVersion in -lz... no
    configure: error: zlib not installed

    try edit file configure
    search string 'ac_cv_lib_z_zlibVersion=no' and replace by string 'ac_cv_lib_z_zlibVersion=yes'


    5 lubomyr  
    0
    when configure complete

    you must search line 'DEFAULT_INCLUDES = -I.' in Makefile
    add ' -I/opt/toolchains/motoezx/include'
    next search line 'LDFLAGS =' and add '-L/opt/toolchains/motoezx/lib'

    make
    make install


    1 Andres  
    0
    Hello!
    I'm trying to compile the environment for the rokr e2 ezx platform, but whenever I try to compile libpng (even with the listed patch applied) it complains about missing zlib in "-lz".
    zlib did manage to compile and installed sucesfully.
    Thanks!

    2 lubomyr  
    0
    I have same problem
    and must edited manually configure file for solve this prob.

    Name *:
    Email *:
    Code *: