public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: Problem "opcode not supported on this processor" for mips64
       [not found] <AANLkTimRU=4z=CUJ+3wbCu-7PcOPgL1tPHKpafOgroLy@mail.gmail.com>
@ 2011-03-17  8:42 ` Bertrand NOEL
  0 siblings, 0 replies; only message in thread
From: Bertrand NOEL @ 2011-03-17  8:42 UTC (permalink / raw)
  To: libffi-discuss

[-- Attachment #1: Type: text/plain, Size: 2115 bytes --]

Hello,
I am trying to build libffi for a MIPS64 big endian processor. A
Cavium Octeon one.
I managed to do it with the first version of the SDK I had (gcc v3.2,
I don't remember for other tools). I recently updated my SDK (gcc
v4.3) and now when I try to build libffi, I get the following error
during the compilation of the n32.S file :

> ../src/mips/n32.S: Assembler messages:
> ../src/mips/n32.S:115: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f12,0*8($25)'

And 50 others errors like that in the same file. It seems that all
errors come from load and store instructions. i attached log of the
configure and make process.

I tried putting flags to compile for n32 version (CFLAGS=-mabi=n32)
and I get same errors.
I tried with version 3.0.10rc8 and 3.0.9.
The weird point is that I managed to build it with my older version of the SDK.


Another weird thing I have seen is at the beginning of the make :
>
> make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "mandir=/usr/local/share/man" "prefix=/usr/local" "AR=mips64-octeon-linux-gnu-ar" "AS=as" "CC=mips64-octeon-linux-gnu-gcc" "CXX=g++" "LD=/home/bertrand/Cavium_Networks/OCTEON-SDK/tools-gcc-4.3/mips64-octeon-linux-gnu/bin/ld" "NM=/home/bertrand/Cavium_Networks/OCTEON-SDK/tools/bin/mips64-octeon-linux-gnu-nm -B" "RANLIB=mips64-octeon-linux-gnu-ranlib" "DESTDIR=" all-recursive

Assembler used seems to be the one from my x86 system. I don't know if
it is normal.


Thank you very much in advance for your help.

[-- Attachment #2: logconfigure.txt --]
[-- Type: text/plain, Size: 7623 bytes --]

configure: WARNING: if you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used
checking build system type... i686-pc-linux-gnu
checking host system type... mips64-octeon-linux-gnu
checking target system type... mips64-octeon-linux-gnu
continue configure in default builddir "./mips64-octeon-linux-gnu"
....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=mips64-octeon-linux-gnu" "linux
gnu"
configure: WARNING: if you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used
checking build system type... i686-pc-linux-gnu
checking host system type... mips64-octeon-linux-gnu
checking target system type... mips64-octeon-linux-gnu
checking for gsed... sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mips64-octeon-linux-gnu-strip... mips64-octeon-linux-gnu-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mips64-octeon-linux-gnu-gcc... mips64-octeon-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mips64-octeon-linux-gnu-gcc accepts -g... yes
checking for mips64-octeon-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of mips64-octeon-linux-gnu-gcc... gcc3
checking dependency style of mips64-octeon-linux-gnu-gcc... gcc3
checking whether mips64-octeon-linux-gnu-gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by mips64-octeon-linux-gnu-gcc... /home/bertrand/Cavium_Networks/OCTEON-SDK/tools-gcc-4.3/mips64-octeon-linux-gnu/bin/ld
checking if the linker (/home/bertrand/Cavium_Networks/OCTEON-SDK/tools-gcc-4.3/mips64-octeon-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/bertrand/Cavium_Networks/OCTEON-SDK/tools/bin/mips64-octeon-linux-gnu-nm -B
checking the name lister (/home/bertrand/Cavium_Networks/OCTEON-SDK/tools/bin/mips64-octeon-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to mips64-octeon-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/bertrand/Cavium_Networks/OCTEON-SDK/tools-gcc-4.3/mips64-octeon-linux-gnu/bin/ld option to reload object files... -r
checking for mips64-octeon-linux-gnu-objdump... mips64-octeon-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for mips64-octeon-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for mips64-octeon-linux-gnu-ar... mips64-octeon-linux-gnu-ar
checking for archiver @FILE support... @
checking for mips64-octeon-linux-gnu-strip... (cached) mips64-octeon-linux-gnu-strip
checking for mips64-octeon-linux-gnu-ranlib... mips64-octeon-linux-gnu-ranlib
checking command to parse /home/bertrand/Cavium_Networks/OCTEON-SDK/tools/bin/mips64-octeon-linux-gnu-nm -B output from mips64-octeon-linux-gnu-gcc object... ok
checking for sysroot... no
checking for mips64-octeon-linux-gnu-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking how to run the C preprocessor... mips64-octeon-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if mips64-octeon-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for mips64-octeon-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if mips64-octeon-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if mips64-octeon-linux-gnu-gcc static flag -static works... yes
checking if mips64-octeon-linux-gnu-gcc supports -c -o file.o... yes
checking if mips64-octeon-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the mips64-octeon-linux-gnu-gcc linker (/home/bertrand/Cavium_Networks/OCTEON-SDK/tools-gcc-4.3/mips64-octeon-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for C compiler vendor... gnu
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag... 
checking for gcc architecture flag... unknown
checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math... yes
checking CFLAGS for maximum warnings... -Wall
checking whether to enable maintainer-specific portions of Makefiles... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for ANSI C header files... (cached) yes
checking for memcpy... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking size of double... 8
checking size of long double... 16
checking whether byte ordering is bigendian... yes
checking assembler .cfi pseudo-op support... yes
checking whether .eh_frame section should be read-only... no
checking for __attribute__((visibility("hidden")))... yes
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/ffi.h
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating man/Makefile
config.status: creating libffi.pc
config.status: creating fficonfig.h
config.status: linking ../src/mips/ffitarget.h to include/ffitarget.h
config.status: executing buildir commands
config.status: create top_srcdir/Makefile guessed from local Makefile
config.status: build in mips64-octeon-linux-gnu (HOST=)
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing include commands
config.status: executing src commands

[-- Attachment #3: logmake.txt --]
[-- Type: text/plain, Size: 15661 bytes --]

MAKE i686-pc-linux-gnu : 0 * all-all
make[1]: Entering directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu'
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/local" "infodir=/usr/local/share/info" "libdir=/usr/local/lib" "mandir=/usr/local/share/man" "prefix=/usr/local" "AR=mips64-octeon-linux-gnu-ar" "AS=as" "CC=mips64-octeon-linux-gnu-gcc" "CXX=g++" "LD=/home/bertrand/Cavium_Networks/OCTEON-SDK/tools-gcc-4.3/mips64-octeon-linux-gnu/bin/ld" "NM=/home/bertrand/Cavium_Networks/OCTEON-SDK/tools/bin/mips64-octeon-linux-gnu-nm -B" "RANLIB=mips64-octeon-linux-gnu-ranlib" "DESTDIR=" all-recursive
make[2]: Entering directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu'
Making all in include
make[3]: Entering directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu/include'
Making all in testsuite
make[3]: Entering directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu/testsuite'
Making all in man
make[3]: Entering directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu/man'
make[3]: Entering directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu'
depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool --tag=CC   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -g  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo ../src/prep_cif.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c  -fPIC -DPIC -o src/.libs/prep_cif.o
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool --tag=CC   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -g  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo ../src/types.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c  -fPIC -DPIC -o src/.libs/types.o
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool --tag=CC   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -g  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo ../src/raw_api.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c  -fPIC -DPIC -o src/.libs/raw_api.o
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool --tag=CC   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -g  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo ../src/java_raw_api.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c  -fPIC -DPIC -o src/.libs/java_raw_api.o
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool --tag=CC   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -g  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo ../src/closures.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
depbase=`echo src/mips/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool --tag=CC   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -g  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/mips/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/mips/ffi.lo ../src/mips/ffi.c &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/mips/ffi.lo -MD -MP -MF src/mips/.deps/ffi.Tpo -c ../src/mips/ffi.c  -fPIC -DPIC -o src/mips/.libs/ffi.o
../src/mips/ffi.c: In function 'ffi_closure_mips_inner_O32':
../src/mips/ffi.c:766: warning: cast to pointer from integer of different size
../src/mips/ffi.c: In function 'ffi_closure_mips_inner_N32':
../src/mips/ffi.c:942: warning: cast from pointer to integer of different size
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -g -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/mips/ffi.lo -MD -MP -MF src/mips/.deps/ffi.Tpo -c ../src/mips/ffi.c -o src/mips/ffi.o >/dev/null 2>&1
depbase=`echo src/mips/o32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -I. -I../include -Iinclude -I../src  -MT src/mips/o32.lo -MD -MP -MF $depbase.Tpo -c -o src/mips/o32.lo ../src/mips/o32.S &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/mips/o32.lo -MD -MP -MF src/mips/.deps/o32.Tpo -c ../src/mips/o32.S  -fPIC -DPIC -o src/mips/.libs/o32.o
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/mips/o32.lo -MD -MP -MF src/mips/.deps/o32.Tpo -c ../src/mips/o32.S -o src/mips/o32.o >/dev/null 2>&1
depbase=`echo src/mips/n32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ./libtool   --mode=compile mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -I. -I../include -Iinclude -I../src  -MT src/mips/n32.lo -MD -MP -MF $depbase.Tpo -c -o src/mips/n32.lo ../src/mips/n32.S &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  mips64-octeon-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/mips/n32.lo -MD -MP -MF src/mips/.deps/n32.Tpo -c ../src/mips/n32.S  -fPIC -DPIC -o src/mips/.libs/n32.o
../src/mips/n32.S: Assembler messages:
../src/mips/n32.S:115: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f12,0*8($25)'
../src/mips/n32.S:118: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f12,0*8($25)'
../src/mips/n32.S:128: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f13,1*8($25)'
../src/mips/n32.S:131: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f13,1*8($25)'
../src/mips/n32.S:141: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f14,2*8($25)'
../src/mips/n32.S:144: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f14,2*8($25)'
../src/mips/n32.S:154: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f15,3*8($25)'
../src/mips/n32.S:157: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f15,3*8($25)'
../src/mips/n32.S:167: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f16,4*8($25)'
../src/mips/n32.S:170: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f16,4*8($25)'
../src/mips/n32.S:180: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f17,5*8($25)'
../src/mips/n32.S:183: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f17,5*8($25)'
../src/mips/n32.S:193: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f18,6*8($25)'
../src/mips/n32.S:196: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f18,6*8($25)'
../src/mips/n32.S:206: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f19,7*8($25)'
../src/mips/n32.S:209: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f19,7*8($25)'
../src/mips/n32.S:235: Error: opcode not supported on this processor: octeon (mips64r2) `s.s $f0,0($12)'
../src/mips/n32.S:242: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f0,0($12)'
../src/mips/n32.S:249: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f0,0($12)'
../src/mips/n32.S:256: Error: opcode not supported on this processor: octeon (mips64r2) `s.s $f0,0($12)'
../src/mips/n32.S:263: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f0,0($12)'
../src/mips/n32.S:264: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f2,8($12)'
../src/mips/n32.S:271: Error: opcode not supported on this processor: octeon (mips64r2) `s.s $f0,0($12)'
../src/mips/n32.S:272: Error: opcode not supported on this processor: octeon (mips64r2) `s.s $f2,4($12)'
../src/mips/n32.S:279: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f0,0($12)'
../src/mips/n32.S:280: Error: opcode not supported on this processor: octeon (mips64r2) `s.s $f2,8($12)'
../src/mips/n32.S:287: Error: opcode not supported on this processor: octeon (mips64r2) `s.s $f0,0($12)'
../src/mips/n32.S:288: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f2,8($12)'
../src/mips/n32.S:448: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f12,(4*8)($sp)'
../src/mips/n32.S:449: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f13,(5*8)($sp)'
../src/mips/n32.S:450: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f14,(6*8)($sp)'
../src/mips/n32.S:451: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f15,(7*8)($sp)'
../src/mips/n32.S:452: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f16,(8*8)($sp)'
../src/mips/n32.S:453: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f17,(9*8)($sp)'
../src/mips/n32.S:454: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f18,(10*8)($sp)'
../src/mips/n32.S:455: Error: opcode not supported on this processor: octeon (mips64r2) `s.d $f19,(11*8)($sp)'
../src/mips/n32.S:477: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f0,(2*8)($sp)'
../src/mips/n32.S:482: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f0,(2*8)($sp)'
../src/mips/n32.S:487: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f0,(2*8)($sp)'
../src/mips/n32.S:492: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f0,(2*8)($sp)'
../src/mips/n32.S:497: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f0,(2*8)($sp)'
../src/mips/n32.S:498: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f2,(3*8)($sp)'
../src/mips/n32.S:503: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f0,(2*8)($sp)'
../src/mips/n32.S:504: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f2,(3*8)($sp)'
../src/mips/n32.S:509: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f0,(2*8)($sp)'
../src/mips/n32.S:510: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f2,(3*8)($sp)'
../src/mips/n32.S:515: Error: opcode not supported on this processor: octeon (mips64r2) `l.s $f0,(2*8)($sp)'
../src/mips/n32.S:516: Error: opcode not supported on this processor: octeon (mips64r2) `l.d $f2,(3*8)($sp)'
make[3]: *** [src/mips/n32.lo] Error 1
make[3]: Leaving directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/bertrand/Desktop/partagecarte/libffi-3.0.10rc8/mips64-octeon-linux-gnu'
make: *** [all-all] Error 2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-17  8:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AANLkTimRU=4z=CUJ+3wbCu-7PcOPgL1tPHKpafOgroLy@mail.gmail.com>
2011-03-17  8:42 ` Problem "opcode not supported on this processor" for mips64 Bertrand NOEL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).