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]

m68K and EH_FRAME_BEGIN


Hi,

I've read the threads here, and on someother google hits, but I'm not
sure what to do.

I've built:
 binutils-2.14
 gcc-3.3.1
 newlib-1.11.0

I used the build-crossgcc.sh script and built an m68k-coff cross
compiler under cygwin.

Everything compiled fine, except the final build of m68k-coff-gcc.  I
didn't figure it was too much of a problem, since I'm building for an
embedded system with no OS.

However, when I compile, I get the undefined reference to
__EH_FRAME_BEGIN__ in libgcc2.c error.

Here I my config for gcc...

Reading specs from /usr/local/lib/gcc-lib/m68k-coff/3.3.1/specs
Configured with: ../gcc-3.3.1-core/configure --target=m68k-coff
--prefix=/usr/lo
cal --enable-languages=c --with-local-prefix=/usr/local/m68k-coff
--without-head
ers --with-newlib --disable-shared : (reconfigured)
../gcc-3.3.1-core/configure
--target=m68k-coff --prefix=/usr/local --enable-languages=c
--with-local-prefix=
/usr/local/m68k-coff --without-headers --with-newlib --disable-shared :
(reconfi
gured) ../gcc-3.3.1-core/configure --target=m68k-coff
--prefix=/usr/local --enab
le-languages=c --with-local-prefix=/usr/local/m68k-coff
--without-headers --with
-newlib --disable-shared
Thread model: single
gcc version 3.3.1

How can I fix this?

Thanks,

Gerald

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