This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

freebsd to m68k-elf problem


All right, I'm sure this is something simple and stupid that I'm doing
wrong, but I can't figure out quite what.

I'm building on a 2.2.2-RELEASE version of FreeBSD, targetting m68k-elf.  I
have binutils-2.9.1, gcc-2.95.1, and had the same problem with and without
newlib-1.8.1.

Here is the output of gmake for the bit where it dies:

gmake[4]: Entering directory `/home/greg/obj/gcc-2.95.1/gcc'
/home/greg/obj/gcc-2.95.1/gcc/xgcc -B/home/greg/obj/gcc-2.95.1/gcc/
-B/usr/local/m68k-elf/bin/ -I/usr/local/m68k-elf/include -O2
-DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include   -g1  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc   -g -O2 -I.
-I/home/greg/gcc-2.95.1/gcc -I/home/greg/gcc-2.95.1/gcc/config
-I/home/greg/gcc-2.95.1/gcc/../include \
  -c /home/greg/gcc-2.95.1/gcc/cp/tinfo.cc
In file included from /home/greg/gcc-2.95.1/gcc/cp/tinfo.cc:32:
include/new:28: `operator new' takes type `size_t' as first parameter
include/new:29: `operator new' takes type `size_t' as first parameter
include/new:32: `operator new' takes type `size_t' as first parameter
include/new:33: `operator new' takes type `size_t' as first parameter
include/new:38: `operator new' takes type `size_t' as first parameter
include/new:39: `operator new' takes type `size_t' as first parameter
gmake[4]: *** [tinfo.o] Error 1
gmake[4]: Leaving directory `/home/greg/obj/gcc-2.95.1/gcc'

Any help would be appreciated.

Gregory
-- 
Gregory Kritsch
Evertz Microsystems Ltd.
3465 Mainway Dr.,
Burlingtion, Ontario, Canada
L2M 1A9
ph: 905 335 3700
fax: 905 335 3573


------
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]