I'm trying to build a GPC cross compiler so I can write Pascal programs for the Palm Pilot.
I have configured and built the GCC cross compiler ( 2.8.1 ) but when I try to build GPC-980511 I get the following output,
www:/usr/src/palm_pascal/gcc-2.8.1 $ make LANGUAGES=pascal
snip Things that look like they are working correctly
cd p; make "AR_FLAGS=rc" "AR_FOR_TARGET=/usr/local/gnu/palm_pascal/m68k-palmos-coff/bin/ar" "BISON=bison" "BISONFLAGS=" "CC=gcc" "CFLAGS=-g" "CLIB=" "GCC_FOR_TARGET=./xgcc -B./" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln -s" "MAKEINFO=makeinfo" "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=/usr/local/gnu/palm_pascal/m68k-palmos-coff/bin/ranlib" "RANLIB_TEST_FOR_TARGET=[ -f /usr/local/gnu/palm_pascal/m68k-palmos-coff/bin/ranlib ]" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "objext=.o" "exec_prefix=/usr/local/gnu/palm_pascal" "prefix=/usr/local/gnu/palm_pascal" "tooldir=/usr/local/gnu/palm_pascal/m68k-palmos-coff" "bindir=/usr/local/gnu/palm_pascal/bin" "libsubdir=/usr/local/gnu/palm_pascal/lib/gcc-lib/m68k-palmos-coff/2.8.1" "CROSS=-DCROSS_COMPILE" "AR_FLAGS=rc" "AR_FOR_TARGET=/usr/local/gnu/palm_pascal/m68k-palmos-coff/bin/ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g" "X_CFLAGS=" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "MAKEINFO=makeinfo" "MAKEINFOFLAGS=" "MAYBE_TARGET_DEFAULT=" "MAYBE_USE_COLLECT2=" "RANLIB_FOR_TARGET=/usr/local/gnu/palm_pascal/m68k-palmos-coff/bin/ranlib" "RANLIB_TEST_FOR_TARGET=[ -f /usr/local/gnu/palm_pascal/m68k-palmos-coff/bin/ranlib ]" "SHELL=/bin/sh" "bindir=/usr/local/gnu/palm_pascal/bin" "exec_prefix=/usr/local/gnu/palm_pascal" "gxx_include_dir=/usr/local/gnu/palm_pascal/include/g++" "includedir=/usr/local/include" "libsubdir=/usr/local/gnu/palm_pascal/lib/gcc-lib/m68k-palmos-coff/2.8.1" "prefix=/usr/local/gnu/palm_pascal" "target_alias=m68k-palmos-coff" "tooldir=/usr/local/gnu/palm_pascal/m68k-palmos-coff" "gpc_version=980511" "rts_version=2.8" "version=2.8.1" ../gpc1 make[1]: Entering directory `/usr/src/palm_pascal/gpc-980511/p' make[1]: *** No rule to make target `../configure', needed by `Makefile'. Stop. make[1]: Leaving directory `/usr/src/palm_pascal/gpc-980511/p' make: *** [gpc1] Error 2 www:/usr/src/palm_pascal/gcc-2.8.1 $
Can anybody help or am I just pushing the envelope here and I should give up on my quest for awhile. Am I the first to try to build a GPC alpha 980511 cross compiler?
I'm building this on an Intel Linux box ( Red Hat 4.2 ) with GCC version 2.7.2.1.
Thanks in advance.
- Gerry