bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

gdb fails to build with pnacl #201

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
######################################################################
Configuring gdb
######################################################################
chdir /usr/local/google/home/sbc/dev/naclports/src/out/build/gdb/build_pnacl
CPPFLAGS=-I/usr/local/google/home/sbc/dev/naclports/src/out/nacl_sdk/include 
-I/usr/local/google/home/sbc/dev/naclports/src/out/nacl_sdk/toolchain/linux_pnac
l/le32-nacl/usr/include/glibc-compat
CFLAGS= -DNDEBUG -O2
CXXFLAGS= -DNDEBUG -O2
LDFLAGS=-L/usr/local/google/home/sbc/dev/naclports/src/out/nacl_sdk/lib/pnacl/Re
lease -DNDEBUG -O2
/usr/local/google/home/sbc/dev/naclports/src/out/build/gdb/gdb-7.7/configure 
--with-curses --with-expat --with-system-readline --disable-libmcheck 
--prefix=/naclports-dummydir --enable-targets=arm-none-eabi-nacl --host=pnacl 
--target=x86_64-nacl
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.
configure: loading site script 
/usr/local/google/home/sbc/dev/naclports/src/out/nacl_sdk/toolchain/linux_pnacl/
le32-nacl/usr/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking host system type... Invalid configuration `pnacl': machine `pnacl' not 
recognized
configure: error: /bin/sh 
/usr/local/google/home/sbc/dev/naclports/src/out/build/gdb/gdb-7.7/config.sub 
pnacl failed

Original issue reported on code.google.com by sbc@google.com on 17 Mar 2015 at 1:10