This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/9697: invalid instruction


>Number:         9697
>Category:       libstdc++
>Synopsis:       invalid instruction
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 13 19:36:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     mark_lee_hamilton@worldnet.att.net
>Release:        unknown-1.0
>Organization:
>Environment:
I'm building the the m68k-elf cross compiler on cygwin.
>Description:
I've attached the complete output of the error. I'm compiling newlib-1.11.0, gcc-3.2.2 and binutils 2.13.2.1 on cygwin for the m68k-elf architecture.
I've attached the complete output of the error but to summarize:
 I'm unable to build libiberty/regex.c. The error is an invalid instruction for this architecture: needs 68020 ...
>How-To-Repeat:
-mkdir -p ${BUILD_DIR_NAME}/gcc
	cd ${BUILD_DIR_NAME}/gcc; ../../../${GCC_TOOL}/configure \
		--target=${TARGET} --prefix=${PREFIX} \
		--enable-languages=c,c++ --with-included-gettext --enable-shared \
		--enable-threads --with-newlib -v 
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="tmp"
Content-Disposition: inline; filename="tmp"

make[1]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/libiberty'
make[2]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/libiberty/testsuite'
make[1]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/libiberty'
make[1]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/gcc'
(cd intl && make all)
make[2]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/gcc/intl'
if [ -f specs.ready ] ; then \
	true; \
else \
	echo timestamp > specs.ready; \
fi
if [ -f fixhdr.ready ] ; then \
	true; \
else \
	echo timestamp > fixhdr.ready; \
fi
make GCC_FOR_TARGET="/home/mark/gnu/build2/m68k-elf/gcc/gcc/xgcc -B/home/mark/gnu/build2/m68k-elf/gcc/gcc/ -nostdinc -B/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/ -isystem /home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/targ-include -isystem /home/mark/gnu/gcc-3.2.2/newlib/libc/include -B/usr/local/m68k-elf/m68k-elf/bin/ -B/usr/local/m68k-elf/m68k-elf/lib/ -isystem /usr/local/m68k-elf/m68k-elf/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="m68k-elf-ar" \
  AR_CREATE_FOR_TARGET="m68k-elf-ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="m68k-elf-ranlib" \
  RANLIB_TEST_FOR_TARGET="[ -f m68k-elf-ranlib ] || ( [ "i686-pc-cygwin" = "m68k-unknown-elf" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="/usr/local/m68k-elf/m68k-elf/bin/nm.exe" AWK="gawk" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc" \
  INCLUDES="-I. -I. -I../../../../gcc-3.2.2/gcc -I../../../../gcc-3.2.2/gcc/. -I../../../../gcc-3.2.2/gcc/config -I../../../../gcc-3.2.2/gcc/../include" \
  CONFIG_H="config.h auto-host.h ../../../../gcc-3.2.2/gcc/../include/ansidecl.h ../../../../gcc-3.2.2/gcc/config/i386/xm-cygwin.h ../../../../gcc-3.2.2/gcc/config/m68k/m68k-none.h ../../../../gcc-3.2.2/gcc/config/m68k/m68kelf.h ../../../../gcc-3.2.2/gcc/config/dbxelf.h ../../../../gcc-3.2.2/gcc/config/elfos.h ../../../../gcc-3.2.2/gcc/config/m68k/m68kemb.h ../../../../gcc-3.2.2/gcc/config/m68k/m68020-elf.h defaults.h insn-constants.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='m68k/lb1sf68.asm' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/gcc'
for d in libgcc m68000 libgcc/m68000 m5200 libgcc/m5200 mcpu32 libgcc/mcpu32 m68040 libgcc/m68040 m68060 libgcc/m68060 msoft-float libgcc/msoft-float; do \
  if [ -d $d ]; then true; else /bin/sh ../../../../gcc-3.2.2/gcc/mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make[2]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/gcc'
