[Cegcc-devel] objc

2009-09-17 Thread Vincent R.
Hi,

Why do you think objective-C doesn't interest anyone on windows mobile ?
Actually I would like to test it but you deleted objc folders from
gcc-4...


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


Re: [Cegcc-devel] objc

2009-09-17 Thread Danny Backx
On Thu, 2009-09-17 at 14:55 +0200, Vincent R. wrote:
> Why do you think objective-C doesn't interest anyone on windows mobile ?
> Actually I would like to test it but you deleted objc folders from
> gcc-4...

Actually it's a tricky situation.

When I put the whole gcc distro under src/ people will complain it's too
big and full of stuff they don't use. So I put just the core there
and ... :-)

Seriously : I've not looked into objc at all. Does it have porting
issues like the rest of gcc/g++/libg++ or does it sit quietly on top of
gcc ?

Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


[Cegcc-devel] Compiling for PocketPC 2000

2009-09-17 Thread Max Kellermann
Hi cegcc folks,

I'm a new developer on the XCSoar project (www.xcsoar.org).  We try to
support all PocketPC versions.  The fellow developer who maintains the
XCSoar PPC2000 port claims that cegcc cannot produce binaries for that
platform.  This forces us to use EVC, including all the pain attached
to that.

Is that correct?  Is that a known limitation?

Unfortunately, I cannot test myself, because my only PDA runs Windows
Mobile 5.

Max

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


Re: [Cegcc-devel] Compiling for PocketPC 2000

2009-09-17 Thread Pablo Rogina
For testing purposes, you may want to consider using the MS Device Emulator
http://www.microsoft.com/downloads/details.aspx?familyid=a6f6adaf-12e3-4b2f-a394-356e2c2fb114&displaylang=en

Emulator Images for Windows Mobile 2003 Second Edition software for Pocket PC
http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=5c53e3b5-f2a2-47d7-a41d-825fd68ebb6c&displaylang=en

Although I doubt you can find PPC2000 emulator images...

Pablo

On Thu, Sep 17, 2009 at 8:24 PM, Max Kellermann  wrote:
> Hi cegcc folks,
>
> I'm a new developer on the XCSoar project (www.xcsoar.org).  We try to
> support all PocketPC versions.  The fellow developer who maintains the
> XCSoar PPC2000 port claims that cegcc cannot produce binaries for that
> platform.  This forces us to use EVC, including all the pain attached
> to that.
>
> Is that correct?  Is that a known limitation?
>
> Unfortunately, I cannot test myself, because my only PDA runs Windows
> Mobile 5.
>
> Max
>
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> ___
> Cegcc-devel mailing list
> Cegcc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
>

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


[Cegcc-devel] cegcc compiled program cannot run on Microsoft ARM "DeviceEmulator" on Wine

2009-09-17 Thread 袁野
Hi~ I should report this to both cegcc and wine, I don't know which
one caused the problem. (OK. It's Microsoft)

I have a project foo, compiled under VC++ to foo_vc.exe, and compiled
under cegcc(arm-mingw32ce) to foo_gcc.exe.

Both executables can run on Microsoft ARM "DeviceEmulator.exe"

But If I run that virtual machine inside wine, then only foo_vc.exe
could run. Starting foo_gcc.exe cause the following error message:
"The file foo_gcc.exe cannot be opened. Either it is not signed with a
trusted certificate, or one of its components cannot be found. ..."

Yes. mingwm10.dll already installed.

p.s. sorry I'm not a native English speaker.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


[Cegcc-devel] Link msvc and cegcc libraries in one executable?

2009-09-17 Thread Johnny Willemsen
Hi,

Has anyone tried to link an executable that consists of some libraries
compiled with msvc and some with cegcc? Will that work?

Johnny



--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel