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
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
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
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
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 :
===
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