Indrajeet Gajanan wrote:
> m68k-elf-tools-20030314.sh tool chain.Which command i have to use to
> generate executable file for target.
> 2- I try to configure the gnash by using
> ./configure --build=m68k-elf --target=m68k-elf --prefix=/usr/local/bin
> --enable-renderer=AGG --enable-media=none --enable-gui=FB --disable-plugin
> command whther it is the right way to congfigure the gnash for target.
> -Indrajeet G
As Gnash isn't a cross compiler itself, don't use --target=m69k-elf,
use --host=m68k-elf instead. You can also (if you need it) use
--top-level to point to your sysroot. (where all the headers and
libraries are installed)
- rob -
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev