> So how do we do that ? Is this what
>
>> You can add a DWORD registry entry in
>> [HKEY_LOCAL_MACHINE\System\Loader\LoadModuleLow] with
>> key=YourDllName.dll and value=1
>
> (from your earlier messages) really means ?
>
> Danny
>
Yes it is!!
-
Hi,
Thanks for this because I also wanted to unify script logic but wanting is
not doing ;-)
Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we
have to create it :
# On Cygwin it seems that symbolic link /lib/cpp is not always available
# We try to create it.
if [[ $(uname
On Wed, 24 Sep 2008 13:43:07 +0100, Pedro Alves <[EMAIL PROTECTED]>
wrote:
> On Wednesday 24 September 2008 08:54:12, Vincent R. wrote:
>> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so
> we
>> have to create it :
>>
>> # On Cygwi
It's really weird because it seems your read my mind.
I was already using -j option for make but since I was a bit afraid of
regression I stopped to use it.
On Thu, 25 Sep 2008 14:18:24 +0100, Pedro Alves <[EMAIL PROTECTED]>
wrote:
> Guys,
>
> I've added a -j option to the build scripts, whi
wants to help,
they could try decompile WM6.0 and WM6.1
ROM and send it here.
I think that if playing with PE section gives no result this the way to go.
PS : you can find all these files here :
http://www.smartmobili.co
Hi,
I am a bit surprised by your error message because usually on Windows
Mobile, when an application
cannot load a DLL, you get a "Invalid Pocket PC application" and that's
what I have when I try
on WM6.1.
On what kind of device are you testing ?
As Danny told you the workaround is to declared
On Sun, 5 Oct 2008 15:53:26 +0100, Pedro Alves <[EMAIL PROTECTED]> wrote:
> On Saturday 27 September 2008 07:05:40, Vincent Torri wrote:
>
>> actually, SHGetShortcutTarget() is good, but SHCreateShortcutEx() is not
>
>> declared and the returned type of SHCreateShortcut() is not correct.
>
> Wo
On Mon, 6 Oct 2008 08:03:01 +0200 (CEST), Vincent Torri
<[EMAIL PROTECTED]> wrote:
> Hey,
>
> I wanted to use _mktemp, _locking, _get_osfhandle and
SetHandleInformation
> with mingw32ce
>
> they are all declared:
>
> _mktemp, _locking and _get_osfhandle are in io.h
> SetHandleInformation is in
On Wed, 21 Jan 2009 16:17:12 +, "Hywel B. Richards"
wrote:
> Hi,
>
> Is anyone out there compiling for WinCE/SH4?
>
> Is it possible to coax cegcc to build for this platform, or does there
> exist another gcc-based cross-compiling toolchain somewhere?
>
> Failing that, does anyone know how
> Many thanks for your reply, Vincent. Unfortunately I have no experience
> in building gcc cross-compilers (including cegcc), so I need to ask
> another question.
>
> Is it really as easy as substituting "sh4" for "arm" in the places
> implied by your diff?
> Or will it be a much bigger job th
On Wed, 28 Jan 2009 08:33:13 -0800, Eric House wrote:
>> Eric House wrote:
>
>> > It appears that an app needs to be signed to use SMS APIs. Does
>> > anybody know if it's possible, or practical, to do that for an open
>> > source app developed on Linux? Maybe Sourceforge could be persuaded
>>
Look at the arm*-*-mingw32ce* target to
> see the sequence of include files in tm_file .
>
> Danny
>
I already tried so many things that now I don't think I will solve it by
myself...
I will wait for you or for Pedro ;-)
> On Sun, 2009-02-01 at 19:59 +0100, Vincent R.
Hi Vincent,
On Tue, 3 Feb 2009 00:26:55 +0100 (CET), Vincent Torri
wrote:
> On Mon, 2 Feb 2009, Danny Backx wrote:
>
>> I'm inclined to put this work (based on the current gcc from their svn)
>> in our repository.
>>
>> Upgrading to 4.4.0 once it's out shouldn't be hard.
>>
>> Does anyone have i
, "Vincent R."
wrote:
> Hi Vincent,
>
> On Tue, 3 Feb 2009 00:26:55 +0100 (CET), Vincent Torri
>
> wrote:
>> On Mon, 2 Feb 2009, Danny Backx wrote:
>>
>>> I'm inclined to put this work (based on the current gcc from their svn)
>>>
On Tue, 03 Feb 2009 20:28:50 +0100, Danny Backx
wrote:
> This one message has answers to questions/remarks from several mails.
>
> On Tue, 2009-02-03 at 14:42 +0100, Vincent R. wrote:
>> I feel a bit alone so Pedro if could take some time to give your opinion
>> it
>>
-w64 instead of keeping a
local copy here.
That's why I am begging you to report cegcc patches into binutils/gcc so
that you allow other people to contribute
more efficiently to this platform.
Regards
Vincent R.
patches-cegcc-4.4.tar.gz
Description: GNU
On Fri, 06 Feb 2009 17:48:06 +0100, Danny Backx
wrote:
> On Fri, 2009-02-06 at 13:49 +0100, Vincent R. wrote:
>> I have attached some files related to ddraw.h.
>> Hope it helps.
>
> Err, this looks like a source we should NOT be using for creating our
> include files. I&
On Fri, 6 Feb 2009 19:14:07 +, Pedro Alves wrote:
> You've just emailed everyone on this list MSFT copyrighted files.
> In addition they're going to be stuck in the mailing list archives.
>
> Please do not do that again.
>
> Thanks,
These files of course are copyrighted but freely available
On Fri, 06 Feb 2009 20:26:54 +0100, Ryan Raasch
wrote:
> Yes. that is one way. The "only" drawback would be swimming through all
> of the ifdef's for WIN and WINCE_VER (can't remember offhand what they
> were).
>
> I will continue adding interfaces for the directx platform.
>
> However, are th
On Fri, 06 Feb 2009 21:20:59 +0100, Ryan Raasch
wrote:
> Vincent R. wrote:
>> On Fri, 06 Feb 2009 20:26:54 +0100, Ryan Raasch
>> wrote:
>>> Yes. that is one way. The "only" drawback would be swimming through all
>>> of the ifdef's for WIN
When I try your patch from cegcc svn I have the following message :
make AS="arm-mingw32ce-as" CC="gcc" CFLAGS="-O2 -g " CXXFLAGS="@CXXFLAGS@
" CPPFLAGS=" " AR="arm-mingw32ce-ar" RANLIB="arm-mingw32ce-ranlib"
LD="arm-mingw32ce-ld" DLLTOOL="arm-mingw32ce-dlltool"
exec_prefix="/opt/mingw32ce-4.4.
* [all] Error 2
> dannypc: {24}
>
>
> On Mon, 2009-02-16 at 18:21 +, Pedro Alves wrote:
>> On Monday 16 February 2009 17:47:09, Vincent R. wrote:
>> > When I try your patch from cegcc svn I have the following message :
>> >
>> > make AS=&quo
Pedro,
I have also noticed that you have hardcoded exception mode in t-wince-pe :
...
# This should go somewhere else.
# We are using SjLj EH.
EH_MODEL = sjlj
Wouldn't be possible to do what I suggest in a previous email and use the
same logic as mingw ?
> config.gcc:
>
> ...
> + if test
On Tue, 17 Feb 2009 01:22:37 +, Pedro Alves
wrote:
> On Monday 16 February 2009 22:55:27, Vincent R. wrote:
>> I have also noticed that you have hardcoded exception mode in t-wince-pe
>> :
>>
>> ...
>> # This should go somewhere else.
>> # W
On Tue, 17 Feb 2009 13:15:29 +0100 (CET), Vincent Torri
wrote:
> On Tue, 17 Feb 2009, Vincent R. wrote:
>
>> When testing cegcc-4.4 when compiling a lib from EFL
>> libtool: link: arm-mingw32ce-gcc -O3 -pipe -Wl,--enable-auto-import
>> -Wl,-s
>> -o .li
On Tue, 17 Feb 2009 13:11:47 +0100, "Vincent R."
wrote:
> On Tue, 17 Feb 2009 01:22:37 +, Pedro Alves
> wrote:
>> On Monday 16 February 2009 22:55:27, Vincent R. wrote:
>>> I have also noticed that you have hardcoded exception mode in
t-wince-pe
>>
On Wed, 18 Feb 2009 15:12:27 +, Pedro Alves
wrote:
> On Tuesday 17 February 2009 12:11:47, Vincent R. wrote:
>
>> When testing cegcc-4.4 when compiling a lib from EFL
>> libtool: link: arm-mingw32ce-gcc -O3 -pipe -Wl,--enable-auto-import
>> -Wl,-s
>> -o .li
On Thu, 19 Feb 2009 23:19:23 -0800, mike johnson wrote:
> I feel pretty stupid right now that I cannot make heads or tails out of
> the building instructions, so either I'm loosing it or they don't make
> sense.
>
> Here are my steps:
>
> First I get the repo:
>
> svn co https://cegcc.svn.sou
On Fri, 20 Feb 2009 14:48:57 -0800, Eric House wrote:
>> From: "Hywel B. Richards"
>> [...]
>> mike johnson wrote:
>> > ...
>> > Then I got another error about:
>> >
>> > make[3]: Entering directory `/opt/cegcc/newlib/etc'
>> > /opt/t/src/newlib/missing makeinfo --split-size=500
>> > --split
On Sat, 21 Feb 2009 10:31:30 +0100, "Vincent R."
wrote:
> On Fri, 20 Feb 2009 14:48:57 -0800, Eric House
wrote:
>>> From: "Hywel B. Richards"
>>> [...]
>>> mike johnson wrote:
>>> > ...
>>> > Then I got another e
On Sat, 21 Feb 2009 11:40:10 +0100, "Vincent R."
wrote:
> On Sat, 21 Feb 2009 10:31:30 +0100, "Vincent R."
> wrote:
>> On Fri, 20 Feb 2009 14:48:57 -0800, Eric House
> wrote:
>>>> From: "Hywel B. Richards"
>>>> [...]
>
On Mon, 23 Feb 2009 09:18:26 -0800, Eric House wrote:
> Vincent R. wrote:
>
>> Actually I fixed it in my local repository but never reported it to
>> cegcc.
>> Line 303 :
>> Do the following modification
>>
>> # If the file does not exist, the user
Hi,
When trying to compile the following code with cegcc-4.4 I get undefined
reference to `__floatdidf' :
find__floatdidf.c:
#include
LONGLONG _evil_time_freq;
LONGLONG _evil_time_count;
long _evil_time_second;
double
evil_time_get()
{
LARGE_INTEGER count;
QueryPerformanceCounte
On Tue, 10 Mar 2009 20:44:27 +0100, "Vincent R."
wrote:
> Hi,
>
> When trying to compile the following code with cegcc-4.4 I get undefined
> reference to `__floatdidf' :
>
> find__floatdidf.c:
>
>
> #include
>
> LONGLONG _evi
On Tue, 10 Mar 2009 23:52:36 +0100, "Vincent R."
wrote:
> On Tue, 10 Mar 2009 20:44:27 +0100, "Vincent R."
> wrote:
>> Hi,
>>
>> When trying to compile the following code with cegcc-4.4 I get undefined
>> reference to `__floatdidf
able to reproduce it gcc developpers will have
to patch their sources and this case we cannot talk about gcc anymore, I
don't think they want to help people doing their
modifications on their side.
Vincent R.
--
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
Hi Dave,
Thanks for the information but cegcc doesn't upgrade binutils very often
and I think we don't use
testsuite either (I know it's bad).
By the way you are really on every mailing list and I thought cegcc ML
would be the last shelter
but you found us ;-)
One day I will do a script that mon
On Tue, 07 Apr 2009 12:13:45 +0200, "Vincent R."
wrote:
> On Tue, 07 Apr 2009 12:10:55 +0200, Marcel Smit wrote:
>> Hi,
>>
>> After all, I succeeded compiling ACE. Thanks !!
>>
>> During compilation, I ran into two seperate issues:
>>
>&g
On Tue, 07 Apr 2009 12:10:55 +0200, Marcel Smit wrote:
> Hi,
>
> After all, I succeeded compiling ACE. Thanks !!
>
> During compilation, I ran into two seperate issues:
>
> 1. Missing parameter/function:
>
> I noticed that STACK_SIZE_PARAM_IS_A_RESERVATION wasn't found in CE gcc.
> Also CeGet
On Tue, 07 Apr 2009 14:58:27 +0200, Marcel Smit wrote:
> Hi all,
>
> I managed to compile my project with CE gcc. Now I run into some linker
> problems.
> The following references cannot be found:
>
> - LockFileEx
> - UnlockFileEx
> - GetSystemTimeAsFileTime
>
> Using arm-wince-mingw32ce-nm -C
On Wed, 15 Apr 2009 11:31:15 +0200, Danny Backx
wrote:
> Does anyone know how to decode the error dumps generated by a crashed
> application on CE ?
>
> Danny
What is the file extension and format of you dump ?
Could you send it ?
Thanks
--
Hi,
When compiling efl framework on wince and using mingw32ce I have noticed
that some dll have weird import tables
and especially, some DLL are referenced twice.
For instance with libecore_wince-ver-pre-svn-01-0.dll :
>arm-mingw32ce-objdump.exe -x libecore_wince-ver-pre-svn-01-0.dll | less
On Thu, 14 May 2009 20:44:40 +0200, "Johnny Willemsen"
wrote:
> Hi,
>
> I just found that structured exception handling (__try, __except,
> __finally)
> is not supported with cegcc. Are there plans/ideas to add this?
>
> Johnny
Hi,
about seh there are plans to add support for it and I had pro
Transferring a mail from Dave Korn about PE change in binutils.
Dave or Danny could you have a look ?
Dave Korn wrote:
> Dave Korn wrote:
>
>> But it's quite a big one, and the tests still have 24 hours or so to run
>
> The tests completed, and showed up a couple of problems;
> So, I'm now put
On Mon, 18 May 2009 15:27:57 +0200, Danny Backx
wrote:
> MSDN is consistent in stating that the return value of _fileno is an
> int, but MSDN has been known to be wrong. I have the impression that
> this is deliberate in some occasions.
Hi,
With msvc, fileno is declared like this :
_CRTIMP void
On Tue, 19 May 2009 14:09:59 +0200, Danny Backx
wrote:
> Hmm, this is not something I can explain, but it may not be the cause of
> your problem.
>
> Again, please provide details about what you're experiencing.
>
> Danny
>
I have already reported this error ten times !!!
See here :
On Fri, 22 May 2009 17:12:08 +0200, Danny Backx
wrote:
> Floating point doesn't work. Does anyone know how this is supposed to ?
>
> Danny
>
Hi,
How do you know it doesn't work ? What is your testcase ?
--
Regis
Hi,
Will there be some support for pim(pimstore.h) and imaging(imaging.h) API
one day ?
Without it you cannot really do interesting stuff on Windows Mobile because
you cannot
access contacts, tasks, sms, ...
--
Registe
On Mon, 25 May 2009 17:13:00 +0200, Danny Backx
wrote:
> Haven't figured out the extent of the problem yet, part or all of it may
> be double alignment.
>
> Here is (first) ARM output, then linux output.
>
> pavilion: {1254} rsh ipaq /temp/f
> Yow 16.00 2.00 -0.00
> a 00 00 00
I tried to compile SVN and I think it could have been a good idea
to allow build script to choose between 4.1 and 4.4 because by default
it compiles 4.4.
Then I het the following error whan compiling w32api :
mkdir -p /home/Vincent/toolchains/mingw32ce-4.1.0/arm-mingw32ce/include/GL
for i in gl.h
On Tue, 26 May 2009 14:58:12 +0200, "Vincent R."
wrote:
> I tried to compile SVN and I think it could have been a good idea
> to allow build script to choose between 4.1 and 4.4 because by default
> it compiles 4.4.
> Then I het the following error whan compiling w32api
On Tue, 26 May 2009 15:00:35 +0200, "Vincent R."
wrote:
> On Tue, 26 May 2009 14:58:12 +0200, "Vincent R."
> wrote:
>> I tried to compile SVN and I think it could have been a good idea
>> to allow build script to choose between 4.1 and 4.4 because by default
On Tue, 26 May 2009 14:41:08 +0200, "Vincent R."
wrote:
> On Mon, 25 May 2009 17:13:00 +0200, Danny Backx
> wrote:
>> Haven't figured out the extent of the problem yet, part or all of it may
>> be double alignment.
>>
>> Here is (first) ARM output, t
On Tue, 26 May 2009 17:50:10 +0200, "Vincent R."
wrote:
> On Tue, 26 May 2009 14:41:08 +0200, "Vincent R."
> wrote:
>> On Mon, 25 May 2009 17:13:00 +0200, Danny Backx
>> wrote:
>>> Haven't figured out the extent of the problem yet, part or all
On Tue, 26 May 2009 20:08:10 +0100, Dave Korn
wrote:
> Hi cegcc-devel,
>
> I think it would be helpful to have your new target-names implemented
in
> upstream binutils, and to that end I've extracted a bunch of patches from
> your
> CVS and the related ChangeLog entries. I've also written a bu
On Wed, 27 May 2009 01:29:32 +0100, Dave Korn
wrote:
> Vincent R. wrote:
>> On Tue, 26 May 2009 20:08:10 +0100, Dave Korn
>
>>> I
>>> haven't tried to extract any of the functional patches from your tree
>> yet,
>
>> Generally here is the patc
On Tue, 26 May 2009 20:37:59 +0200, Danny Backx
wrote:
> On Tue, 2009-05-26 at 15:08 +0200, Vincent R. wrote:
>> Danny in your build script please modify the line like this :
>>
>> tail --lines=+$L2 ${INCFILE} >>${DESTFILE}
>>
>> or it won't
On Wed, 3 Jun 2009 07:44:35 +0200, Danny Backx
wrote:
> It looks related
>
> Danny Backx - danny.backx - at scarlet.be ; http://danny.backx.info
>
> -Original Message-
>
> Don't know yet if it has something to do with latest modification on
trunk
> or if it's platform specific.
I can
On Wed, 03 Jun 2009 22:23:11 +0200, Danny Backx
wrote:
> I'll need a bit of help to figure out what's wrong.
I really don't have time to dig into gcc but maybe Dave Korn could hep(he
is the one that suggested the modification after all ;-)
Dave please comment.
--
On Thu, 04 Jun 2009 18:08:29 +0200, Danny Backx
wrote:
> You'll probably find that the problem is solved with my latest commit.
>
> Danny
>
So now the only problem we have with gcc-4.4 is about floating point I
suppose.
-
On Thu, 4 Jun 2009 21:03:04 +0200, "Johnny Willemsen"
wrote:
> Hi,
>
> I just noticed that the svn archive also contains all files from CVS,
like
> the ones below and .cvsignore. Should these really be in the svn archive?
>
> Johnny
>
> Asrc/binutils/include/elf/CVS
> Asrc/binutils/incl
Hi,
I started to write a multiplateform framework called gynoid aiming at
wrapping
specific API from mobile phones running wince, symbian, iPhone, ...
see here http://www.codeproject.com/KB/mobile/gynoid.aspx
I started with the platform I know the best and I wanted to add support for
address book
Hi,
So I have compiled gynoid framework using msvc and obtained a dynamic
library called
libgynoid.dll.
When I try to generate an import lib as described in cygwin faq and using
toolchain nm it doesn't work :
$ arm-mingw32ce-nm.exe libgynoid.dll
arm-mingw32ce-nm: libgynoid.dll: no symbols
But w
OK finally I found enough information from MSDN to rebuild the definitions
with the exceptions
of CEVT_ (I put in comment msdn url from which I got the information).
So please find the two includes and if I can find missing definitions I
will let you know.#ifndef _MAPIDEFS_H
#define _MAPIDEFS_H
On Thu, 11 Jun 2009 17:15:40 +0900, Pawel Veselov
wrote:
> I would do that:
>
> [...@e03077]/tmp$ cat > /tmp/1.c
> #include
> _CTYPE_Q
> [...@e03077]/tmp$ gcc -E /tmp/1.c |tail
> {snip}
> 0x0020L
> [...@e03077]/tmp$
>
Am I missing something ? what is 1.c ?
why are you including ctype.h ?
A
On Thu, 11 Jun 2009 17:47:32 +0200, Danny Backx
wrote:
> Can you spell out the different steps you perform ?
>
> And I would expect you to obtain two things :
> - a real DLL (libgynoid.dll), to be copied to the device
> - an import library (libgynoid.dll.a), to be used in development
> to get t
On Tue, 16 Jun 2009 21:03:44 +0200, Danny Backx
wrote:
> The C++ library on x86 appears to crash at initialisation even in the
> simplest of programs. At least, it does so when compiled against the DLL
> version of the library.
>
> #include
> using namespace std;
> int main(int argc, char *argv[
Hi,
I am following mingw mailing list and they are testing gcc-4.4 and there
are some issues with float, gdb ...
You shoukl read every post and see if it can be related to cegcc-4.4
issues.
read starting from this post :
http://article.gmane.org/gmane.comp.gnu.mingw.user/29985
and keep on this on
Some key point :
Chris Sutcliffe wrote:
But the compiler complains of duplicate definitions of c++ functions in
libstdc++_s.a and libstdc++.a. Did I miss something?
I found the source of the issue, compiling using -O2 somehow links in
libstdc++.a. Is there an equivalent optimization option to
Hi,
I am posting to make running mailing list daemon because these few weeks
nothing came here,
my other concern is about a change being done in binutils.
I dont' have time to test it but now binutils dev. have checked in a patch
that create a .eh_frame
in its own section (before it was in .rdata)
>
>> I did not get the point, is there an
>> intention to implement all the functions defined in the header files
>> , etc.? It would probably make sense, as this
>> would
>> allow easier port of certain applications from windows to windows
mobile.
>> Do
>> you have such a plan?
>
> No. But, I
Danny,
from mingw mailing list, post from kai tietz :
"Hello,
this issue is well known. It is related to the default strict-aliasing
rules of gcc's 4.4.x gcc. Some libraries in old mingw runtime aren't
aware of this, and so the POSIX printf methods and some parts of the
math (dependent to cephes)
Hi,
cegcc-4.4 doesn't seem to make any progress ? Could someone give a current
status of what is missing/not working ?
I can see that float issues have been patched on mingw project and
reported upstream so maybe cegcc could update
its sources and it might solve at least the float issue.
Thanks
>> > cegcc-4.4 doesn't seem to make any progress ? Could someone give a
>> > current
>> > status of what is missing/not working ?
>> > I can see that float issues have been patched on mingw project and
>> > reported upstream so maybe cegcc could update
>> > its sources and it might solve at least
Here is the patchtracker reference :
http://sourceforge.net/tracker/?func=detail&aid=2813569&group_id=2435&atid=302435
and the patch
http://sourceforge.net/tracker/download.php?group_id=2435&atid=302435&file_id=332699&aid=2813569
It will be easier than looking at svn changelog...
--
On Sun, 19 Jul 2009 18:55:23 +0200, mobi phil wrote:
> I started to edit the wiki... please do it yourself.
>
>
> I mentioned an idea how I would implement the getenv/setenv, if it would
be
> possible... So I would write a kernel driver that if could intercept
> process creation events, then it
ith objdump or PE explorer)
binary section from a Visual Studio binary and
from a cegcc one...
Vincent R.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report des
> Do you know the status of all this in binutils now ? Now that our gcc
> 4.4 environment is stable, this could be the next topic to look into.
If my memory serves me right IAT issue was fixed by Kai Tietz but he didn't
commit it because of a pseudo-relocation v1 issue.
Actually I have never unders
On Mon, 7 Sep 2009 09:32:22 -0500 (CDT), İsmail "cartman" Dönmez
wrote:
> Hi;
>
> As promised earlier, cygwin 1.7 build of latest SVN is available @
>
http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2
>
> MacOSX 10.6 build will come later.
>
> Regards,
> İsmail DÖNME
Hi,
Why do you think objective-C doesn't interest anyone on windows mobile ?
Actually I would like to test it but you deleted objc folders from
gcc-4...
--
Come build with us! The BlackBerry® Developer Conference in SF,
On Fri, 18 Sep 2009 09:26:52 +0100, Dave Korn
wrote:
> Danny Backx wrote:
>
>> Seriously : I've not looked into objc at all. Does it have porting
>> issues like the rest of gcc/g++/libg++ or does it sit quietly on top of
>> gcc ?
>
> Generally speaking, it "just works": if C works, ObjC works,
On Fri, 18 Sep 2009 09:26:52 +0100, Dave Korn
wrote:
> Danny Backx wrote:
>
>> Seriously : I've not looked into objc at all. Does it have porting
>> issues like the rest of gcc/g++/libg++ or does it sit quietly on top of
>> gcc ?
>
> Generally speaking, it "just works": if C works, ObjC works,
Forget my previous patch it doesn't work ...
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerr
On Fri, 18 Sep 2009 20:15:05 +0200, Danny Backx
wrote:
> Trying to assemble a list of things to do. Please help me make it
> sensible.
>
> Also, volunteers are welcome to kick in ;-)
>
> Note that making gcc 4.4 stable is not on this list, I see no complaints
> so the new release must work. Righ
On Sat, 19 Sep 2009 09:44:04 -0700 (PDT), İsmail "cartman" Dönmez
wrote:
> İsmail "cartman" Dönmez wrote:
>>
>> Hi;
>>
>> As promised,
>>
http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_snowleopard_r1381.tar.bz2
>> .
>>
>> I would also thank to Danny Backx, Pedro Alves and all the other c
On Sat, 19 Sep 2009 19:51:09 +0300, İsmail Dönmez
wrote:
> Hi,
>
> On Sat, Sep 19, 2009 at 7:47 PM, Vincent R.
> wrote:
>> On Sat, 19 Sep 2009 09:44:04 -0700 (PDT), İsmail "cartman" Dönmez
>> wrote:
>>> İsmail "cartman" Dönmez wro
On Sat, 19 Sep 2009 20:12:37 +0300, İsmail Dönmez
wrote:
> Hi,
>
> On Sat, Sep 19, 2009 at 8:11 PM, Vincent R.
> wrote:
>>
>> On Sat, 19 Sep 2009 19:51:09 +0300, İsmail Dönmez
>> wrote:
>> > Hi,
>> >
>> > On Sat, Sep 19, 2009 at 7:47 PM
On Sat, 19 Sep 2009 20:27:15 +0300, İsmail Dönmez
wrote:
> On Sat, Sep 19, 2009 at 8:26 PM, Vincent R.
> wrote:
>> On Sat, 19 Sep 2009 20:12:37 +0300, İsmail Dönmez
>> wrote:
>>> Hi,
>>>
>>> On Sat, Sep 19, 2009 at 8:11 PM, Vincent R.
>>&g
On Sun, 20 Sep 2009 09:51:07 +0200 (CEST), Vincent Torri
wrote:
> On Mon, 10 Aug 2009, Vincent Torri wrote:
>
>>
>> Hey,
>>
>> I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on
>> GnuWin32),
>> GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF
>> 2.4.1
>> (compi
On Mon, 21 Sep 2009 14:56:23 +0200, "Vincent R."
wrote:
> On Sun, 20 Sep 2009 09:51:07 +0200 (CEST), Vincent Torri
> wrote:
>> On Mon, 10 Aug 2009, Vincent Torri wrote:
>>
>>>
>>> Hey,
>>>
>>> I have installed MSYS, bison (b
>> I am really doomed because when I try it but using bison/flex from
mingw
> I
>> have the following error :
>>
>> /bin/sh
>>
>
/z/cygming-home/Realeyes/projects/cegcc/cegcc/src/gcc-4.4.0/gcc/../move-if-change
>> tmp-gi.list gtyp-input.list
>> echo timestamp > s-gtyp-input
>> build/gengtype.exe
On Sun, 20 Sep 2009 14:54:23 +0200, Danny Backx
wrote:
> Does anyone have a simple scenario that demonstrates how applications
> built with cegcc fail to run on WM 6.1 ?
>
> Will that turn up on the WM 6.1.4 emulators from the Microsoft site
> too ?
>
Easy you look in archives and you will find
On Mon, 21 Sep 2009 17:25:19 +0200, "Vincent R."
wrote:
>>> I am really doomed because when I try it but using bison/flex from
> mingw
>> I
>>> have the following error :
>>>
>>> /bin/sh
>>>
>>
>
/z/cygming-home/Realeyes
On Sat, 19 Sep 2009 11:17:22 +0200 (CEST), Vincent Torri
wrote:
> On Sat, 19 Sep 2009, Vincent R. wrote:
>
>> On Fri, 18 Sep 2009 20:15:05 +0200, Danny Backx
>> wrote:
>>> Trying to assemble a list of things to do. Please help me make it
>>> sensible.
>
On Fri, 25 Sep 2009 08:09:26 +0100, Dave Korn
wrote:
> Dave Korn wrote:
>> Vincent R. wrote:
>>
>>> For instance I wanted to test Dw2 exception on wince platform and from
>>> what I know
>>> normally you only need to call configure with --with-dwarf2 an
Hi,
I wrote a simple compatibility libarry that implements missing mingw
functions (_errno, getenv,GetCurrentDirectory, ...)
and I am using it to port some software and especially glib and its
dependencies.
The first dependency I am porting is gettext and I got an error when
compiling some C++ cod
On Thu, 01 Oct 2009 12:57:46 +0200, "Vincent R."
wrote:
> Hi,
>
> I wrote a simple compatibility libarry that implements missing mingw
> functions (_errno, getenv,GetCurrentDirectory, ...)
> and I am using it to port some software and especially glib and its
&g
On Sun, 4 Oct 2009 21:06:50 +0200, mobi phil wrote:
> I think everybody shares the same problem: development on wince is
> difficult
> due to the fact, that we do not have a working console with at least *X
> pipes. Did anybody think about how to implement that? Maybe stupid
> question:
> writing
status would be important.
PS : I have cc'ed people working on improving pe support with GNU tools
because they might have
some ideas about how to improve things, help collaboration and so on...
I would like to help more and do everything by myself, but unfortunately I
don't have time nor sk
On Sun, 18 Oct 2009 08:57:54 +0200, Danny Backx
wrote:
> On Sat, 2009-10-17 at 22:46 -0400, Claude Sylvain wrote:
>> Hello,
>>
>>
>> My host platform is running Windows XP professionnal and Cygwin 1.5.x
>>
>> I have followed directive in "build-toolchain.html" document.
>>
>> ... But can not b
1 - 100 of 133 matches
Mail list logo