You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(63) |
Sep
(78) |
Oct
(111) |
Nov
(104) |
Dec
(39) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(69) |
Feb
(68) |
Mar
(23) |
Apr
(61) |
May
(56) |
Jun
(122) |
Jul
(82) |
Aug
(44) |
Sep
(63) |
Oct
(73) |
Nov
(77) |
Dec
(102) |
2008 |
Jan
(34) |
Feb
(51) |
Mar
(39) |
Apr
(43) |
May
(8) |
Jun
(59) |
Jul
(69) |
Aug
(97) |
Sep
(140) |
Oct
(72) |
Nov
(37) |
Dec
(35) |
2009 |
Jan
(70) |
Feb
(104) |
Mar
(42) |
Apr
(121) |
May
(161) |
Jun
(109) |
Jul
(90) |
Aug
(85) |
Sep
(104) |
Oct
(59) |
Nov
(76) |
Dec
(145) |
2010 |
Jan
(123) |
Feb
(45) |
Mar
(37) |
Apr
(9) |
May
|
Jun
(5) |
Jul
(22) |
Aug
|
Sep
(4) |
Oct
(5) |
Nov
(2) |
Dec
(83) |
2011 |
Jan
(19) |
Feb
(33) |
Mar
(14) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(8) |
Dec
(8) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
|
May
(5) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Danny B. <dan...@sc...> - 2011-01-01 13:29:31
|
On Sat, 2011-01-01 at 15:21 +0200, Paul Sokolovsky wrote: > Ok, I see, need to run windres with -D_WIN32_WCE. Sometimes not just that but with a specific value. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info |
From: Paul S. <pm...@gm...> - 2011-01-01 13:21:47
|
Hello, On Sat, 1 Jan 2011 15:09:06 +0200 Paul Sokolovsky <pm...@gm...> wrote: > Hello, > > Some common error pattern I see while porting msvc code is: > > arm-mingw32ce-windres -i tman.rc -o tman-rc.o > arm-mingw32ce-windres: tman.rc:20: syntax error > > tman.rc:20:LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US > > LANG_ENGLISH, SUBLANG_ENGLISH_US is defined in winnt.h, tman.rc > includes newres.h which includes commctrl.h, aygshell.h, > winuser.h. The obvious hypothesis is that in msvc, these headers pull > in winnt.h, but that's not the case with cegcc. Anybody knows true > story and the best way to fix it? Ok, I see, need to run windres with -D_WIN32_WCE. -- Best regards, Paul mailto:pm...@gm... |
From: Paul S. <pm...@gm...> - 2011-01-01 13:09:19
|
Hello, Some common error pattern I see while porting msvc code is: arm-mingw32ce-windres -i tman.rc -o tman-rc.o arm-mingw32ce-windres: tman.rc:20: syntax error tman.rc:20:LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US LANG_ENGLISH, SUBLANG_ENGLISH_US is defined in winnt.h, tman.rc includes newres.h which includes commctrl.h, aygshell.h, winuser.h. The obvious hypothesis is that in msvc, these headers pull in winnt.h, but that's not the case with cegcc. Anybody knows true story and the best way to fix it? -- Best regards, Paul mailto:pm...@gm... |
From: Vincent T. <vt...@un...> - 2011-01-01 01:32:11
|
On Sat, 1 Jan 2011, Vincent Torri wrote: > > > On Fri, 31 Dec 2010, Paul Sokolovsky wrote: > >> Hello, >> >> On Fri, 31 Dec 2010 12:06:06 +0100 (CET) >> Vincent Torri <vt...@un...> wrote: >> >> [] >>> >>> FYI: >>> >>> i'm contributing to a set of graphic libs that go beyond that: >>> >>> http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr >>> >>> The first 2 images of that blog are a GTK window with 2 different >>> themes. Same layout, just the colors and icons change. The 4 >>> following images are the same window with 4 different themes (using >>> our libs). I have ported these libs to Windows CE. After the images >>> you have the C source code, and the 4 themes. And a link to the >>> tarball with the files at the bottom. >> >> Do you say that you ported Edje and EFL in general to wince? > > yes. > >> Is it >> related to http://trac.enlightenment.org/e/wiki/EFLWindowsCE ? > > yes, i wrote that tutorial. > >> Can you >> please add more info at >> https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software ? > > i'll do it > >> (Note >> that I already added link to zlib/etc. ports which are at project d/l >> area). > > I created these ports (as they are necessary for the EFL :p) and happy new year ! > > Vincent Torri > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > |
From: Vincent T. <vt...@un...> - 2011-01-01 01:24:18
|
On Fri, 31 Dec 2010, Paul Sokolovsky wrote: > Hello, > > On Fri, 31 Dec 2010 12:06:06 +0100 (CET) > Vincent Torri <vt...@un...> wrote: > > [] >> >> FYI: >> >> i'm contributing to a set of graphic libs that go beyond that: >> >> http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr >> >> The first 2 images of that blog are a GTK window with 2 different >> themes. Same layout, just the colors and icons change. The 4 >> following images are the same window with 4 different themes (using >> our libs). I have ported these libs to Windows CE. After the images >> you have the C source code, and the 4 themes. And a link to the >> tarball with the files at the bottom. > > Do you say that you ported Edje and EFL in general to wince? yes. > Is it > related to http://trac.enlightenment.org/e/wiki/EFLWindowsCE ? yes, i wrote that tutorial. > Can you > please add more info at > https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software ? i'll do it > (Note > that I already added link to zlib/etc. ports which are at project d/l > area). I created these ports (as they are necessary for the EFL :p) Vincent Torri |
From: Paul S. <pm...@gm...> - 2010-12-31 17:41:41
|
Hello, I don't know how much use of wiki there should be, but one useful and sustainable use is tracking software ported to cegcc and (interesting) open-source software in general. So, I've revamped few initial bits which were in Mediawiki, and created to pages: https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software https://sourceforge.net/apps/trac/cegcc/wiki/Open%20Source%20WinCE%20Software The purpose of firs is clear: to track software which builds using cegcc either with patches (should be linked) or natively. The second is general, hopefully categorized, list of open-source stuff. I've tried to fill up this last list, and well, each and every project probably can't be added there, nor should be. Something which is notable and useful should go in, with selector questions like "Is this worth to be ported to cegcc?", "Is this really developed, functional software?", "Is this unique software for which no other (open-source) analogues exist?", "Is this software otherwise hard to find, so listing it here is last chance to avoid oblivion?". Anyway, I'd like to invite everyone to contribute to those pages - it's with bunch of source where real use for compilers come. Happy New Year! -- Best regards, Paul mailto:pm...@gm... |
From: Paul S. <pm...@gm...> - 2010-12-31 17:14:53
|
Hello, On Fri, 31 Dec 2010 12:06:06 +0100 (CET) Vincent Torri <vt...@un...> wrote: [] > > FYI: > > i'm contributing to a set of graphic libs that go beyond that: > > http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr > > The first 2 images of that blog are a GTK window with 2 different > themes. Same layout, just the colors and icons change. The 4 > following images are the same window with 4 different themes (using > our libs). I have ported these libs to Windows CE. After the images > you have the C source code, and the 4 themes. And a link to the > tarball with the files at the bottom. Do you say that you ported Edje and EFL in general to wince? Is it related to http://trac.enlightenment.org/e/wiki/EFLWindowsCE ? Can you please add more info at https://sourceforge.net/apps/trac/cegcc/wiki/Ported%20Software ? (Note that I already added link to zlib/etc. ports which are at project d/l area). > > Vincent Torri > [] -- Best regards, Paul mailto:pm...@gm... |
From: Paul S. <pm...@gm...> - 2010-12-31 13:56:35
|
Hello, On Fri, 31 Dec 2010 11:28:54 +0100 Sébastien Lorquet <sq...@gm...> wrote: > Can't read japanese, but that seems interesting: > http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html > > I NEVER managed to get a windows mobile style on property sheet > dialogs... In fact I had the exact same problem as described here. I > just managed to send the tabs in the bottom of the page using styles. > > Could that PSCB_GETVERSION message be the key to do all at once? nice! > Thanks, japanese blogger! Yes, this is known/documented technique, for example http://support.microsoft.com/kb/308593 . The problem was getting values for PSCB_GETVERSION and COMCTL32_VERSION for wince/pocketpc (clean-room, per previous discussion). First one easily is googlable and figurable even from highlight excerpts, but COMCTL32_VERSION took more time. WinCE's value for that constant is unlike normal Win32, where those values are small integers, apparently representing interface version. For WinCE it's apparently commctrl DLL version, major/minor. So, that blog entry gave good insight what value to use. I also saw couple of other hits with close values (like 0x20x). Btw, there's another way to figure it - query DLL directly on device. But then again the problem is to figure out threshold value which gives native look on as early devices as first PocketPCs. Anyway, I've added those values to my git tree. > > Sebastien. > > On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky <pm...@gm...> > wrote: > > > Hello, > > > > On Fri, 31 Dec 2010 08:21:12 +0100 (CET) > > Vincent Torri <vt...@un...> wrote: > > > > > > > > Hey, > > > > > > > Can you read Japanese? Because this guy describes what value > > > > COMCTL32_VERSION should have for wince (he mentions cegcc!). > > > > And as for why's and how's... can you read Japanese? > > > > > > which guy ? > > > > Oops. I pasted it, I bet. > > http://yta.blogzine.jp/weblog/2010/12/propertysheet.html > > [] -- Best regards, Paul mailto:pm...@gm... |
From: Sébastien L. <sq...@gm...> - 2010-12-31 11:16:44
|
Hello, that's not what I'm currently looking for, but that's a cool project! Regards Sebastien On Fri, Dec 31, 2010 at 12:06 PM, Vincent Torri <vt...@un...> wrote: > > > On Fri, 31 Dec 2010, Sébastien Lorquet wrote: > > Can't read japanese, but that seems interesting: >> >> http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html >> >> I NEVER managed to get a windows mobile style on property sheet dialogs... >> In fact I had the exact same problem as described here. I just managed to >> send the tabs in the bottom of the page using styles. >> >> Could that PSCB_GETVERSION message be the key to do all at once? nice! >> Thanks, japanese blogger! >> > > FYI: > > i'm contributing to a set of graphic libs that go beyond that: > > > http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr > > The first 2 images of that blog are a GTK window with 2 different themes. > Same layout, just the colors and icons change. The 4 following images are > the same window with 4 different themes (using our libs). I have ported > these libs to Windows CE. After the images you have the C source code, and > the 4 themes. And a link to the tarball with the files at the bottom. > > Vincent Torri > > > >> Sebastien. >> >> On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky <pm...@gm...> >> wrote: >> >> Hello, >>> >>> On Fri, 31 Dec 2010 08:21:12 +0100 (CET) >>> Vincent Torri <vt...@un...> wrote: >>> >>> >>>> Hey, >>>> >>>> Can you read Japanese? Because this guy describes what value >>>>> COMCTL32_VERSION should have for wince (he mentions cegcc!). And as >>>>> for why's and how's... can you read Japanese? >>>>> >>>> >>>> which guy ? >>>> >>> >>> Oops. I pasted it, I bet. >>> http://yta.blogzine.jp/weblog/2010/12/propertysheet.html >>> >>> >>>> Vincent Torri >>>> >>> >>> >>> >>> -- >>> Best regards, >>> Paul mailto:pm...@gm... >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> Cegcc-devel mailing list >>> Ceg...@li... >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >>> >>> |
From: Vincent T. <vt...@un...> - 2010-12-31 11:06:16
|
On Fri, 31 Dec 2010, Sébastien Lorquet wrote: > Can't read japanese, but that seems interesting: > http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html > > I NEVER managed to get a windows mobile style on property sheet dialogs... > In fact I had the exact same problem as described here. I just managed to > send the tabs in the bottom of the page using styles. > > Could that PSCB_GETVERSION message be the key to do all at once? nice! > Thanks, japanese blogger! FYI: i'm contributing to a set of graphic libs that go beyond that: http://watchwolf.fr/index.php?option=com_content&view=article&id=3%3Ausing-edje-and-the-external-type&catid=1%3Aedje&Itemid=17&lang=fr The first 2 images of that blog are a GTK window with 2 different themes. Same layout, just the colors and icons change. The 4 following images are the same window with 4 different themes (using our libs). I have ported these libs to Windows CE. After the images you have the C source code, and the 4 themes. And a link to the tarball with the files at the bottom. Vincent Torri > > Sebastien. > > On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky <pm...@gm...> wrote: > >> Hello, >> >> On Fri, 31 Dec 2010 08:21:12 +0100 (CET) >> Vincent Torri <vt...@un...> wrote: >> >>> >>> Hey, >>> >>>> Can you read Japanese? Because this guy describes what value >>>> COMCTL32_VERSION should have for wince (he mentions cegcc!). And as >>>> for why's and how's... can you read Japanese? >>> >>> which guy ? >> >> Oops. I pasted it, I bet. >> http://yta.blogzine.jp/weblog/2010/12/propertysheet.html >> >>> >>> Vincent Torri >> >> >> >> -- >> Best regards, >> Paul mailto:pm...@gm... >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Cegcc-devel mailing list >> Ceg...@li... >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> > |
From: Sébastien L. <sq...@gm...> - 2010-12-31 10:29:30
|
Can't read japanese, but that seems interesting: http://translate.google.fr/translate?hl=fr&sl=ja&tl=en&u=http%3A%2F%2Fyta.blogzine.jp%2Fweblog%2F2010%2F12%2Fpropertysheet.html I NEVER managed to get a windows mobile style on property sheet dialogs... In fact I had the exact same problem as described here. I just managed to send the tabs in the bottom of the page using styles. Could that PSCB_GETVERSION message be the key to do all at once? nice! Thanks, japanese blogger! Sebastien. On Fri, Dec 31, 2010 at 11:00 AM, Paul Sokolovsky <pm...@gm...> wrote: > Hello, > > On Fri, 31 Dec 2010 08:21:12 +0100 (CET) > Vincent Torri <vt...@un...> wrote: > > > > > Hey, > > > > > Can you read Japanese? Because this guy describes what value > > > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as > > > for why's and how's... can you read Japanese? > > > > which guy ? > > Oops. I pasted it, I bet. > http://yta.blogzine.jp/weblog/2010/12/propertysheet.html > > > > > Vincent Torri > > > > -- > Best regards, > Paul mailto:pm...@gm... > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > |
From: Paul S. <pm...@gm...> - 2010-12-31 10:01:01
|
Hello, On Fri, 31 Dec 2010 08:21:12 +0100 (CET) Vincent Torri <vt...@un...> wrote: > > Hey, > > > Can you read Japanese? Because this guy describes what value > > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as > > for why's and how's... can you read Japanese? > > which guy ? Oops. I pasted it, I bet. http://yta.blogzine.jp/weblog/2010/12/propertysheet.html > > Vincent Torri -- Best regards, Paul mailto:pm...@gm... |
From: Vincent T. <vt...@un...> - 2010-12-31 07:21:20
|
Hey, > Can you read Japanese? Because this guy describes what value > COMCTL32_VERSION should have for wince (he mentions cegcc!). And as for > why's and how's... can you read Japanese? which guy ? Vincent Torri |
From: Paul S. <pm...@gm...> - 2010-12-31 02:19:24
|
Hello, Can you read Japanese? Because this guy describes what value COMCTL32_VERSION should have for wince (he mentions cegcc!). And as for why's and how's... can you read Japanese? -- Best regards, Paul mailto:pm...@gm... |
From: Stefan P. <ste...@gm...> - 2010-12-28 15:44:16
|
> -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 16:05:42 +0100 > Von: "Jacek M. Holeczek" <jac...@gm...> > An: "Stefan Partheymüller" <ste...@gm...> > CC: ceg...@li..., dan...@sc... > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > see: > > http://cegcc.sourceforge.net/docs/dll.html > > http://cegcc.sourceforge.net/docs/index.html > > Hope it helps, Yes, thanks. Regards Stefan Partheymüller > > Best regards, > Jacek. > > On Tue, Dec 28, 2010 at 3:50 PM, "Stefan Partheymüller" > <ste...@gm...> wrote: > > Hi, > > > > thanks for this information. > > How could I link this library statically? Or how is the static library > > called? > > I only have a "libstdc++.a" and a "libstdc++.dll.a" in my lib > subfolder. I > > tried both, but I still need the DLL. > > > > I noticed, that there is a "libstdc++-6.dll.stripped" in my lib/device > > directory. > > What is that for? Is this a static or a dynamic library? Or is it > somthing > > else? > > > > Regards > > Stefan Partheymüller > > > > -------- Original-Nachricht -------- > > Datum: Tue, 28 Dec 2010 15:15:51 +0100 > > Von: Danny Backx <dan...@sc...> > > An: "Jacek M. Holeczek" <jac...@gm...> > > CC: "Stefan Partheymüller" <ste...@gm...>, > > ceg...@li... > > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > > cygwin) > > > > With mingw32ce you will not need the cegcc library, but if you use C++ > > then you do need the libstdc++ either in DLL or in statically linked > > form. > > > > Danny > > > > On Tue, 2010-12-28 at 15:05 +0100, Jacek M. Holeczek wrote: > >> Hi, > >> sorry, but if you use "mingw32ce-g++" compiler, you should NOT need > >> "libstdc++-6.dll". > >> Only if you use "cegcc-g++" to compile/link you will need this dll. > >> Jacek. > >> > >> On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" > >> <ste...@gm...> wrote: > >> > Hi, > >> > > >> > sorry, I was obviously too dumb :-) > >> > Now it works awesome. > >> > I didn't know, that I need the libstdc++-6.dll to run the programm. > >> > anyway, now it works perfect, thank you so much. > >> > > >> > But I can swear, in the first tests the compiler didn't know where > to > >> > search > >> > for the libraries and the include files. Anyway, now it works! > >> > > >> > Regards > >> > Stefan Partheymüller > >> > > >> > -------- Original-Nachricht -------- > >> > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > >> > > >> > Von: "Sébastien Lorquet" <sq...@gm...> > >> > An: "Stefan Partheymüller" <ste...@gm...> > >> > CC: ceg...@li... > >> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > >> > cygwin) > >> > > >> > Hello, > >> > > >> > Sorry, this is beyond my abilities. > >> > > >> > In my tests, I was using code::blocks and I did not encounter this > >> > problem > >> > :( > >> > > >> > Regards > >> > Sebastien > >> > > >> > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" > >> > <ste...@gm...> wrote: > >> >> > >> >> -------- Original-Nachricht -------- > >> >> Datum: Tue, 28 Dec 2010 13:50:42 +0100 > >> >> Von: "Stefan Partheymüller" <ste...@gm...> > >> >> > >> >> An: "Sébastien Lorquet" <sq...@gm...> > >> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced > to > >> >> use > >> >> cygwin) > >> >> > >> >> Hi, > >> >> > >> >> now I tried to compile some code for WinCE with you binary > snapshot. > >> >> It works only when I'm using a Makefile, which is compiling step by > >> >> step > >> >> (assemble, compile, link) > >> >> > >> >> First I tried to compile with the following command: > >> >> arm-mingw32ce-g++ test.cpp -o test.exe > >> >> > >> >> It compiles fine, but the executable cannot be executed by WinCE > ("The > >> >> file > >> >> 'test' cannot be opened. Either it is not ....") > >> >> I also tried to link the libcoredll.a to ensure that nothing is > >> >> missing, > >> >> but > >> >> the result is the same as before. > >> >> > >> >> But as I used my Makefile everything is fine. I need neither any > >> >> additional > >> >> DLL-Files nor to set the Include Path. Well, the Include Path is > >> >> recognized > >> >> correctly without Makefile, too. > >> >> Though I have to set the Lib Path and link the coredll library. > >> >> So, this is not really a problem, but it's quite confusing. Why > does it > >> >> work > >> >> when compiling step by step, but not when passing all necessary > >> >> parameters > >> >> to arm-mingw32ce-g++? > >> >> > >> >> > >> >> Here is my Makefile (works): > >> >> > >> >> > >> >> > >> >> > ---------------------------------------------------------------------------------------BEGIN > >> >> > >> >> NAME:= test > >> >> SRC := test.cpp > >> >> > >> >> BASN := $(basename $(SRC)) > >> >> > >> >> LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll > >> >> CFLAGS := -S > >> >> > >> >> GCC := arm-mingw32ce-gcc > >> >> G++ := arm-mingw32ce-g++ > >> >> AS := arm-mingw32ce-as > >> >> LD := arm-mingw32ce-ld > >> >> > >> >> $(NAME).exe: $(BASN).o > >> >> $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) > >> >> > >> >> $(BASN).o: $(BASN).S > >> >> $(AS) -o $(BASN).o $(BASN).S > >> >> > >> >> $(BASN).S: $(SRC) > >> >> $(G++) $(CFLAGS) -o $(BASN).S $(SRC) > >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------------------------------------------END > >> >> > >> >> Regards > >> >> Stefan Partheymüller > >> >> > >> >> -------- Original-Nachricht -------- > >> >> Datum: Tue, 28 Dec 2010 11:06:21 +0100 > >> >> Von: "Sébastien Lorquet" <sq...@gm...> > >> >> An: ceg...@li... > >> >> CC: "Stefan Partheymüller" <ste...@gm...> > >> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced > to > >> >> use > >> >> cygwin) > >> >> > >> >> Hi, > >> >> > >> >> Okay, maybe that's an EOL problem. > >> >> but the patch is so simple you could apply it by hand. > >> >> > >> >> I created the --gmp and --mpfr options, then passed the values to > >> >> --with-gmp in gcc 's ./configure > >> >> > >> >> you could hardcode that for a quick test. > >> >> BTW, I attached the script I used there, that you can also find > (until > >> >> I format my server again...) here: > >> >> So you want the file: > >> >> > >> >> > >> >> > http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh > >> >> The binary snapshot is there: > >> >> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip > >> >> > >> >> Sebastien > >> >> > >> >> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" > >> >> <ste...@gm...> wrote: > >> >>> Hi, I tried to build CeGCC for Windows like explained, but I have > a > >> >>> problem > >> >>> with patching the build script. When I try to patch it, with the > patch > >> >>> tool > >> >>> like this: > >> >>> > >> >>> patch -p0 -i patch.diff > >> >>> > >> >>> The following errors occur: > >> >>> > >> >>> patching file build-mingw32ce.sh > >> >>> Hunk #1 FAILED at 49. > >> >>> Hunk #2 FAILED at 97. > >> >>> Hunk #3 FAILED at 179. > >> >>> Hunk #4 FAILED at 209. > >> >>> Hunk #5 FAILED at 314. > >> >>> Hunk #6 FAILED at 333. > >> >>> 6 out of 6 hunks FAILED -- saving rejects to file > >> >>> build-mingw32ce.sh.rej > >> >>> > >> >>> Sorry I don't know much about this tool... > >> >>> > >> >>> > >> >>> -- > >> >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > >> >>> Jetzt informieren: http://www.gmx.net/de/go/freephone > >> >>> > >> >>> > >> >>> > >> >>> > ------------------------------------------------------------------------------ > >> >>> Learn how Oracle Real Application Clusters (RAC) One Node allows > >> >>> customers > >> >>> to consolidate database storage, standardize their database > >> >>> environment, > >> >>> and, > >> >>> should the need arise, upgrade to a full multi-node Oracle RAC > >> >>> database > >> >>> without downtime or disruption > >> >>> http://p.sf.net/sfu/oracle-sfdevnl > >> >>> _______________________________________________ > >> >>> Cegcc-devel mailing list > >> >>> Ceg...@li... > >> >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > >> >>> > >> >>> > >> >> > >> >> > >> >> > >> >> -- > >> >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > >> >> Jetzt informieren: http://www.gmx.net/de/go/freephone > >> >> > >> >> > >> >> -- > >> >> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > >> >> gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ > >> >> Learn how Oracle Real Application Clusters (RAC) One Node allows > >> >> customers > >> >> to consolidate database storage, standardize their database > >> >> environment, > >> >> and, > >> >> should the need arise, upgrade to a full multi-node Oracle RAC > database > >> >> without downtime or disruption > >> >> http://p.sf.net/sfu/oracle-sfdevnl > >> >> _______________________________________________ > >> >> Cegcc-devel mailing list > >> >> Ceg...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > >> >> > >> >> > >> > > >> > > >> > > >> > -- > >> > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > >> > Jetzt informieren: http://www.gmx.net/de/go/freephone > >> > > >> > > ------------------------------------------------------------------------------ > >> > Learn how Oracle Real Application Clusters (RAC) One Node allows > >> > customers > >> > to consolidate database storage, standardize their database > environment, > >> > and, > >> > should the need arise, upgrade to a full multi-node Oracle RAC > database > >> > without downtime or disruption > >> > http://p.sf.net/sfu/oracle-sfdevnl > >> > _______________________________________________ > >> > Cegcc-devel mailing list > >> > Ceg...@li... > >> > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > >> > > >> > > >> > >> > >> > ------------------------------------------------------------------------------ > >> Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > >> to consolidate database storage, standardize their database > environment, > >> and, > >> should the need arise, upgrade to a full multi-node Oracle RAC > database > >> without downtime or disruption > >> http://p.sf.net/sfu/oracle-sfdevnl > >> _______________________________________________ > >> Cegcc-devel mailing list > >> Ceg...@li... > >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > > > -- > > Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info > > > > > > > > > > -- > > GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > > > > > > -- > > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > Jetzt informieren: http://www.gmx.net/de/go/freephone > > > ------------------------------------------------------------------------------ > > Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > > to consolidate database storage, standardize their database > environment, > > and, > > should the need arise, upgrade to a full multi-node Oracle RAC database > > without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Cegcc-devel mailing list > > Ceg...@li... > > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > > > > -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone |
From: Jacek M. H. <jac...@gm...> - 2010-12-28 15:05:49
|
Hi, see: http://cegcc.sourceforge.net/docs/dll.html http://cegcc.sourceforge.net/docs/index.html Hope it helps, Best regards, Jacek. On Tue, Dec 28, 2010 at 3:50 PM, "Stefan Partheymüller" <ste...@gm...> wrote: > Hi, > > thanks for this information. > How could I link this library statically? Or how is the static library > called? > I only have a "libstdc++.a" and a "libstdc++.dll.a" in my lib subfolder. I > tried both, but I still need the DLL. > > I noticed, that there is a "libstdc++-6.dll.stripped" in my lib/device > directory. > What is that for? Is this a static or a dynamic library? Or is it somthing > else? > > Regards > Stefan Partheymüller > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 15:15:51 +0100 > Von: Danny Backx <dan...@sc...> > An: "Jacek M. Holeczek" <jac...@gm...> > CC: "Stefan Partheymüller" <ste...@gm...>, > ceg...@li... > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > With mingw32ce you will not need the cegcc library, but if you use C++ > then you do need the libstdc++ either in DLL or in statically linked > form. > > Danny > > On Tue, 2010-12-28 at 15:05 +0100, Jacek M. Holeczek wrote: >> Hi, >> sorry, but if you use "mingw32ce-g++" compiler, you should NOT need >> "libstdc++-6.dll". >> Only if you use "cegcc-g++" to compile/link you will need this dll. >> Jacek. >> >> On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" >> <ste...@gm...> wrote: >> > Hi, >> > >> > sorry, I was obviously too dumb :-) >> > Now it works awesome. >> > I didn't know, that I need the libstdc++-6.dll to run the programm. >> > anyway, now it works perfect, thank you so much. >> > >> > But I can swear, in the first tests the compiler didn't know where to >> > search >> > for the libraries and the include files. Anyway, now it works! >> > >> > Regards >> > Stefan Partheymüller >> > >> > -------- Original-Nachricht -------- >> > Datum: Tue, 28 Dec 2010 14:03:13 +0100 >> > >> > Von: "Sébastien Lorquet" <sq...@gm...> >> > An: "Stefan Partheymüller" <ste...@gm...> >> > CC: ceg...@li... >> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >> > cygwin) >> > >> > Hello, >> > >> > Sorry, this is beyond my abilities. >> > >> > In my tests, I was using code::blocks and I did not encounter this >> > problem >> > :( >> > >> > Regards >> > Sebastien >> > >> > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" >> > <ste...@gm...> wrote: >> >> >> >> -------- Original-Nachricht -------- >> >> Datum: Tue, 28 Dec 2010 13:50:42 +0100 >> >> Von: "Stefan Partheymüller" <ste...@gm...> >> >> >> >> An: "Sébastien Lorquet" <sq...@gm...> >> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to >> >> use >> >> cygwin) >> >> >> >> Hi, >> >> >> >> now I tried to compile some code for WinCE with you binary snapshot. >> >> It works only when I'm using a Makefile, which is compiling step by >> >> step >> >> (assemble, compile, link) >> >> >> >> First I tried to compile with the following command: >> >> arm-mingw32ce-g++ test.cpp -o test.exe >> >> >> >> It compiles fine, but the executable cannot be executed by WinCE ("The >> >> file >> >> 'test' cannot be opened. Either it is not ....") >> >> I also tried to link the libcoredll.a to ensure that nothing is >> >> missing, >> >> but >> >> the result is the same as before. >> >> >> >> But as I used my Makefile everything is fine. I need neither any >> >> additional >> >> DLL-Files nor to set the Include Path. Well, the Include Path is >> >> recognized >> >> correctly without Makefile, too. >> >> Though I have to set the Lib Path and link the coredll library. >> >> So, this is not really a problem, but it's quite confusing. Why does it >> >> work >> >> when compiling step by step, but not when passing all necessary >> >> parameters >> >> to arm-mingw32ce-g++? >> >> >> >> >> >> Here is my Makefile (works): >> >> >> >> >> >> >> >> ---------------------------------------------------------------------------------------BEGIN >> >> >> >> NAME:= test >> >> SRC := test.cpp >> >> >> >> BASN := $(basename $(SRC)) >> >> >> >> LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll >> >> CFLAGS := -S >> >> >> >> GCC := arm-mingw32ce-gcc >> >> G++ := arm-mingw32ce-g++ >> >> AS := arm-mingw32ce-as >> >> LD := arm-mingw32ce-ld >> >> >> >> $(NAME).exe: $(BASN).o >> >> $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) >> >> >> >> $(BASN).o: $(BASN).S >> >> $(AS) -o $(BASN).o $(BASN).S >> >> >> >> $(BASN).S: $(SRC) >> >> $(G++) $(CFLAGS) -o $(BASN).S $(SRC) >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------------------END >> >> >> >> Regards >> >> Stefan Partheymüller >> >> >> >> -------- Original-Nachricht -------- >> >> Datum: Tue, 28 Dec 2010 11:06:21 +0100 >> >> Von: "Sébastien Lorquet" <sq...@gm...> >> >> An: ceg...@li... >> >> CC: "Stefan Partheymüller" <ste...@gm...> >> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to >> >> use >> >> cygwin) >> >> >> >> Hi, >> >> >> >> Okay, maybe that's an EOL problem. >> >> but the patch is so simple you could apply it by hand. >> >> >> >> I created the --gmp and --mpfr options, then passed the values to >> >> --with-gmp in gcc 's ./configure >> >> >> >> you could hardcode that for a quick test. >> >> BTW, I attached the script I used there, that you can also find (until >> >> I format my server again...) here: >> >> So you want the file: >> >> >> >> >> >> http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh >> >> The binary snapshot is there: >> >> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip >> >> >> >> Sebastien >> >> >> >> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" >> >> <ste...@gm...> wrote: >> >>> Hi, I tried to build CeGCC for Windows like explained, but I have a >> >>> problem >> >>> with patching the build script. When I try to patch it, with the patch >> >>> tool >> >>> like this: >> >>> >> >>> patch -p0 -i patch.diff >> >>> >> >>> The following errors occur: >> >>> >> >>> patching file build-mingw32ce.sh >> >>> Hunk #1 FAILED at 49. >> >>> Hunk #2 FAILED at 97. >> >>> Hunk #3 FAILED at 179. >> >>> Hunk #4 FAILED at 209. >> >>> Hunk #5 FAILED at 314. >> >>> Hunk #6 FAILED at 333. >> >>> 6 out of 6 hunks FAILED -- saving rejects to file >> >>> build-mingw32ce.sh.rej >> >>> >> >>> Sorry I don't know much about this tool... >> >>> >> >>> >> >>> -- >> >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >> >>> Jetzt informieren: http://www.gmx.net/de/go/freephone >> >>> >> >>> >> >>> >> >>> ------------------------------------------------------------------------------ >> >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >> >>> customers >> >>> to consolidate database storage, standardize their database >> >>> environment, >> >>> and, >> >>> should the need arise, upgrade to a full multi-node Oracle RAC >> >>> database >> >>> without downtime or disruption >> >>> http://p.sf.net/sfu/oracle-sfdevnl >> >>> _______________________________________________ >> >>> Cegcc-devel mailing list >> >>> Ceg...@li... >> >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> >>> >> >>> >> >> >> >> >> >> >> >> -- >> >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >> >> Jetzt informieren: http://www.gmx.net/de/go/freephone >> >> >> >> >> >> -- >> >> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit >> >> gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Learn how Oracle Real Application Clusters (RAC) One Node allows >> >> customers >> >> to consolidate database storage, standardize their database >> >> environment, >> >> and, >> >> should the need arise, upgrade to a full multi-node Oracle RAC database >> >> without downtime or disruption >> >> http://p.sf.net/sfu/oracle-sfdevnl >> >> _______________________________________________ >> >> Cegcc-devel mailing list >> >> Ceg...@li... >> >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> >> >> >> >> > >> > >> > >> > -- >> > NEU: FreePhone - kostenlos mobil telefonieren und surfen! >> > Jetzt informieren: http://www.gmx.net/de/go/freephone >> > >> > ------------------------------------------------------------------------------ >> > Learn how Oracle Real Application Clusters (RAC) One Node allows >> > customers >> > to consolidate database storage, standardize their database environment, >> > and, >> > should the need arise, upgrade to a full multi-node Oracle RAC database >> > without downtime or disruption >> > http://p.sf.net/sfu/oracle-sfdevnl >> > _______________________________________________ >> > Cegcc-devel mailing list >> > Ceg...@li... >> > https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Cegcc-devel mailing list >> Ceg...@li... >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > -- > Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info > > > > > -- > GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > > > -- > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > Jetzt informieren: http://www.gmx.net/de/go/freephone > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > |
From: Stefan P. <ste...@gm...> - 2010-12-28 14:50:39
|
Hi, thanks for this information. How could I link this library statically? Or how is the static library called? I only have a "libstdc++.a" and a "libstdc++.dll.a" in my lib subfolder. I tried both, but I still need the DLL. I noticed, that there is a "libstdc++-6.dll.stripped" in my lib/device directory. What is that for? Is this a static or a dynamic library? Or is it somthing else? Regards Stefan Partheymüller > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 15:15:51 +0100 > Von: Danny Backx <dan...@sc...> > An: "Jacek M. Holeczek" <jac...@gm...> > CC: "Stefan Partheymüller" <ste...@gm...>, > ceg...@li... > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > With mingw32ce you will not need the cegcc library, but if you > use C++ > then you do need the libstdc++ either in DLL or in statically linked > form. > > Danny > > On Tue, 2010-12-28 at 15:05 +0100, Jacek M. Holeczek wrote: > > Hi, > > sorry, but if you use "mingw32ce-g++" compiler, you should NOT need > > "libstdc++-6.dll". > > Only if you use "cegcc-g++" to compile/link you will need this dll. > > Jacek. > > > > On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" > > <ste...@gm...> wrote: > > > Hi, > > > > > > sorry, I was obviously too dumb :-) > > > Now it works awesome. > > > I didn't know, that I need the libstdc++-6.dll to run the programm. > > > anyway, now it works perfect, thank you so much. > > > > > > But I can swear, in the first tests the compiler didn't know where to > search > > > for the libraries and the include files. Anyway, now it works! > > > > > > Regards > > > Stefan Partheymüller > > > > > > -------- Original-Nachricht -------- > > > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > > > > > > Von: "Sébastien Lorquet" <sq...@gm...> > > > An: "Stefan Partheymüller" <ste...@gm...> > > > CC: ceg...@li... > > > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > > > cygwin) > > > > > > Hello, > > > > > > Sorry, this is beyond my abilities. > > > > > > In my tests, I was using code::blocks and I did not encounter this > problem > > > :( > > > > > > Regards > > > Sebastien > > > > > > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" > > > <ste...@gm...> wrote: > > >> > > >> -------- Original-Nachricht -------- > > >> Datum: Tue, 28 Dec 2010 13:50:42 +0100 > > >> Von: "Stefan Partheymüller" <ste...@gm...> > > >> > > >> An: "Sébastien Lorquet" <sq...@gm...> > > >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > > >> cygwin) > > >> > > >> Hi, > > >> > > >> now I tried to compile some code for WinCE with you binary snapshot. > > >> It works only when I'm using a Makefile, which is compiling step by > step > > >> (assemble, compile, link) > > >> > > >> First I tried to compile with the following command: > > >> arm-mingw32ce-g++ test.cpp -o test.exe > > >> > > >> It compiles fine, but the executable cannot be executed by WinCE > ("The > > >> file > > >> 'test' cannot be opened. Either it is not ....") > > >> I also tried to link the libcoredll.a to ensure that nothing is > missing, > > >> but > > >> the result is the same as before. > > >> > > >> But as I used my Makefile everything is fine. I need neither any > > >> additional > > >> DLL-Files nor to set the Include Path. Well, the Include Path is > > >> recognized > > >> correctly without Makefile, too. > > >> Though I have to set the Lib Path and link the coredll library. > > >> So, this is not really a problem, but it's quite confusing. Why does > it > > >> work > > >> when compiling step by step, but not when passing all necessary > parameters > > >> to arm-mingw32ce-g++? > > >> > > >> > > >> Here is my Makefile (works): > > >> > > >> > > >> > ---------------------------------------------------------------------------------------BEGIN > > >> > > >> NAME:= test > > >> SRC := test.cpp > > >> > > >> BASN := $(basename $(SRC)) > > >> > > >> LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll > > >> CFLAGS := -S > > >> > > >> GCC := arm-mingw32ce-gcc > > >> G++ := arm-mingw32ce-g++ > > >> AS := arm-mingw32ce-as > > >> LD := arm-mingw32ce-ld > > >> > > >> $(NAME).exe: $(BASN).o > > >> $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) > > >> > > >> $(BASN).o: $(BASN).S > > >> $(AS) -o $(BASN).o $(BASN).S > > >> > > >> $(BASN).S: $(SRC) > > >> $(G++) $(CFLAGS) -o $(BASN).S $(SRC) > > >> > > >> > > >> > ------------------------------------------------------------------------------------------END > > >> > > >> Regards > > >> Stefan Partheymüller > > >> > > >> -------- Original-Nachricht -------- > > >> Datum: Tue, 28 Dec 2010 11:06:21 +0100 > > >> Von: "Sébastien Lorquet" <sq...@gm...> > > >> An: ceg...@li... > > >> CC: "Stefan Partheymüller" <ste...@gm...> > > >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > > >> cygwin) > > >> > > >> Hi, > > >> > > >> Okay, maybe that's an EOL problem. > > >> but the patch is so simple you could apply it by hand. > > >> > > >> I created the --gmp and --mpfr options, then passed the values to > > >> --with-gmp in gcc 's ./configure > > >> > > >> you could hardcode that for a quick test. > > >> BTW, I attached the script I used there, that you can also find > (until > > >> I format my server again...) here: > > >> So you want the file: > > >> > > >> > http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh > > >> The binary snapshot is there: > > >> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip > > >> > > >> Sebastien > > >> > > >> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" > > >> <ste...@gm...> wrote: > > >>> Hi, I tried to build CeGCC for Windows like explained, but I have a > > >>> problem > > >>> with patching the build script. When I try to patch it, with the > patch > > >>> tool > > >>> like this: > > >>> > > >>> patch -p0 -i patch.diff > > >>> > > >>> The following errors occur: > > >>> > > >>> patching file build-mingw32ce.sh > > >>> Hunk #1 FAILED at 49. > > >>> Hunk #2 FAILED at 97. > > >>> Hunk #3 FAILED at 179. > > >>> Hunk #4 FAILED at 209. > > >>> Hunk #5 FAILED at 314. > > >>> Hunk #6 FAILED at 333. > > >>> 6 out of 6 hunks FAILED -- saving rejects to file > build-mingw32ce.sh.rej > > >>> > > >>> Sorry I don't know much about this tool... > > >>> > > >>> > > >>> -- > > >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > >>> Jetzt informieren: http://www.gmx.net/de/go/freephone > > >>> > > >>> > > >>> > ------------------------------------------------------------------------------ > > >>> Learn how Oracle Real Application Clusters (RAC) One Node allows > > >>> customers > > >>> to consolidate database storage, standardize their database > environment, > > >>> and, > > >>> should the need arise, upgrade to a full multi-node Oracle RAC > database > > >>> without downtime or disruption > > >>> http://p.sf.net/sfu/oracle-sfdevnl > > >>> _______________________________________________ > > >>> Cegcc-devel mailing list > > >>> Ceg...@li... > > >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > >>> > > >>> > > >> > > >> > > >> > > >> -- > > >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > >> Jetzt informieren: http://www.gmx.net/de/go/freephone > > >> > > >> > > >> -- > > >> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > > >> gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > > >> > > >> > ------------------------------------------------------------------------------ > > >> Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > > >> to consolidate database storage, standardize their database > environment, > > >> and, > > >> should the need arise, upgrade to a full multi-node Oracle RAC > database > > >> without downtime or disruption > > >> http://p.sf.net/sfu/oracle-sfdevnl > > >> _______________________________________________ > > >> Cegcc-devel mailing list > > >> Ceg...@li... > > >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > >> > > >> > > > > > > > > > > > > -- > > > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > > Jetzt informieren: http://www.gmx.net/de/go/freephone > > > > ------------------------------------------------------------------------------ > > > Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > > > to consolidate database storage, standardize their database > environment, > > > and, > > > should the need arise, upgrade to a full multi-node Oracle RAC > database > > > without downtime or disruption > > > http://p.sf.net/sfu/oracle-sfdevnl > > > _______________________________________________ > > > Cegcc-devel mailing list > > > Ceg...@li... > > > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > > > > > > > > > > ------------------------------------------------------------------------------ > > Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > > to consolidate database storage, standardize their database > environment, and, > > should the need arise, upgrade to a full multi-node Oracle RAC database > > without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Cegcc-devel mailing list > > Ceg...@li... > > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > -- > Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info > > -- GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone |
From: Vincent T. <vt...@un...> - 2010-12-28 14:41:46
|
On Tue, 28 Dec 2010, Jacek M. Holeczek wrote: > Hi, > sorry, but if you use "mingw32ce-g++" compiler, you should NOT need > "libstdc++-6.dll". > Only if you use "cegcc-g++" to compile/link you will need this dll. and according to the g++ version (i.e. g++ < 4.5.*), if needed (i.e. if you really use the STL), libstdc++ is statically linked to your program/library) Vincent Torri > Jacek. > > On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" > <ste...@gm...> wrote: >> Hi, >> >> sorry, I was obviously too dumb :-) >> Now it works awesome. >> I didn't know, that I need the libstdc++-6.dll to run the programm. >> anyway, now it works perfect, thank you so much. >> >> But I can swear, in the first tests the compiler didn't know where to search >> for the libraries and the include files. Anyway, now it works! >> >> Regards >> Stefan Partheymüller >> >> -------- Original-Nachricht -------- >> Datum: Tue, 28 Dec 2010 14:03:13 +0100 >> >> Von: "Sébastien Lorquet" <sq...@gm...> >> An: "Stefan Partheymüller" <ste...@gm...> >> CC: ceg...@li... >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >> cygwin) >> >> Hello, >> >> Sorry, this is beyond my abilities. >> >> In my tests, I was using code::blocks and I did not encounter this problem >> :( >> >> Regards >> Sebastien >> >> On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" >> <ste...@gm...> wrote: >>> >>> -------- Original-Nachricht -------- >>> Datum: Tue, 28 Dec 2010 13:50:42 +0100 >>> Von: "Stefan Partheymüller" <ste...@gm...> >>> >>> An: "Sébastien Lorquet" <sq...@gm...> >>> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >>> cygwin) >>> >>> Hi, >>> >>> now I tried to compile some code for WinCE with you binary snapshot. >>> It works only when I'm using a Makefile, which is compiling step by step >>> (assemble, compile, link) >>> >>> First I tried to compile with the following command: >>> arm-mingw32ce-g++ test.cpp -o test.exe >>> >>> It compiles fine, but the executable cannot be executed by WinCE ("The >>> file >>> 'test' cannot be opened. Either it is not ....") >>> I also tried to link the libcoredll.a to ensure that nothing is missing, >>> but >>> the result is the same as before. >>> >>> But as I used my Makefile everything is fine. I need neither any >>> additional >>> DLL-Files nor to set the Include Path. Well, the Include Path is >>> recognized >>> correctly without Makefile, too. >>> Though I have to set the Lib Path and link the coredll library. >>> So, this is not really a problem, but it's quite confusing. Why does it >>> work >>> when compiling step by step, but not when passing all necessary parameters >>> to arm-mingw32ce-g++? >>> >>> >>> Here is my Makefile (works): >>> >>> >>> ---------------------------------------------------------------------------------------BEGIN >>> >>> NAME:= test >>> SRC := test.cpp >>> >>> BASN := $(basename $(SRC)) >>> >>> LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll >>> CFLAGS := -S >>> >>> GCC := arm-mingw32ce-gcc >>> G++ := arm-mingw32ce-g++ >>> AS := arm-mingw32ce-as >>> LD := arm-mingw32ce-ld >>> >>> $(NAME).exe: $(BASN).o >>> $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) >>> >>> $(BASN).o: $(BASN).S >>> $(AS) -o $(BASN).o $(BASN).S >>> >>> $(BASN).S: $(SRC) >>> $(G++) $(CFLAGS) -o $(BASN).S $(SRC) >>> >>> >>> ------------------------------------------------------------------------------------------END >>> >>> Regards >>> Stefan Partheymüller >>> >>> -------- Original-Nachricht -------- >>> Datum: Tue, 28 Dec 2010 11:06:21 +0100 >>> Von: "Sébastien Lorquet" <sq...@gm...> >>> An: ceg...@li... >>> CC: "Stefan Partheymüller" <ste...@gm...> >>> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >>> cygwin) >>> >>> Hi, >>> >>> Okay, maybe that's an EOL problem. >>> but the patch is so simple you could apply it by hand. >>> >>> I created the --gmp and --mpfr options, then passed the values to >>> --with-gmp in gcc 's ./configure >>> >>> you could hardcode that for a quick test. >>> BTW, I attached the script I used there, that you can also find (until >>> I format my server again...) here: >>> So you want the file: >>> >>> http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh >>> The binary snapshot is there: >>> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip >>> >>> Sebastien >>> >>> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" >>> <ste...@gm...> wrote: >>>> Hi, I tried to build CeGCC for Windows like explained, but I have a >>>> problem >>>> with patching the build script. When I try to patch it, with the patch >>>> tool >>>> like this: >>>> >>>> patch -p0 -i patch.diff >>>> >>>> The following errors occur: >>>> >>>> patching file build-mingw32ce.sh >>>> Hunk #1 FAILED at 49. >>>> Hunk #2 FAILED at 97. >>>> Hunk #3 FAILED at 179. >>>> Hunk #4 FAILED at 209. >>>> Hunk #5 FAILED at 314. >>>> Hunk #6 FAILED at 333. >>>> 6 out of 6 hunks FAILED -- saving rejects to file build-mingw32ce.sh.rej >>>> >>>> Sorry I don't know much about this tool... >>>> >>>> >>>> -- >>>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >>>> Jetzt informieren: http://www.gmx.net/de/go/freephone >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>>> customers >>>> to consolidate database storage, standardize their database environment, >>>> and, >>>> should the need arise, upgrade to a full multi-node Oracle RAC database >>>> without downtime or disruption >>>> http://p.sf.net/sfu/oracle-sfdevnl >>>> _______________________________________________ >>>> Cegcc-devel mailing list >>>> Ceg...@li... >>>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >>>> >>>> >>> >>> >>> >>> -- >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >>> Jetzt informieren: http://www.gmx.net/de/go/freephone >>> >>> >>> -- >>> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit >>> gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> Cegcc-devel mailing list >>> Ceg...@li... >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >>> >>> >> >> >> >> -- >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >> Jetzt informieren: http://www.gmx.net/de/go/freephone >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Cegcc-devel mailing list >> Ceg...@li... >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> >> > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > |
From: Vincent T. <vt...@un...> - 2010-12-28 14:38:41
|
On Tue, 28 Dec 2010, "Stefan Partheymüller" wrote: > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 13:50:42 +0100 > Von: "Stefan Partheymüller" <ste...@gm...> > An: "Sébastien Lorquet" <sq...@gm...> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > > now I tried to compile some code for WinCE with you binary snapshot. > It works only when I'm using a Makefile, which is compiling step by step > (assemble, compile, link) it should work with any autotooled program/library. Just pass --host=arm-mingw32ce to configure Vincent Torri > > First I tried to compile with the following command: > arm-mingw32ce-g++ test.cpp -o test.exe > > It compiles fine, but the executable cannot be executed by WinCE ("The file > 'test' cannot be opened. Either it is not ....") > I also tried to link the libcoredll.a to ensure that nothing is missing, > but the result is the same as before. > > But as I used my Makefile everything is fine. I need neither any additional > DLL-Files nor to set the Include Path. Well, the Include Path is recognized > correctly without Makefile, too. > Though I have to set the Lib Path and link the coredll library. > So, this is not really a problem, but it's quite confusing. Why does it > work when compiling step by step, but not when passing all necessary > parameters to arm-mingw32ce-g++? > > > Here is my Makefile (works): > > > ---------------------------------------------------------------------------------------BEGIN > > NAME:= test > SRC := test.cpp > > BASN := $(basename $(SRC)) > > LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll > CFLAGS := -S > > GCC := arm-mingw32ce-gcc > G++ := arm-mingw32ce-g++ > AS := arm-mingw32ce-as > LD := arm-mingw32ce-ld > > $(NAME).exe: $(BASN).o > $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) > > $(BASN).o: $(BASN).S > $(AS) -o $(BASN).o $(BASN).S > > $(BASN).S: $(SRC) > $(G++) $(CFLAGS) -o $(BASN).S $(SRC) > > > ------------------------------------------------------------------------------------------END > > Regards > Stefan Partheymüller > > >> >> -------- Original-Nachricht -------- >> Datum: Tue, 28 Dec 2010 11:06:21 +0100 >> Von: "Sébastien Lorquet" <sq...@gm...> >> An: ceg...@li... >> CC: "Stefan Partheymüller" <ste...@gm...> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >> cygwin) >> >> Hi, >> >> Okay, maybe that's an EOL problem. >> but the patch is so simple you could apply it by hand. >> >> I created the --gmp and --mpfr options, then passed the values to >> --with-gmp in gcc 's ./configure >> >> you could hardcode that for a quick test. >> BTW, I attached the script I used there, that you can also find (until >> I format my server again...) here: >> So you want the file: >> >> http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh >> The binary snapshot is there: >> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip >> >> Sebastien >> >> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" >> <ste...@gm...> wrote: >>> Hi, I tried to build CeGCC for Windows like explained, but I have a >> problem >>> with patching the build script. When I try to patch it, with the patch >> tool >>> like this: >>> >>> patch -p0 -i patch.diff >>> >>> The following errors occur: >>> >>> patching file build-mingw32ce.sh >>> Hunk #1 FAILED at 49. >>> Hunk #2 FAILED at 97. >>> Hunk #3 FAILED at 179. >>> Hunk #4 FAILED at 209. >>> Hunk #5 FAILED at 314. >>> Hunk #6 FAILED at 333. >>> 6 out of 6 hunks FAILED -- saving rejects to file >> build-mingw32ce.sh.rej >>> >>> Sorry I don't know much about this tool... >>> >>> >>> -- >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >>> Jetzt informieren: http://www.gmx.net/de/go/freephone >>> >> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >> customers >>> to consolidate database storage, standardize their database >> environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> Cegcc-devel mailing list >>> Ceg...@li... >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >>> >>> >> > > > > -- > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > Jetzt informieren: http://www.gmx.net/de/go/freephone > -- > GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > |
From: Jacek M. H. <jac...@gm...> - 2010-12-28 14:20:51
|
Hi, > With mingw32ce you will not need the cegcc library, but if you use C++ > then you do need the libstdc++ either in DLL or in statically linked > form. Sorry, I thought that "statically linked" is actually the default for "mingw32ce". Anyhow, I just noticed "mingwm10.dll" and I do not remember when is it needed ... Could you, please, remind me? Thanks in advance, Best regards, Jacek. |
From: Danny B. <dan...@sc...> - 2010-12-28 14:16:02
|
With mingw32ce you will not need the cegcc library, but if you use C++ then you do need the libstdc++ either in DLL or in statically linked form. Danny On Tue, 2010-12-28 at 15:05 +0100, Jacek M. Holeczek wrote: > Hi, > sorry, but if you use "mingw32ce-g++" compiler, you should NOT need > "libstdc++-6.dll". > Only if you use "cegcc-g++" to compile/link you will need this dll. > Jacek. > > On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" > <ste...@gm...> wrote: > > Hi, > > > > sorry, I was obviously too dumb :-) > > Now it works awesome. > > I didn't know, that I need the libstdc++-6.dll to run the programm. > > anyway, now it works perfect, thank you so much. > > > > But I can swear, in the first tests the compiler didn't know where to search > > for the libraries and the include files. Anyway, now it works! > > > > Regards > > Stefan Partheymüller > > > > -------- Original-Nachricht -------- > > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > > > > Von: "Sébastien Lorquet" <sq...@gm...> > > An: "Stefan Partheymüller" <ste...@gm...> > > CC: ceg...@li... > > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > > cygwin) > > > > Hello, > > > > Sorry, this is beyond my abilities. > > > > In my tests, I was using code::blocks and I did not encounter this problem > > :( > > > > Regards > > Sebastien > > > > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" > > <ste...@gm...> wrote: > >> > >> -------- Original-Nachricht -------- > >> Datum: Tue, 28 Dec 2010 13:50:42 +0100 > >> Von: "Stefan Partheymüller" <ste...@gm...> > >> > >> An: "Sébastien Lorquet" <sq...@gm...> > >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > >> cygwin) > >> > >> Hi, > >> > >> now I tried to compile some code for WinCE with you binary snapshot. > >> It works only when I'm using a Makefile, which is compiling step by step > >> (assemble, compile, link) > >> > >> First I tried to compile with the following command: > >> arm-mingw32ce-g++ test.cpp -o test.exe > >> > >> It compiles fine, but the executable cannot be executed by WinCE ("The > >> file > >> 'test' cannot be opened. Either it is not ....") > >> I also tried to link the libcoredll.a to ensure that nothing is missing, > >> but > >> the result is the same as before. > >> > >> But as I used my Makefile everything is fine. I need neither any > >> additional > >> DLL-Files nor to set the Include Path. Well, the Include Path is > >> recognized > >> correctly without Makefile, too. > >> Though I have to set the Lib Path and link the coredll library. > >> So, this is not really a problem, but it's quite confusing. Why does it > >> work > >> when compiling step by step, but not when passing all necessary parameters > >> to arm-mingw32ce-g++? > >> > >> > >> Here is my Makefile (works): > >> > >> > >> ---------------------------------------------------------------------------------------BEGIN > >> > >> NAME:= test > >> SRC := test.cpp > >> > >> BASN := $(basename $(SRC)) > >> > >> LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll > >> CFLAGS := -S > >> > >> GCC := arm-mingw32ce-gcc > >> G++ := arm-mingw32ce-g++ > >> AS := arm-mingw32ce-as > >> LD := arm-mingw32ce-ld > >> > >> $(NAME).exe: $(BASN).o > >> $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) > >> > >> $(BASN).o: $(BASN).S > >> $(AS) -o $(BASN).o $(BASN).S > >> > >> $(BASN).S: $(SRC) > >> $(G++) $(CFLAGS) -o $(BASN).S $(SRC) > >> > >> > >> ------------------------------------------------------------------------------------------END > >> > >> Regards > >> Stefan Partheymüller > >> > >> -------- Original-Nachricht -------- > >> Datum: Tue, 28 Dec 2010 11:06:21 +0100 > >> Von: "Sébastien Lorquet" <sq...@gm...> > >> An: ceg...@li... > >> CC: "Stefan Partheymüller" <ste...@gm...> > >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > >> cygwin) > >> > >> Hi, > >> > >> Okay, maybe that's an EOL problem. > >> but the patch is so simple you could apply it by hand. > >> > >> I created the --gmp and --mpfr options, then passed the values to > >> --with-gmp in gcc 's ./configure > >> > >> you could hardcode that for a quick test. > >> BTW, I attached the script I used there, that you can also find (until > >> I format my server again...) here: > >> So you want the file: > >> > >> http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh > >> The binary snapshot is there: > >> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip > >> > >> Sebastien > >> > >> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" > >> <ste...@gm...> wrote: > >>> Hi, I tried to build CeGCC for Windows like explained, but I have a > >>> problem > >>> with patching the build script. When I try to patch it, with the patch > >>> tool > >>> like this: > >>> > >>> patch -p0 -i patch.diff > >>> > >>> The following errors occur: > >>> > >>> patching file build-mingw32ce.sh > >>> Hunk #1 FAILED at 49. > >>> Hunk #2 FAILED at 97. > >>> Hunk #3 FAILED at 179. > >>> Hunk #4 FAILED at 209. > >>> Hunk #5 FAILED at 314. > >>> Hunk #6 FAILED at 333. > >>> 6 out of 6 hunks FAILED -- saving rejects to file build-mingw32ce.sh.rej > >>> > >>> Sorry I don't know much about this tool... > >>> > >>> > >>> -- > >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > >>> Jetzt informieren: http://www.gmx.net/de/go/freephone > >>> > >>> > >>> ------------------------------------------------------------------------------ > >>> Learn how Oracle Real Application Clusters (RAC) One Node allows > >>> customers > >>> to consolidate database storage, standardize their database environment, > >>> and, > >>> should the need arise, upgrade to a full multi-node Oracle RAC database > >>> without downtime or disruption > >>> http://p.sf.net/sfu/oracle-sfdevnl > >>> _______________________________________________ > >>> Cegcc-devel mailing list > >>> Ceg...@li... > >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > >>> > >>> > >> > >> > >> > >> -- > >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > >> Jetzt informieren: http://www.gmx.net/de/go/freephone > >> > >> > >> -- > >> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > >> gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > >> > >> ------------------------------------------------------------------------------ > >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers > >> to consolidate database storage, standardize their database environment, > >> and, > >> should the need arise, upgrade to a full multi-node Oracle RAC database > >> without downtime or disruption > >> http://p.sf.net/sfu/oracle-sfdevnl > >> _______________________________________________ > >> Cegcc-devel mailing list > >> Ceg...@li... > >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > >> > >> > > > > > > > > -- > > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > Jetzt informieren: http://www.gmx.net/de/go/freephone > > ------------------------------------------------------------------------------ > > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > > to consolidate database storage, standardize their database environment, > > and, > > should the need arise, upgrade to a full multi-node Oracle RAC database > > without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Cegcc-devel mailing list > > Ceg...@li... > > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info |
From: Jacek M. H. <jac...@gm...> - 2010-12-28 14:05:25
|
Hi, sorry, but if you use "mingw32ce-g++" compiler, you should NOT need "libstdc++-6.dll". Only if you use "cegcc-g++" to compile/link you will need this dll. Jacek. On Tue, Dec 28, 2010 at 2:12 PM, "Stefan Partheymüller" <ste...@gm...> wrote: > Hi, > > sorry, I was obviously too dumb :-) > Now it works awesome. > I didn't know, that I need the libstdc++-6.dll to run the programm. > anyway, now it works perfect, thank you so much. > > But I can swear, in the first tests the compiler didn't know where to search > for the libraries and the include files. Anyway, now it works! > > Regards > Stefan Partheymüller > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > > Von: "Sébastien Lorquet" <sq...@gm...> > An: "Stefan Partheymüller" <ste...@gm...> > CC: ceg...@li... > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hello, > > Sorry, this is beyond my abilities. > > In my tests, I was using code::blocks and I did not encounter this problem > :( > > Regards > Sebastien > > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" > <ste...@gm...> wrote: >> >> -------- Original-Nachricht -------- >> Datum: Tue, 28 Dec 2010 13:50:42 +0100 >> Von: "Stefan Partheymüller" <ste...@gm...> >> >> An: "Sébastien Lorquet" <sq...@gm...> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >> cygwin) >> >> Hi, >> >> now I tried to compile some code for WinCE with you binary snapshot. >> It works only when I'm using a Makefile, which is compiling step by step >> (assemble, compile, link) >> >> First I tried to compile with the following command: >> arm-mingw32ce-g++ test.cpp -o test.exe >> >> It compiles fine, but the executable cannot be executed by WinCE ("The >> file >> 'test' cannot be opened. Either it is not ....") >> I also tried to link the libcoredll.a to ensure that nothing is missing, >> but >> the result is the same as before. >> >> But as I used my Makefile everything is fine. I need neither any >> additional >> DLL-Files nor to set the Include Path. Well, the Include Path is >> recognized >> correctly without Makefile, too. >> Though I have to set the Lib Path and link the coredll library. >> So, this is not really a problem, but it's quite confusing. Why does it >> work >> when compiling step by step, but not when passing all necessary parameters >> to arm-mingw32ce-g++? >> >> >> Here is my Makefile (works): >> >> >> ---------------------------------------------------------------------------------------BEGIN >> >> NAME:= test >> SRC := test.cpp >> >> BASN := $(basename $(SRC)) >> >> LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll >> CFLAGS := -S >> >> GCC := arm-mingw32ce-gcc >> G++ := arm-mingw32ce-g++ >> AS := arm-mingw32ce-as >> LD := arm-mingw32ce-ld >> >> $(NAME).exe: $(BASN).o >> $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) >> >> $(BASN).o: $(BASN).S >> $(AS) -o $(BASN).o $(BASN).S >> >> $(BASN).S: $(SRC) >> $(G++) $(CFLAGS) -o $(BASN).S $(SRC) >> >> >> ------------------------------------------------------------------------------------------END >> >> Regards >> Stefan Partheymüller >> >> -------- Original-Nachricht -------- >> Datum: Tue, 28 Dec 2010 11:06:21 +0100 >> Von: "Sébastien Lorquet" <sq...@gm...> >> An: ceg...@li... >> CC: "Stefan Partheymüller" <ste...@gm...> >> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use >> cygwin) >> >> Hi, >> >> Okay, maybe that's an EOL problem. >> but the patch is so simple you could apply it by hand. >> >> I created the --gmp and --mpfr options, then passed the values to >> --with-gmp in gcc 's ./configure >> >> you could hardcode that for a quick test. >> BTW, I attached the script I used there, that you can also find (until >> I format my server again...) here: >> So you want the file: >> >> http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh >> The binary snapshot is there: >> http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip >> >> Sebastien >> >> On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" >> <ste...@gm...> wrote: >>> Hi, I tried to build CeGCC for Windows like explained, but I have a >>> problem >>> with patching the build script. When I try to patch it, with the patch >>> tool >>> like this: >>> >>> patch -p0 -i patch.diff >>> >>> The following errors occur: >>> >>> patching file build-mingw32ce.sh >>> Hunk #1 FAILED at 49. >>> Hunk #2 FAILED at 97. >>> Hunk #3 FAILED at 179. >>> Hunk #4 FAILED at 209. >>> Hunk #5 FAILED at 314. >>> Hunk #6 FAILED at 333. >>> 6 out of 6 hunks FAILED -- saving rejects to file build-mingw32ce.sh.rej >>> >>> Sorry I don't know much about this tool... >>> >>> >>> -- >>> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >>> Jetzt informieren: http://www.gmx.net/de/go/freephone >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows >>> customers >>> to consolidate database storage, standardize their database environment, >>> and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> _______________________________________________ >>> Cegcc-devel mailing list >>> Ceg...@li... >>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >>> >>> >> >> >> >> -- >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >> Jetzt informieren: http://www.gmx.net/de/go/freephone >> >> >> -- >> GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit >> gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Cegcc-devel mailing list >> Ceg...@li... >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> >> > > > > -- > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > Jetzt informieren: http://www.gmx.net/de/go/freephone > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > |
From: Stefan P. <ste...@gm...> - 2010-12-28 13:12:50
|
Hi, sorry, I was obviously too dumb :-) Now it works awesome. I didn't know, that I need the libstdc++-6.dll to run the programm. anyway, now it works perfect, thank you so much. But I can swear, in the first tests the compiler didn't know where to search for the libraries and the include files. Anyway, now it works! Regards Stefan Partheymüller > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 14:03:13 +0100 > Von: "Sébastien Lorquet" <sq...@gm...> > An: "Stefan Partheymüller" <ste...@gm...> > CC: ceg...@li... > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hello, > > Sorry, this is beyond my abilities. > > In my tests, I was using code::blocks and I did not encounter this > problem :( > > Regards > Sebastien > > On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" > <ste...@gm...> wrote: > > > > -------- Original-Nachricht -------- > > Datum: Tue, 28 Dec 2010 13:50:42 +0100 > > Von: "Stefan Partheymüller" <ste...@gm...> > > > > An: "Sébastien Lorquet" <sq...@gm...> > > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > > cygwin) > > > > Hi, > > > > now I tried to compile some code for WinCE with you binary snapshot. > > It works only when I'm using a Makefile, which is compiling step by > step > > (assemble, compile, link) > > > > First I tried to compile with the following command: > > arm-mingw32ce-g++ test.cpp -o test.exe > > > > It compiles fine, but the executable cannot be executed by WinCE ("The > file > > 'test' cannot be opened. Either it is not ....") > > I also tried to link the libcoredll.a to ensure that nothing is > missing, but > > the result is the same as before. > > > > But as I used my Makefile everything is fine. I need neither any > additional > > DLL-Files nor to set the Include Path. Well, the Include Path is > recognized > > correctly without Makefile, too. > > Though I have to set the Lib Path and link the coredll library. > > So, this is not really a problem, but it's quite confusing. Why does it > work > > when compiling step by step, but not when passing all necessary > parameters > > to arm-mingw32ce-g++? > > > > > > Here is my Makefile (works): > > > > > ---------------------------------------------------------------------------------------BEGIN > > > > NAME:= test > > SRC := test.cpp > > > > BASN := $(basename $(SRC)) > > > > LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll > > CFLAGS := -S > > > > GCC := arm-mingw32ce-gcc > > G++ := arm-mingw32ce-g++ > > AS := arm-mingw32ce-as > > LD := arm-mingw32ce-ld > > > > $(NAME).exe: $(BASN).o > > $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) > > > > $(BASN).o: $(BASN).S > > $(AS) -o $(BASN).o $(BASN).S > > > > $(BASN).S: $(SRC) > > $(G++) $(CFLAGS) -o $(BASN).S $(SRC) > > > > > ------------------------------------------------------------------------------------------END > > > > Regards > > Stefan Partheymüller > > > > -------- Original-Nachricht -------- > > Datum: Tue, 28 Dec 2010 11:06:21 +0100 > > Von: "Sébastien Lorquet" <sq...@gm...> > > An: ceg...@li... > > CC: "Stefan Partheymüller" <ste...@gm...> > > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to > use > > cygwin) > > > > Hi, > > > > Okay, maybe that's an EOL problem. > > but the patch is so simple you could apply it by hand. > > > > I created the --gmp and --mpfr options, then passed the values to > > --with-gmp in gcc 's ./configure > > > > you could hardcode that for a quick test. > > BTW, I attached the script I used there, that you can also find (until > > I format my server again...) here: > > So you want the file: > > > http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh > > The binary snapshot is there: > > http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip > > > > Sebastien > > > > On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" > > <ste...@gm...> wrote: > >> Hi, I tried to build CeGCC for Windows like explained, but I have a > >> problem > >> with patching the build script. When I try to patch it, with the patch > >> tool > >> like this: > >> > >> patch -p0 -i patch.diff > >> > >> The following errors occur: > >> > >> patching file build-mingw32ce.sh > >> Hunk #1 FAILED at 49. > >> Hunk #2 FAILED at 97. > >> Hunk #3 FAILED at 179. > >> Hunk #4 FAILED at 209. > >> Hunk #5 FAILED at 314. > >> Hunk #6 FAILED at 333. > >> 6 out of 6 hunks FAILED -- saving rejects to file > build-mingw32ce.sh.rej > >> > >> Sorry I don't know much about this tool... > >> > >> > >> -- > >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! > >> Jetzt informieren: http://www.gmx.net/de/go/freephone > >> > >> > ------------------------------------------------------------------------------ > >> Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > >> to consolidate database storage, standardize their database > environment, > >> and, > >> should the need arise, upgrade to a full multi-node Oracle RAC > database > >> without downtime or disruption > >> http://p.sf.net/sfu/oracle-sfdevnl > >> _______________________________________________ > >> Cegcc-devel mailing list > >> Ceg...@li... > >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel > >> > >> > > > > > > > > -- > > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > Jetzt informieren: http://www.gmx.net/de/go/freephone > > > > > > -- > > GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > > > ------------------------------------------------------------------------------ > > Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > > to consolidate database storage, standardize their database > environment, > > and, > > should the need arise, upgrade to a full multi-node Oracle RAC database > > without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Cegcc-devel mailing list > > Ceg...@li... > > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > > > > -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone |
From: Sébastien L. <sq...@gm...> - 2010-12-28 13:03:49
|
Hello, Sorry, this is beyond my abilities. In my tests, I was using code::blocks and I did not encounter this problem :( Regards Sebastien On Tue, Dec 28, 2010 at 1:54 PM, "Stefan Partheymüller" <ste...@gm...> wrote: > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 13:50:42 +0100 > Von: "Stefan Partheymüller" <ste...@gm...> > > An: "Sébastien Lorquet" <sq...@gm...> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > > now I tried to compile some code for WinCE with you binary snapshot. > It works only when I'm using a Makefile, which is compiling step by step > (assemble, compile, link) > > First I tried to compile with the following command: > arm-mingw32ce-g++ test.cpp -o test.exe > > It compiles fine, but the executable cannot be executed by WinCE ("The file > 'test' cannot be opened. Either it is not ....") > I also tried to link the libcoredll.a to ensure that nothing is missing, but > the result is the same as before. > > But as I used my Makefile everything is fine. I need neither any additional > DLL-Files nor to set the Include Path. Well, the Include Path is recognized > correctly without Makefile, too. > Though I have to set the Lib Path and link the coredll library. > So, this is not really a problem, but it's quite confusing. Why does it work > when compiling step by step, but not when passing all necessary parameters > to arm-mingw32ce-g++? > > > Here is my Makefile (works): > > ---------------------------------------------------------------------------------------BEGIN > > NAME:= test > SRC := test.cpp > > BASN := $(basename $(SRC)) > > LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll > CFLAGS := -S > > GCC := arm-mingw32ce-gcc > G++ := arm-mingw32ce-g++ > AS := arm-mingw32ce-as > LD := arm-mingw32ce-ld > > $(NAME).exe: $(BASN).o > $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) > > $(BASN).o: $(BASN).S > $(AS) -o $(BASN).o $(BASN).S > > $(BASN).S: $(SRC) > $(G++) $(CFLAGS) -o $(BASN).S $(SRC) > > ------------------------------------------------------------------------------------------END > > Regards > Stefan Partheymüller > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 11:06:21 +0100 > Von: "Sébastien Lorquet" <sq...@gm...> > An: ceg...@li... > CC: "Stefan Partheymüller" <ste...@gm...> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > > Okay, maybe that's an EOL problem. > but the patch is so simple you could apply it by hand. > > I created the --gmp and --mpfr options, then passed the values to > --with-gmp in gcc 's ./configure > > you could hardcode that for a quick test. > BTW, I attached the script I used there, that you can also find (until > I format my server again...) here: > So you want the file: > http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh > The binary snapshot is there: > http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip > > Sebastien > > On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" > <ste...@gm...> wrote: >> Hi, I tried to build CeGCC for Windows like explained, but I have a >> problem >> with patching the build script. When I try to patch it, with the patch >> tool >> like this: >> >> patch -p0 -i patch.diff >> >> The following errors occur: >> >> patching file build-mingw32ce.sh >> Hunk #1 FAILED at 49. >> Hunk #2 FAILED at 97. >> Hunk #3 FAILED at 179. >> Hunk #4 FAILED at 209. >> Hunk #5 FAILED at 314. >> Hunk #6 FAILED at 333. >> 6 out of 6 hunks FAILED -- saving rejects to file build-mingw32ce.sh.rej >> >> Sorry I don't know much about this tool... >> >> >> -- >> NEU: FreePhone - kostenlos mobil telefonieren und surfen! >> Jetzt informieren: http://www.gmx.net/de/go/freephone >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, >> and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Cegcc-devel mailing list >> Ceg...@li... >> https://lists.sourceforge.net/lists/listinfo/cegcc-devel >> >> > > > > -- > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > Jetzt informieren: http://www.gmx.net/de/go/freephone > > > -- > GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit > gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Cegcc-devel mailing list > Ceg...@li... > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > |
From: Stefan P. <ste...@gm...> - 2010-12-28 12:54:15
|
-------- Original-Nachricht -------- Datum: Tue, 28 Dec 2010 13:50:42 +0100 Von: "Stefan Partheymüller" <ste...@gm...> An: "Sébastien Lorquet" <sq...@gm...> Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use cygwin) Hi, now I tried to compile some code for WinCE with you binary snapshot. It works only when I'm using a Makefile, which is compiling step by step (assemble, compile, link) First I tried to compile with the following command: arm-mingw32ce-g++ test.cpp -o test.exe It compiles fine, but the executable cannot be executed by WinCE ("The file 'test' cannot be opened. Either it is not ....") I also tried to link the libcoredll.a to ensure that nothing is missing, but the result is the same as before. But as I used my Makefile everything is fine. I need neither any additional DLL-Files nor to set the Include Path. Well, the Include Path is recognized correctly without Makefile, too. Though I have to set the Lib Path and link the coredll library. So, this is not really a problem, but it's quite confusing. Why does it work when compiling step by step, but not when passing all necessary parameters to arm-mingw32ce-g++? Here is my Makefile (works): ---------------------------------------------------------------------------------------BEGIN NAME:= test SRC := test.cpp BASN := $(basename $(SRC)) LDFLAGS := -LE:\progs\mingw32ce\arm-mingw32ce\lib -lcoredll CFLAGS := -S GCC := arm-mingw32ce-gcc G++ := arm-mingw32ce-g++ AS := arm-mingw32ce-as LD := arm-mingw32ce-ld $(NAME).exe: $(BASN).o $(LD) $(BASN).o -o $(NAME).exe $(LDFLAGS) $(BASN).o: $(BASN).S $(AS) -o $(BASN).o $(BASN).S $(BASN).S: $(SRC) $(G++) $(CFLAGS) -o $(BASN).S $(SRC) ------------------------------------------------------------------------------------------END Regards Stefan Partheymüller > > -------- Original-Nachricht -------- > Datum: Tue, 28 Dec 2010 11:06:21 +0100 > Von: "Sébastien Lorquet" <sq...@gm...> > An: ceg...@li... > CC: "Stefan Partheymüller" <ste...@gm...> > Betreff: Re: [Cegcc-devel] CeGCC for Windows (without bein forced to use > cygwin) > > Hi, > > Okay, maybe that's an EOL problem. > but the patch is so simple you could apply it by hand. > > I created the --gmp and --mpfr options, then passed the values to > --with-gmp in gcc 's ./configure > > you could hardcode that for a quick test. > BTW, I attached the script I used there, that you can also find (until > I format my server again...) here: > So you want the file: > > http://www.unsads.com/~squalyl/cegcc/cegcc-src/cegcc/src/scripts/build-mingw32ce.sh > The binary snapshot is there: > http://www.unsads.com/~squalyl/cegcc/mingw32ce-build-mingw.zip > > Sebastien > > On Tue, Dec 28, 2010 at 10:21 AM, "Stefan Partheymüller" > <ste...@gm...> wrote: > > Hi, I tried to build CeGCC for Windows like explained, but I have a > problem > > with patching the build script. When I try to patch it, with the patch > tool > > like this: > > > > patch -p0 -i patch.diff > > > > The following errors occur: > > > > patching file build-mingw32ce.sh > > Hunk #1 FAILED at 49. > > Hunk #2 FAILED at 97. > > Hunk #3 FAILED at 179. > > Hunk #4 FAILED at 209. > > Hunk #5 FAILED at 314. > > Hunk #6 FAILED at 333. > > 6 out of 6 hunks FAILED -- saving rejects to file > build-mingw32ce.sh.rej > > > > Sorry I don't know much about this tool... > > > > > > -- > > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > > Jetzt informieren: http://www.gmx.net/de/go/freephone > > > ------------------------------------------------------------------------------ > > Learn how Oracle Real Application Clusters (RAC) One Node allows > customers > > to consolidate database storage, standardize their database > environment, > > and, > > should the need arise, upgrade to a full multi-node Oracle RAC database > > without downtime or disruption > > http://p.sf.net/sfu/oracle-sfdevnl > > _______________________________________________ > > Cegcc-devel mailing list > > Ceg...@li... > > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > > > > > -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone -- GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl |