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]
Other format: [Raw text]

Win2000 to m68k cross-compile



I am trying to build a Win2000 to m68k-elf (embedded) cross compiiler using cygwin. I seem to have gotten most of the way when hit this error:

/home/Administrator/m68k-elf/build/gcc/xgcc -B/home/Administrator/m68k-elf/build
/gcc/ -B/usr/local/m68k-elf/bin/ -B/usr/local/m68k-elf/lib/ -isystem /usr/local/
m68k-elf/include -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-3.0.4/libiberty/..
/include -W -Wall -Wtraditional -pedantic ../../../gcc-3.0.4/libiberty/vsprintf
.c
../../../gcc-3.0.4/libiberty/vsprintf.c: In function `vsprintf':
../../../gcc-3.0.4/libiberty/vsprintf.c:47: structure has no member named `_flag
'
../../../gcc-3.0.4/libiberty/vsprintf.c:47: `_IOWRT' undeclared (first use in th
is function)
../../../gcc-3.0.4/libiberty/vsprintf.c:47: (Each undeclared identifier is repor
ted only once
../../../gcc-3.0.4/libiberty/vsprintf.c:47: for each function it appears in.)
../../../gcc-3.0.4/libiberty/vsprintf.c:47: `_IOSTRG' undeclared (first use in t
his function)
../../../gcc-3.0.4/libiberty/vsprintf.c:48: structure has no member named `_ptr'

../../../gcc-3.0.4/libiberty/vsprintf.c:49: structure has no member named `_cnt'

../../../gcc-3.0.4/libiberty/vsprintf.c:51: warning: implicit declaration of fun
ction `_doprnt'
make[1]: *** [vsprintf.o] Error 1
make[1]: Leaving directory `/home/Administrator/m68k-elf/build/m68k-elf/libibert
y'
make: *** [all-target-libiberty] Error 2

I have include the complete make log as an attachment.

I was using the instuctions at http://crossgcc.billgatliff.com/crossgccfaq/t1.html to do the cross compile.

I have been trying for several days to get this to work... Looked at a lot of mailing list and websites with different advice .... need advice that actually works .... going a little nuts trying to get this to work.


Thanks.




Leslie Lott
buddy_lott@hotmail.com


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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


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