Build options 0.7.2
  Renderer: agg   GUI: fb   Sound handler: sdl   Decoder: mad
The agg version is 2.4, sdl version is 1.2, libmad version is 0.15.1

This is the mips 360Mhz output:

# gnash /user/swf/10_07.swf -v
00:07:18: Verbose output turned on
00:07:18: no rendering flags specified, using rcfile
00:07:18: Framebuffer device uses 262144 bytes of memory.
00:07:18: Video mode: 480x272 with 16 bits per pixel.
00:07:18: red channel: 11 / 5
00:07:18: green channel: 5 / 6
00:07:18: blue channel: 0 / 5
00:07:18: framebuffer pixel format is RGB565
00:07:18: initialized AGG buffer <0x2b6a2008>, 262144 bytes, 480x272,
rowsize is 960 bytes
00:07:18: Base url set to: file:///user/swf/10_07.swf
00:07:21: Add sound sample 53

Then the lcd is white and no other apperance.
the top cmd like this:

PID USER     STATUS   RSS  PPID %CPU %MEM COMMAND
  42 root     R       4260    41 50.9  6.9 gnash
  40 root     R       4260    26 48.6  6.9 gnash
  44 root     R        888    26  0.3  1.4 exe
  41 root     S       4260    40  0.0  6.9 gnash
  26 root     S        944     1  0.0  1.5 sh
   1 root     S        704     0  0.0  1.1 init
  24 root     S        544     1  0.0  0.8 telnetd
  14 root     SW         0     1  0.0  0.0 rpciod
   2 root     SW         0     1  0.0  0.0 keventd
   3 root     SWN        0     1  0.0  0.0 ksoftirqd_CPU0
   4 root     SW         0     1  0.0  0.0 events/0
   5 root     SW         0     1  0.0  0.0 kswapd
   6 root     SW         0     1  0.0  0.0 bdflush
   7 root     SW         0     1  0.0  0.0 kupdated
  10 root     SW         0     1  0.0  0.0 mtdblockd
  11 root     SW         0     1  0.0  0.0 khubd


The mips cpu is 360Mhz
cofigure arguments:
./configure --prefix=$THIRD/install/mips/gnash \
               --host=mipsel-linux \
               --disable-klash \
               --enable-gui=FB \
               --enable-renderer=Agg \
               --disable-plugin \
               --enable-jpeg \
               --disable-glext \
               --enable-sound=SDL \
               --with-mp3-decoder=mad \
               --with-x=no  \
               --with-jpeg-incl=$THIRDINC \
               --with-jpeg-lib=$THIRDLIB \
               --with-agg-incl=$THIRDINC/agg \
               --with-agg-lib=$THIRDLIB \
               --disable-xml \
               --with-boost-incl=$THIRDINC \
               --with-mad_incl=$THIRDINC \
               --with-mad-lib=$THIRDLIB \
               --with-sdl-incl=$THIRDINC/SDL \
               --with-sdl-lib=$THIRDLIB

the arm  is 266Mhz
configure arguments:
./configure --prefix=$THIRD/install/arm/gnash \
               --host=arm-linux \
               --disable-klash \
               --enable-gui=FB \
               --enable-renderer=Agg \
               --disable-plugin \
               --enable-jpeg \
               --disable-glext \
               --enable-sound=SDL \
               --with-mp3-decoder=mad \
               --with-x=no  \
               --with-jpeg-incl=$THIRDINC \
               --with-jpeg-lib=$THIRDLIB \
               --with-agg-incl=$THIRDINC/agg \
               --with-agg-lib=$THIRDLIB \
               --disable-xml \
               --with-boost-incl=$THIRDINC \
               --with-mad_incl=$THIRDINC \
               --with-mad-lib=$THIRDLIB \
               --with-sdl-incl=$THIRDINC/SDL \
               --with-sdl-lib=$THIRDLIB


Who can tell me why?
Has anybody run gnash on your embbed device successfully?
Thank you.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to