Hi,

I tried to build several exe with this release and I get the following error
during linking :
arm-cegcc-g++ -pipe -DWIN32 -Wcast-align -fno-exceptions -fno-rtti -O3
-fstrict-aliasing -fomit-frame-pointer -lm -s -o fruit_21.exe attack.o
board.o book.o eval.o fen.o hash.o list.o main.o material.o move.o
move_check.o move_do.o move_evasion.o move_gen.o move_legal.o option.o
pawn.o piece.o posix.o protocol.o pst.o pv.o random.o recog.o search.o
search_full.o see.o sort.o square.o trans.o util.o value.o vector.o ipc.armo
Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
/opt/cegcc/lib/gcc/arm-cegcc/4.4.0/../../../../arm-cegcc/lib/libgcc_s.a(d000071.o):(.idata$5+0x0):
multiple definition of `__imp___gedf2'
/opt/cegcc/lib/gcc/arm-cegcc/4.4.0/../../../../arm-cegcc/lib/libcegcc.dll.a(d000272.o):(.idata$5+0x0):
first defined here
/opt/cegcc/lib/gcc/arm-cegcc/4.4.0/../../../../arm-cegcc/lib/libgcc_s.a(d000075.o):(.idata$5+0x0):
multiple definition of `__imp___ledf2'
/opt/cegcc/lib/gcc/arm-cegcc/4.4.0/../../../../arm-cegcc/lib/libcegcc.dll.a(d000369.o):(.idata$5+0x0):
first defined here
/opt/cegcc/lib/gcc/arm-cegcc/4.4.0/../../../../arm-cegcc/bin/ld: warning:
auto-importing has been activated without --enable-auto-import specified on
the command line.
This should work unless it involves constant data structures referencing
symbols from auto-imported DLLs.
collect2: ld returned 1 exit status
make: *** [fruit_21.exe] Erreur 1

It used to work with version 0.55.

Pascal Georges

2009/12/6 Danny Backx <danny.ba...@scarlet.be>

> I just committed my current work for Windows Mobile 6.1 .
>
> This builds on work by Kai Tietz for "v2 pseudo relocation", this is
> some magic stuff we need to get DLLs to work.
>
> I've managed to get this to build sample programs with DLLs, and *on the
> WM 6.1 emulator* they appear to run.
>
> I don't have feedback from anyone with a 6.1 device, and I won't have a
> device of my own until Christmas Day.
>
> Non-trivial DLLs don't appear to work yet, I will look into this.
>
> All input is welcome.
>
>        Danny
> --
> Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
>
>
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Cegcc-devel mailing list
> Cegcc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
>
>
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to