On 09/01/09 08:57, JJON wrote:

I am a student form Jinan University in China,I want to cross compile gnash
for ARM9 architecture 's embedded Linux.But i don't know how to start it .I
found some information about it but it is fragmentary. * *I've a gcc based
cross compiler available in ubuntu. My Gnash is 0.8.5 released1)Can somebody
tell me how to do this, especially modifying the configure script for the
new target?

I currently do ARM builds for Android, although I've built for other ARM targets in the past. This page will likely be of some help:
http://wiki.gnashdev.org/Building_for_Android
as will the other links here: http://wiki.gnashdev.org/Gnash#Building. You don't have to modify the configure script, you only need to use the proper options when configuring.

The important thing to remember is to use the --top-level= option when configuring. Usually the only headache is building all the dependent packages like ffmpeg, boost, etc... that Gnash requires. Help on that is at: http://wiki.gnashdev.org/Building_dependant_packages

2)Can somebody tell me which module or function can be cutted, i just want
gnash can play .swf file in a embedded Linux

Try --enable-media=none --enable-gui=sdl. You can't really leave much out of Gnash.

        - rob -


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to