I've managed to compile for m68k-pic-coff--I'm not
sure what I was doing wrong before.   I'd like to add
support for m68k-elf-gcc for xcopilot.  Is
configure.in the only file I need to adjust?  I added
m68k-*:

case "$host" in
  m68k-pic-*)
        CFLAGS="${CFLAGS} -fPIC -DRUNTIME_FUNCPTR"
        PLATFORM="uclinux"
        LIB_OS="os/${PLATFORM}/libos.a"
        ;;
  m68k-*)
        CFLAGS="${CFLAGS}"
        PLATFORM="uclinux"
        LIB_OS="os/${PLATFORM}/libos.a"
        ;;
  mipsel-*-netbsd*)
        CFLAGS="${CFLAGS}"
        ;;
  mipsel-*)
        CFLAGS="${CFLAGS} -msoft-float"
        ;;
esac
when I run:
CC=m68k-elf-gcc LD=m68k-elf-ld AR=m68k-elf-ar
RANLIB=m68k-elf-ranlib ./configure --host=m68k-elf

output:

creating cache ./config.cache
checking for a BSD compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... m68k-unknown-elf
checking for previous host... m68k-unknown-elf
checking for gcc... m68k-elf-gcc
checking whether the C compiler (m68k-elf-gcc  )
works... no
configure: error: installation or configuration
problem: C compiler cannot create executables.

What next?


Thanks,

Mark


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to