echo timestamp > stmp-multilib
make[1]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/gcc'
make[1]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/libiberty'
make[2]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/libiberty/testsuite'
make[2]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/libiberty'
if [ -z "m68000 m5200 mcpu32 m68040 m68060 msoft-float" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd ../../../../../gcc-3.2.2/libiberty; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="/home/mark/gnu/build2/m68k-elf/gcc/gcc/xgcc -B/home/mark/gnu/build2/m68k-elf/gcc/gcc/ -nostdinc -B/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/ -isystem /home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/targ-include -isystem /home/mark/gnu/gcc-3.2.2/newlib/libc/include -B/usr/local/m68k-elf/m68k-elf/bin/ -B/usr/local/m68k-elf/m68k-elf/lib/ -isystem /usr/local/m68k-elf/m68k-elf/include"; \
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
    dir=`echo $i | sed -e 's/;.*$//'`; \
    if [ "${dir}" = "." ]; then \
      true; \
    else \
      if [ -d ../${dir}/${lib} ]; then \
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	if (cd ../${dir}/${lib}; make "AR=m68k-elf-ar" "AR_FLAGS=rc" "CC=/home/mark/gnu/build2/m68k-elf/gcc/gcc/xgcc -B/home/mark/gnu/build2/m68k-elf/gcc/gcc/ -nostdinc -B/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/ -isystem /home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/targ-include -isystem /home/mark/gnu/gcc-3.2.2/newlib/libc/include -B/usr/local/m68k-elf/m68k-elf/bin/ -B/usr/local/m68k-elf/m68k-elf/lib/ -isystem /usr/local/m68k-elf/m68k-elf/include" "CFLAGS=-O2 -g -O2" "DESTDIR=" "LIBCFLAGS=-O2 -g -O2" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /home/mark/gnu/gcc-3.2.2/install-sh -c" "INSTALL_DATA=/bin/sh /home/mark/gnu/gcc-3.2.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/mark/gnu/gcc-3.2.2/install-sh -c " "LDFLAGS=" "LOADLIBES=" "RANLIB=m68k-elf-ranlib" "SHELL=/bin/sh" "prefix=/usr/local/m68k-elf" "exec_prefix=/usr/local/m68k-elf" "libdir=/usr/local/m68k-elf/lib" "libsubdir=/usr/local/m68k-elf/lib/gcc-lib/m68k-elf/3.2.2" "tooldir=/usr/local/m68k-elf/m68k-elf" \
			CFLAGS="-O2 -g -O2 ${flags}" \
			prefix="/usr/local/m68k-elf" \
			exec_prefix="/usr/local/m68k-elf" \
			GCJFLAGS=" ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-O2 -g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[3]: Entering directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/m68000/libiberty'
if [ x"-fpic" != x ]; then \
  /home/mark/gnu/build2/m68k-elf/gcc/gcc/xgcc -B/home/mark/gnu/build2/m68k-elf/gcc/gcc/ -nostdinc -B/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/ -isystem /home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/newlib/targ-include -isystem /home/mark/gnu/gcc-3.2.2/newlib/libc/include -B/usr/local/m68k-elf/m68k-elf/bin/ -B/usr/local/m68k-elf/m68k-elf/lib/ -isystem /usr/local/m68k-elf/m68k-elf/include -c -DHAVE_CONFIG_H -O2 -g -O2  -m68000 -I. -I../../../../../../gcc-3.2.2/libiberty/../include  -W -Wall -Wtraditional -pedantic -fpic ../../../../../../gcc-3.2.2/libiberty/regex.c -o pic/regex.o; \
else true; fi
In file included from ../../../../../../gcc-3.2.2/include/xregex.h:26,
                 from ../../../../../../gcc-3.2.2/libiberty/regex.c:195:
../../../../../../gcc-3.2.2/include/xregex2.h:551: warning: ISO C89 does not support `static' or type qualifiers in parameter array declarators
In file included from ../../../../../../gcc-3.2.2/libiberty/regex.c:649:
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `byte_regex_compile':
../../../../../../gcc-3.2.2/libiberty/regex.c:2527: warning: implicit declaration of function `free'
../../../../../../gcc-3.2.2/libiberty/regex.c:2588: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c:2621: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c:2728: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c:3731: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c:4238: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `byte_compile_range':
../../../../../../gcc-3.2.2/libiberty/regex.c:4602: warning: signed and unsigned type in conditional expression
../../../../../../gcc-3.2.2/libiberty/regex.c:4612: warning: signed and unsigned type in conditional expression
../../../../../../gcc-3.2.2/libiberty/regex.c:4612: warning: signed and unsigned type in conditional expression
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `byte_re_compile_fastmap':
../../../../../../gcc-3.2.2/libiberty/regex.c:4952: warning: implicit declaration of function `abort'
../../../../../../gcc-3.2.2/libiberty/regex.c: At top level:
../../../../../../gcc-3.2.2/libiberty/regex.c:1380: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1382: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1383: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1385: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1386: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1388: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1389: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1391: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1392: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1394: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1395: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1397: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1398: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1400: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1401: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1403: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1404: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1406: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1407: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1409: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1410: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1412: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1413: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1415: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1416: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1418: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1419: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1421: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1422: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1424: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1425: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c:1427: warning: traditional C rejects string concatenation
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `xregcomp':
../../../../../../gcc-3.2.2/libiberty/regex.c:8099: warning: signed and unsigned type in conditional expression
../../../../../../gcc-3.2.2/libiberty/regex.c:8138: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `xregexec':
../../../../../../gcc-3.2.2/libiberty/regex.c:8217: warning: function `free' was previously declared within a block
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `xregerror':
../../../../../../gcc-3.2.2/libiberty/regex.c:8234: warning: unused parameter `preg'
../../../../../../gcc-3.2.2/libiberty/regex.c: In function `xregfree':
../../../../../../gcc-3.2.2/libiberty/regex.c:8283: warning: function `free' was previously declared within a block
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s: Assembler messages:
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:42: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memset@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:143: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:165: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l init_syntax_once@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:177: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:370: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:423: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:453: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:491: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:504: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:513: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_at_begline_loc_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:552: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:612: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:716: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:758: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:774: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:800: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:869: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:910: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_at_endline_loc_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:990: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1053: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1098: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1140: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1153: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1223: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1392: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1454: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1481: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1527: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1558: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1598: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1639: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1665: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1689: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1717: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1793: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1850: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1918: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:1958: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memset@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2186: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2203: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2405: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2414: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2424: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2434: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2444: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2454: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2464: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2474: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2484: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2494: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2505: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2515: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2525: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2730: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2737: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2744: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2751: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2758: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2765: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2772: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2779: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2786: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2793: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2800: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2811: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2838: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_compile_range@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2852: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2867: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_compile_range@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:2888: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3119: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3188: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3191: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l group_in_compile_stack@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3218: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3259: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3288: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3349: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3415: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3478: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3539: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3600: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3663: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3795: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3855: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3897: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3932: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3981: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:3988: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4006: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4018: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_insert_op2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4035: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4126: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4131: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4220: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op1@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4255: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_store_op2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4580: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memset@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4820: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:4992: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l abort@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:5147: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_re_match_2_internal@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:5250: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l xre_compile_fastmap@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:5750: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:5757: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:5937: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:5945: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l realloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:6227: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_group_match_null_string_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:6460: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:6655: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_bcmp_translate@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:6688: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcmp@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:6871: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:7002: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:7432: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:7534: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8168: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l abort@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8213: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_common_op_match_null_string_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8258: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_alt_match_null_string_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8272: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_alt_match_null_string_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8348: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_common_op_match_null_string_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8458: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_group_match_null_string_p@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8738: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_re_compile_fastmap@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8803: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l xre_search_2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8828: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_re_search_2@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8854: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_re_match_2_internal@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8881: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_re_match_2_internal@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8915: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_regex_compile@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8961: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8970: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8983: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l strlen@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:8987: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_regex_compile@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9042: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l strlen@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9051: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l xre_search@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9095: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9129: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l strlen@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9133: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l byte_regex_compile@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9154: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l xre_compile_fastmap@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9162: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9179: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9239: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l strlen@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9296: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l xre_search@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9331: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9348: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l malloc@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9397: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l strlen@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9412: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9423: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l memcpy@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9428: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l abort@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9474: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9480: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
/cygdrive/c/DOCUME~1/Mark/LOCALS~1/Temp/ccPtGupr.s:9486: Error: invalid instruction for this architecture; needs 68020 or 68030 or 68040 or 68060 or cpu32 or 5407 -- statement `bsr.l free@PLTPC' ignored
make[3]: *** [regex.o] Error 1
make[3]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/m68000/libiberty'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/libiberty'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mark/gnu/build2/m68k-elf/gcc/m68k-elf/libiberty'
make: *** [all-target-libiberty] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]