This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

arm cross compiler problems (gcc-3.0)


Hi,

I'm having difficulties getting the cross-compile of gcc-3.0 to succeed
when targeting arm-linux, using gcc-3.0 as the host compiler.

Initially, I get an assembler error, which the FAQ provides a fix for
(symlink the correct as into the build-gcc-3.0/gcc directory) - the
output from gcc (truncated) is attached as error-1.txt.

Once the symlink is in place, I then get problems with missing header files,
unistd.h, and pthread.h later on (see error-2.txt for unistd.h problem).

Can anyone suggest a solution to this? I've tried inserting the various
header files that are requested in the include path, however I can't find
a suitable pthread.h.

Thanks in advance.

-- 
Miah Gregory, Software Engineer, Picsel Technologies Ltd
echo timestamp > stmp-int-hdrs
objext='.o' \
OLDCC='cc' \
LIBGCC1='libgcc1-asm.a' \
LIB1FUNCS='_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3 _ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi
_fixsfsi _floatsidf _floatsisf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2
_ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2' \
LIB1ASMFUNCS='_udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx' \
LIB1FUNCS_EXTRA='' \
LIB2FUNCS='_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _udiv_w_sdiv _udivmoddi4
_cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi
_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3
_subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors' \
LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp ' \
LIB2ADD='' \
LIB2ADDEH='../../gcc-3.0/gcc/unwind-dw2.c ../../gcc-3.0/gcc/unwind-dw2-fde.c ../../gcc-3.0/gcc/unwind-sjlj.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \
LIB2ADD_ST='' \
FPBIT='' \
FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf
_unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _thenan_sf _sf_to_usi _usi_to_sf' \
DPBIT='' \
DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df
_unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _thenan_df _df_to_usi _usi_to_df' \
MULTILIBS=`/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/
-B/usr/local/arm-linux/lib/ -isystem /usr/local/arm-linux/include --print-multi-lib` \
EXTRA_MULTILIB_PARTS='' \
SHLIB_LINK='/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/
-B/usr/local/arm-linux/lib/ -isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1
-Wl,--version-script=@shlib_map_file@ -o @shlib_base_name@.so @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so.1 &&
ln -s @shlib_base_name@.so @shlib_base_name@.so.1' \
SHLIB_INSTALL='/bin/sh /usr/src/arm/gcc-3.0/install-sh -c -m 644 @shlib_base_name@.so $(slibdir)/@shlib_base_name@.so.1; rm -f
$(slibdir)/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(slibdir)/@shlib_base_name@.so' \
SHLIB_EXT='.so' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='../../gcc-3.0/gcc/mkmap-symver.awk' \
SHLIB_MAPFILES='../../gcc-3.0/gcc/libgcc-std.ver ../../gcc-3.0/gcc/config/libgcc-glibc.ver' \
SHLIB_NM_FLAGS='-pg' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
HEADERS="gansidecl.h  arm/xm-linux.h defaults.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.0/gcc/mkconfig.sh tconfig.h
echo '#include "config.h"' > conftest.c
echo '#include "except.h"' >> conftest.c
echo 'xyzzy USING_SJLJ_EXCEPTIONS' >> conftest.c
gcc -E conftest.c -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/.
-I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include > conftest.out
sed -e 's/xyzzy/#define USING_SJLJ_EXCEPTIONS/' -e '/#define/p' \
-e d conftest.out >> tconfig.h
rm conftest.*
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions  -Dinhibit_libc \
  -c ../../gcc-3.0/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
/tmp/cc2zrPWy.s: Assembler messages:
/tmp/cc2zrPWy.s:1: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:21: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:22: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:23: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:24: Error: no such instruction: `stmfd sp!,{fp,ip,lr,pc}'
/tmp/cc2zrPWy.s:25: Error: too many memory references for `sub'
/tmp/cc2zrPWy.s:26: Error: too many memory references for `sub'
/tmp/cc2zrPWy.s:27: Error: no such instruction: `ldr r3,.L9'
/tmp/cc2zrPWy.s:28: Error: no such instruction: `ldr r3,[r3,'
/tmp/cc2zrPWy.s:29: Error: expecting operand after ','; got nothing
/tmp/cc2zrPWy.s:30: Error: no such instruction: `beq .L4'
/tmp/cc2zrPWy.s:31: Error: no such instruction: `b .L3'
/tmp/cc2zrPWy.s:33: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:35: Error: no such instruction: `ldr r3,.L9+4'
/tmp/cc2zrPWy.s:36: Error: no such instruction: `ldr r3,[r3,'
/tmp/cc2zrPWy.s:37: Error: no such instruction: `ldr r3,[r3,'
/tmp/cc2zrPWy.s:38: Error: invalid char '[' beginning operand 2 `[fp'
/tmp/cc2zrPWy.s:39: Error: expecting operand after ','; got nothing
/tmp/cc2zrPWy.s:40: Error: no such instruction: `bne .L7'
/tmp/cc2zrPWy.s:41: Error: no such instruction: `b .L6'
/tmp/cc2zrPWy.s:43: Error: no such instruction: `ldr r3,.L9+4'
/tmp/cc2zrPWy.s:44: Error: no such instruction: `ldr r3,[r3,'
/tmp/cc2zrPWy.s:45: Error: too many memory references for `add'
/tmp/cc2zrPWy.s:46: Error: no such instruction: `ldr r3,.L9+4'
/tmp/cc2zrPWy.s:47: Error: invalid char '[' beginning operand 2 `[r3'
/tmp/cc2zrPWy.s:48: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:49: Error: no such instruction: `ldr pc,[fp,'
/tmp/cc2zrPWy.s:50: Error: no such instruction: `b .L5'
/tmp/cc2zrPWy.s:52: Error: no such instruction: `ldr r3,.L9+8'
/tmp/cc2zrPWy.s:53: Error: expecting operand after ','; got nothing
/tmp/cc2zrPWy.s:54: Error: no such instruction: `beq .L8'
/tmp/cc2zrPWy.s:55: Error: no such instruction: `ldr r0,.L9+12'
/tmp/cc2zrPWy.s:56: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:57: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:59: Error: expecting operand after ','; got nothing
/tmp/cc2zrPWy.s:60: Error: no such instruction: `ldr r3,.L9'
/tmp/cc2zrPWy.s:61: Error: invalid char '[' beginning operand 2 `[r3'
/tmp/cc2zrPWy.s:63: Error: no such instruction: `ldmea fp,{fp,sp,pc}'
/tmp/cc2zrPWy.s:74: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:75: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:76: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:77: Error: no such instruction: `stmfd sp!,{fp,ip,lr,pc}'
/tmp/cc2zrPWy.s:78: Error: too many memory references for `sub'
/tmp/cc2zrPWy.s:80: Error: no such instruction: `bl __do_global_dtors_aux'
/tmp/cc2zrPWy.s:82: Error: no such instruction: `ldmea fp,{fp,sp,pc}'
/tmp/cc2zrPWy.s:91: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:92: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:93: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:94: Error: no such instruction: `stmfd sp!,{fp,ip,lr,pc}'
/tmp/cc2zrPWy.s:95: Error: too many memory references for `sub'
/tmp/cc2zrPWy.s:96: Error: no such instruction: `ldr r3,.L14'
/tmp/cc2zrPWy.s:97: Error: expecting operand after ','; got nothing
/tmp/cc2zrPWy.s:98: Error: no such instruction: `beq .L13'
/tmp/cc2zrPWy.s:99: Error: no such instruction: `ldr r0,.L14+4'
/tmp/cc2zrPWy.s:100: Error: no such instruction: `ldr r1,.L14+8'
/tmp/cc2zrPWy.s:101: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:102: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:104: Error: no such instruction: `ldmea fp,{fp,sp,pc}'
/tmp/cc2zrPWy.s:114: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:115: Error: Rest of line ignored. First ignored character is `@'.
/tmp/cc2zrPWy.s:116: Error: too many memory references for `mov'
/tmp/cc2zrPWy.s:117: Error: no such instruction: `stmfd sp!,{fp,ip,lr,pc}'
/tmp/cc2zrPWy.s:118: Error: too many memory references for `sub'
/tmp/cc2zrPWy.s:120: Error: no such instruction: `bl frame_dummy'
/tmp/cc2zrPWy.s:122: Error: no such instruction: `ldmea fp,{fp,sp,pc}'
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/usr/src/arm/build-gcc-3.0/gcc'
make: *** [all-gcc] Error 2

make[1]: Entering directory `/usr/src/arm/build-gcc-3.0/libiberty'
make[2]: Entering directory `/usr/src/arm/build-gcc-3.0/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/arm/build-gcc-3.0/libiberty/testsuite'
make[1]: Leaving directory `/usr/src/arm/build-gcc-3.0/libiberty'
make[1]: Entering directory `/usr/src/arm/build-gcc-3.0/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2"
"INSTALL=/bin/sh /usr/src/arm/gcc-3.0/install-sh -c" "INSTALL_DATA=/bin/sh /usr/src/arm/gcc-3.0/install-sh -c -m 644"
"INSTALL_PROGRAM=/bin/sh /usr/src/arm/gcc-3.0/install-sh -c " "INSTALL_SCRIPT=/bin/sh /usr/src/arm/gcc-3.0/install-sh -c"
"LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET="
"SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local"
"infodir=/usr/local/stow/arm-linux-gcc/info" "libdir=/usr/local/lib" "prefix=/usr/local/stow/arm-linux-gcc"
"tooldir=/usr/local/arm-linux" "AR=ar" "AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib"
"DESTDIR=" DO=all multi-do
make[1]: Leaving directory `/usr/src/arm/build-gcc-3.0/zlib'
make[1]: Entering directory `/usr/src/arm/build-gcc-3.0/fastjar'
make[1]: Leaving directory `/usr/src/arm/build-gcc-3.0/fastjar'
make[1]: Entering directory `/usr/src/arm/build-gcc-3.0/gcc'
(cd intl && make all)
make[2]: Entering directory `/usr/src/arm/build-gcc-3.0/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/arm/build-gcc-3.0/gcc/intl'
(cd po && make all)
make[2]: Entering directory `/usr/src/arm/build-gcc-3.0/gcc/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/arm/build-gcc-3.0/gcc/po'
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions  -Dinhibit_libc \
  -c ../../gcc-3.0/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -fPIC -Dinhibit_libc \
  -c ../../gcc-3.0/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \
  -o crtbeginS.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions  -Dinhibit_libc \
  -c ../../gcc-3.0/gcc/crtstuff.c -DCRT_END -o crtend.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include  -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions -fPIC -Dinhibit_libc \
  -c ../../gcc-3.0/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \
  -o crtendS.o
make GCC_FOR_TARGET="/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/
-B/usr/local/arm-linux/lib/ -isystem /usr/local/arm-linux/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="arm-linux-ar" \
  AR_CREATE_FOR_TARGET="arm-linux-ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="arm-linux-ranlib" \
  RANLIB_TEST_FOR_TARGET="[ -f arm-linux-ranlib ] || ( [ "i686-pc-linux-gnu" = "arm-unknown-linux-gnu" ] && [ -f /usr/bin/ranlib -o
-f /bin/ranlib ] )" \
  NM_FOR_TARGET="nm" AWK="mawk" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc" \
  INCLUDES="-I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include"
MAYBE_USE_COLLECT2="" \
  CONFIG_H="tconfig.h  insn-codes.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='arm/lib1funcs.asm' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/usr/src/arm/build-gcc-3.0/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-DL_udivsi3 -xassembler-with-cpp -c ../../gcc-3.0/gcc/config/arm/lib1funcs.asm -o libgcc/./_udivsi3.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-DL_divsi3 -xassembler-with-cpp -c ../../gcc-3.0/gcc/config/arm/lib1funcs.asm -o libgcc/./_divsi3.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-DL_umodsi3 -xassembler-with-cpp -c ../../gcc-3.0/gcc/config/arm/lib1funcs.asm -o libgcc/./_umodsi3.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-DL_modsi3 -xassembler-with-cpp -c ../../gcc-3.0/gcc/config/arm/lib1funcs.asm -o libgcc/./_modsi3.o
/usr/src/arm/build-gcc-3.0/gcc/xgcc -B/usr/src/arm/build-gcc-3.0/gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/
-isystem /usr/local/arm-linux/include -O2  -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -fomit-frame-pointer -fPIC -g0 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-Dinhibit_libc -I. -I. -I../../gcc-3.0/gcc -I../../gcc-3.0/gcc/. -I../../gcc-3.0/gcc/config -I../../gcc-3.0/gcc/../include
-DL_dvmd_lnx -xassembler-with-cpp -c ../../gcc-3.0/gcc/config/arm/lib1funcs.asm -o libgcc/./_dvmd_lnx.o
../../gcc-3.0/gcc/config/arm/lib1funcs.asm:633:24: asm/unistd.h: No such file or directory
make[2]: *** [libgcc/./_dvmd_lnx.o] Error 1
make[2]: Leaving directory `/usr/src/arm/build-gcc-3.0/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/usr/src/arm/build-gcc-3.0/gcc'
make: *** [all-gcc] Error 2

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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