[Cegcc-devel] Position independant code

2007-12-17 Thread pascal . georges1
Hi, I try to compile a file with -fPIC (same problem with -fpic) and I have this error , which is removed whithout -fPIC : {standard input}: Assembler messages: {standard input}:146: Error: undefined symbol `_GLOBAL_OFFSET_TABLE_' in operation {standard input}:276: Error: undefined symbol `_GLOBA

Re: [Cegcc-devel] New binary build to be released soon?

2007-12-01 Thread pascal . georges1
Selon Pablo Rogina <[EMAIL PROTECTED]>: > > I have a CPU > > intensive program (chess) that works *very* well. I reach a number of > > positions calculated per second that is fantastic. > > > > So, the code generated by cegcc is very efficient for me, without any > > special -march, -mcpu, etc. op

Re: [Cegcc-devel] problem in structure packing

2007-09-05 Thread pascal . georges1
Selon Danny Backx <[EMAIL PROTECTED]>: > On Tue, 2007-09-04 at 13:17 +0200, [EMAIL PROTECTED] wrote: > > It is related to structure packing that seems to be sometimes incompatible > with > > what WinCE API expects. See the example below : [snip] Sorry, really ashamed, I made a blunder in my code

Re: [Cegcc-devel] porting cegcc

2007-09-04 Thread pascal . georges1
I was told that with eTcl (see www.evolane.com), tinyCC would be included, allowing the mix of Tcl and C code (no C++, it seems). Pascal Selon [EMAIL PROTECTED]: > Hi, > > Is it possible to port the cegcc toolset to windows CE,so that it could be > used > for onboard compiling (like Pocket Gcc f

[Cegcc-devel] problem in structure packing

2007-09-04 Thread pascal . georges1
Hi, the problem I report here may be a real bug or simply the fact I did not find the correct option in cegcc ... It is related to structure packing that seems to be sometimes incompatible with what WinCE API expects. See the example below : ===

[Cegcc-devel] API missing (HeapCompact, CreateToolhelp32Snapshot)

2007-09-03 Thread pascal . georges1
Hi, I am developping a chess database application for Pocket PC (http://prolinux.free.fr/scid/PPC.html), and I appreciate a lot to be able to do it under Linux and that cegcc provides an Unix layer. I have noticed some WinCE calls are only present in header files, not in dll files provided by ceg