On 10/30/06, Nuno Lucas <[EMAIL PROTECTED]> wrote:
I confirm this. An earlier revision before the C++ library was added
was working fine (it was nice to see gdb working remotely), but now
fails with "errno.h" errors when building gdb, and the strange thing
is that it is including headers on /usr/include, which should never
happen, I supose.
Just tried building cegcc and it's also failing compiling gdb.
Attached is the last output of the build (I only included since the
lines that seemed to be important).
Regards,
~Nuno Lucas
make[4]: Leaving directory
`/home/lucas/prjs/cegcc/trunk/cegcc/src/build-cegcc/gdb/opcodes'
make[3]: Leaving directory
`/home/lucas/prjs/cegcc/trunk/cegcc/src/build-cegcc/gdb/opcodes'
make[2]: Leaving directory
`/home/lucas/prjs/cegcc/trunk/cegcc/src/build-cegcc/gdb/opcodes'
make[2]: Entering directory
`/home/lucas/prjs/cegcc/trunk/cegcc/src/build-cegcc/gdb/gdb'
CONFIG_HEADERS=config.h:config.in /bin/sh config.status
config.status: creating Makefile
config.status: WARNING:
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating .gdbinit
config.status: creating config.h
config.status: config.h is unchanged
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/observer.sh h
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/doc/observer.texi observer.h
config.status: linking
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config/arm/tm-wince.h to tm.h
config.status: executing default commands
Creating observer.htmp
Moving observer.htmp to observer.h
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/mi/mi-common.c
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/cp-name-parser.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/mi/mi-common.c:21:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
rm -f version.c-tmp version.c
echo '#include "version.h"' >> version.c-tmp
echo 'const char version[] = "'"`sed q
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/version.in`"'";' >> version.c-tmp
echo 'const char host_name[] = "i686-pc-linux-gnu";' >> version.c-tmp
echo 'const char target_name[] = "arm-wince-cegcc";' >> version.c-tmp
mv version.c-tmp version.c
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/observer.sh inc
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/doc/observer.texi observer.inc
Creating observer.itmp
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function version.c
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/annotate.c
Moving observer.itmp to observer.inc
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/auxv.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/annotate.c:22:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/auxv.c:22:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/bfd-target.c
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/blockframe.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/bfd-target.c:22:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/blockframe.c:25:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/breakpoint.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/breakpoint.c:24:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/findvar.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/findvar.c:24:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/regcache.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/regcache.c:23:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:22:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
gcc -c -I/home/lucas/prjs/cegcc/trunk/cegcc/src/w32api/include -D__arm__ -DARM
-U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE
-DUNDER_CE -D_WIN32_WCE -DWINCE_STUB='"arm-wince-cegcc-stub.exe"' -I.
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/config
-DLOCALEDIR="\"/home/lucas/apps/arm-wince-cegcc/share/locale\"" -DHAVE_CONFIG_H
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include/opcode
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../readline/.. -I../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../bfd
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../include -I../intl
-I/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/../intl -DMI_OUT=1 -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/disasm.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/defs.h:31,
from
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/disasm.c:23:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be
neither x86_64 nor i386.
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c: In function
âcached_iconv_convertâ:
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:451: error:
âE2BIGâ undeclared (first use in this function)
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:451: error: (Each
undeclared identifier is reported only once
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:451: error: for each
function it appears in.)
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:451: error:
âEINVALâ undeclared (first use in this function)
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:454: error:
âEBADFâ undeclared (first use in this function)
/home/lucas/prjs/cegcc/trunk/cegcc/src/gdb/gdb/charset.c:458: error:
âEILSEQâ undeclared (first use in this function)
make[2]: *** [charset.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/home/lucas/prjs/cegcc/trunk/cegcc/src/build-cegcc/gdb/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory
`/home/lucas/prjs/cegcc/trunk/cegcc/src/build-cegcc/gdb'
make: *** [all] Error 2
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel