<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnu.cegcc.devel">
    <title>gmane.comp.gnu.cegcc.devel</title>
    <link>http://blog.gmane.org/gmane.comp.gnu.cegcc.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3329"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3328"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3317"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3334">
    <title>Re: cegcc/mingw32ce with gcc 4.6.3</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3334</link>
    <description>&lt;pre&gt;(Continuing with an old thread because of context)

Hi,

I have downloaded Max's cegcc fork (mail below), and built the mingw32ce
toolchain. Build has been successful on 32-bit Ubuntu 12.04 LTS. Simple
programs work fine. However, if I have a simple program with a "virtual"
function, it throws a Data Abort. The program that I am trying to run is
reproduced below:

/* tv1.cpp */
#include &amp;lt;iostream&amp;gt;

using namespace std;

class TVA {
    public:
    int pm() { return 10; }
    virtual int vm();
};

int TVA::vm() { return 20; }

int main() {
    cout &amp;lt;&amp;lt; "tv1-begin";

    TVA a1;
    int rv = a1.pm();
    cout &amp;lt;&amp;lt; rv;

    cout &amp;lt;&amp;lt; "tv1-end";
    return 0;
}

Command line: arm-mingw32ce-g++ tv1.cpp -o tv1.exe
Note: Result is same whether enable-auto-import is used or not used

Is the support for "virtual" broken in this toolchain too?

Thanks,
Avtar



  *[Cegcc-devel] cegcc/mingw32ce with gcc
4.6.3&amp;lt;http://sourceforge.net/mailarchive/message.php?msg_id=28977117&amp;gt;
*
From: Max Kellermann &amp;lt;max&amp;lt; at &amp;gt;du...&amp;gt; - 2012-03-13 22:13

Hi,

I have updated my cegcc fork to gcc 4.6.3, here's my release
2012-03-13:

 http://max.kellermann.name/projects/cegcc/
 http://max.kellermann.name/download/xcsoar/devel/cegcc/

Max
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>Avtar Singh</dc:creator>
    <dc:date>2012-07-25T12:51:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3333">
    <title>Re: WinPhone8 and gcc, any info?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3333</link>
    <description>&lt;pre&gt;

Yes, I saw that. I also tried to port changes at some point to newer gcc, but eventually I had problems with some dll's so I kept using older builds.




Yes, it seems that WinPhone8 sdk uses almost identical build of cl for arm as Windows8 (only a couple of revisions different and some CRT quirks as usual). I tried to see why exiting pure arm libs from WinCE aren't acceptable by tools from WinPhone8 and it seems that the issue is only in that Machine type header: now it needs to be IMAGE_FILE_MACHINE_ARMNT (for Thumb-2, value is 0x01c4, not sure if it's already published) instead of IMAGE_FILE_MACHINE_ARM or IMAGE_FILE_MACHINE_THUMB. Otherwise, it's pretty much the same. So, cegcc tools could be patched to use different value for machine type and possibly it could be accepted by tools from WP8.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Pavel Pavlov</dc:creator>
    <dc:date>2012-05-07T01:19:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3332">
    <title>Re: cegcc/mingw32ce with gcc 4.6.3</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3332</link>
    <description>&lt;pre&gt;Am 13.03.2012 23:13, schrieb Max Kellermann:

It would be great to generate a mingw-arm that can compile for WoA (Win8 on ARM) and maybe also for CE.
mostly you need to change the machine type and provide the libs and includes (partly already there for the x86 stuff).
WoA makes use of Thumb2, but there's no need to have compiler support for it.
I'd guess it's not that hard when you're familiar with the code.
We could make use of that in Wine for example.
E.g. crosscompiling Wine dlls missing in WoA to add additional functions, or simply crosscompile the testsuite.
I already was able to run WoA PEs (compiled with VS11beta) in Wine...
Thoughts?


&lt;/pre&gt;</description>
    <dc:creator>André Hentschel</dc:creator>
    <dc:date>2012-05-06T15:54:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3331">
    <title>Re: WinPhone8 and gcc, any info?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3331</link>
    <description>&lt;pre&gt;
i don't know if i have already suggested this to you, but you should
try to contact mingw-w64 developpers to see if you can integrate your
work in mingw-w64

regards

Vincent Torri

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Vincent Torri</dc:creator>
    <dc:date>2012-05-06T07:09:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3330">
    <title>Re: WinPhone8 and gcc, any info?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3330</link>
    <description>&lt;pre&gt;
Did you know that I published cegcc with gcc 4.6.3 and other updates?

I started the 4.7 update, but ran into so many merge conflicts that I
postponed it.


Reportedly, WinPhone8 is based on the Windows 8 (desktop) kernel, not
on the WinCE kernel.  That may make a difference, even if only for the
OS declaration.  Try objdump on WinPhone7 and 8 (native) binaries and
look for differences.

Since there is only official support for CIL code on WinPhone, there
was no need for native code compatibility.

Max

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Max Kellermann</dc:creator>
    <dc:date>2012-05-06T05:54:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3329">
    <title>WinPhone8 and gcc, any info?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3329</link>
    <description>&lt;pre&gt;Hello all, it seems that cegcc is quite dead, or people who use it are happy with it (just like me).

I'm building my code for WinPhone7 and everything worked out of the box. I mainly use cegcc for code with att-style asm, or I use gnu assembler. I compile static libs with it and link it with regular tools from MS.

Now, with WinPhone8 it rejects the libs as invalid. Upcoming VisualStudio and Windows 8 have ARM support out of the box. armasm (which looks too similar to armasm that comes with arm's dev tools) lists three types of machine targets: arm, thumb, armce. Any idea what's different? Do they use different object format (quite unlikely), or they simply added different CPU id for otherwise identical objects?

Since Windows 8 ads native arm support, perhaps gcc/mingw will add full support for windows/arm as well. Any info on that?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>Pavel Pavlov</dc:creator>
    <dc:date>2012-05-06T03:49:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3328">
    <title>cegcc/mingw32ce with gcc 4.6.3</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3328</link>
    <description>&lt;pre&gt;Hi,

I have updated my cegcc fork to gcc 4.6.3, here's my release
2012-03-13:

 http://max.kellermann.name/projects/cegcc/
 http://max.kellermann.name/download/xcsoar/devel/cegcc/

Max

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
&lt;/pre&gt;</description>
    <dc:creator>Max Kellermann</dc:creator>
    <dc:date>2012-03-13T22:13:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3327">
    <title>Re: Rd and Rm should be different in mul?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3327</link>
    <description>&lt;pre&gt;just swap Rm and Rn:
mul Rd, Rn, Rm      -&amp;gt;     mul Rd, Rm, Rn

read arm reference for exaplanation



-----Original Message-----
From: James Tyou [mailto:james.tyou-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org] 
Sent: Tuesday, February 28, 2012 13:43
To: cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
Subject: [Cegcc-devel] Rd and Rm should be different in mul?

Hello There,

I compile some c source with
\bin&amp;gt;arm-mingw32ce-gcc --version
arm-mingw32ce-gcc (GCC) 4.5.3

and switchs:
-mcpu=arm1176jzf-s -Wa,-mcpu=arm1176jzf-s

but at last it shows some error:
ccvEiUjA.s:322: Rd and Rm should be different in mul

why?
is this a bug of mingw32ce?


regards,
jz

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>Pavel Pavlov</dc:creator>
    <dc:date>2012-02-29T00:34:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3326">
    <title>Rd and Rm should be different in mul?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3326</link>
    <description>&lt;pre&gt;Hello There,

I compile some c source with
\bin&amp;gt;arm-mingw32ce-gcc --version
arm-mingw32ce-gcc (GCC) 4.5.3

and switchs:
-mcpu=arm1176jzf-s -Wa,-mcpu=arm1176jzf-s

but at last it shows some error:
ccvEiUjA.s:322: Rd and Rm should be different in mul

why?
is this a bug of mingw32ce?


regards,
jz

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
&lt;/pre&gt;</description>
    <dc:creator>James Tyou</dc:creator>
    <dc:date>2012-02-28T18:42:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3325">
    <title>pthreads support</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3325</link>
    <description>&lt;pre&gt;Hi All,

Can somebody comment on the support for pthreads in the latest CeGCC
project source files? Is it supported?

Regards,
Prageeth
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>Prageeth</dc:creator>
    <dc:date>2012-02-20T10:50:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3324">
    <title>mmap with arm-cegcc</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3324</link>
    <description>&lt;pre&gt;Hi,

We are working with arm-cegcc toolchain, v0.55, on Ubuntu Linux. It looks
like the POSIX porting layer is missing mmap support. This is our
understanding:

(a) There is no mmap (and related in-memory management functions) support
either in v0.55 or v0.59.

(b) Searching this mailing list shows the following thread that has a patch
for mmap:
http://www.mail-archive.com/cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org/msg01459.html

Our questions:

1. Does the latest CeGCC project source files have mmap support?

2. If not, is anyone using the above patch in any of their live projects
now?

Thanks,
Prageeth
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>Prageeth</dc:creator>
    <dc:date>2012-02-20T10:44:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323">
    <title>Re: cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323</link>
    <description>&lt;pre&gt;Am 03.01.2012 22:59, schrieb Max Kellermann:
Thank you! Everything works perfectly now, a fresh clone as well as a 
pull of the source.

Ismail

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
&lt;/pre&gt;</description>
    <dc:creator>Ismail Khatib</dc:creator>
    <dc:date>2012-01-06T21:53:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323">
    <title>Re: cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323</link>
    <description>&lt;pre&gt;Am 03.01.2012 22:59, schrieb Max Kellermann:
Thank you! Everything works perfectly now, a fresh clone as well as a 
pull of the source.

Ismail

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
&lt;/pre&gt;</description>
    <dc:creator>Ismail Khatib</dc:creator>
    <dc:date>2012-01-06T21:53:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323">
    <title>Re: cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3323</link>
    <description>&lt;pre&gt;Am 03.01.2012 22:59, schrieb Max Kellermann:
Thank you! Everything works perfectly now, a fresh clone as well as a 
pull of the source.

Ismail

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
&lt;/pre&gt;</description>
    <dc:creator>Ismail Khatib</dc:creator>
    <dc:date>2012-01-06T21:53:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3322">
    <title>Re: cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3322</link>
    <description>&lt;pre&gt;[..]

I added a new commit to the build repository, but forgot to push the
gcc submodule repository as well.

I've pushed the new gcc commit and I added the release tag
"2011-12-23" to the build repository.  Hope this works now.

Max

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
&lt;/pre&gt;</description>
    <dc:creator>Max Kellermann</dc:creator>
    <dc:date>2012-01-03T21:59:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3321">
    <title>Re: cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3321</link>
    <description>&lt;pre&gt;Am 23.12.2011 15:13, schrieb Max Kellermann:
Great news!
I've just tried these binaries with the current ScummVM sources from 
master and it seems to work fine for me.
However, I've tried to update my (previously cloned) cegcc repository 
(cloned from your git server), but I
got the following error; I've also tried to do a fresh checkout, but got 
the same error:

Cloning into gcc-4.4.0...
remote: Counting objects: 20902, done.
remote: Compressing objects: 100% (10676/10676), done.
remote: Total 20902 (delta 12011), reused 18261 (delta 9381)
Receiving objects: 100% (20902/20902), 65.60 MiB | 1.80 MiB/s, done.
Resolving deltas: 100% (12011/12011), done.
fatal: reference is not a tree: 2c5a5ea1a5f0eb9711d44033e754ef02a3962852
Unable to checkout '2c5a5ea1a5f0eb9711d44033e754ef02a3962852' in 
submodule path 'gcc-4.4.0'

Could you please check what the problem is?
Thanks in advance!

Ismail

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
&lt;/pre&gt;</description>
    <dc:creator>Ismail Khatib</dc:creator>
    <dc:date>2011-12-29T00:17:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3320">
    <title>Re: cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3320</link>
    <description>&lt;pre&gt;Le 23.12.2011 15:13, Max Kellermann a écrit :

Congratulations!
Don't know if windows ce will still be alive in a few months/year but 
that's a
good performance. Now you just need to backport SEH exception from 
mingw-w64 and you will get a
perfect open source compiler ;-)


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>forumer-WCoZDWwJFN5SE5yrzoHCJg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-12-23T15:56:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3319">
    <title>cegcc/mingw32ce with gcc 4.6.2, binutils 2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3319</link>
    <description>&lt;pre&gt;Hi,

the build 2011-12-23 of my cegcc fork comes with gcc 4.6.2 and
binutils 2.22.  For the first time, gcc's link time optimization (LTO)
works on Windows CE!

 http://max.kellermann.name/projects/cegcc/
 http://max.kellermann.name/download/xcsoar/devel/cegcc/

Max

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
&lt;/pre&gt;</description>
    <dc:creator>Max Kellermann</dc:creator>
    <dc:date>2011-12-23T14:13:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3318">
    <title>Re: fopen() failed?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3318</link>
    <description>&lt;pre&gt;
I tried as follows:

fpin=fopen("//Software//myfile.avs","rb+");  
fpin=fopen("/Software/myfile.avs","rb+");
fpin=fopen("\\Software\\myfile.avs","rb+");
("myfile.avs" is put under "Software" directory)

fpin still returns NULL!

2011-12-01 



hdzhang264 



发件人： Andy Wu 
发送时间： 2011-12-01  21:08:07 
收件人： hdzhang264 
抄送： Vincent Torri; cegcc-devel 
主题： Re: [Cegcc-devel] fopen() failed? 
 
You should use absolute path on ce.
On 2011-12-1 下午9:06, "hdzhang264" &amp;lt;hdzhang264&amp;lt; at &amp;gt;126.com&amp;gt; wrote:

I am using mingw32ce on Linux.

the code follows:

FILE *fpin;
fpin=fopen("myfile.avs","rb+");  

In makefile, i used arm-mingw32ce-gcc, make is ok.

But when it runs on wince5.0,  the fpin returns NULL always. 

"myfile.avs" and excutable file lies in the same directory.


2011-12-01 



hdzhang264 



发件人： Vincent Torri 
发送时间： 2011-11-30  20:10:43 
收件人： hdzhang264 
抄送： cegcc-devel 
主题： Re: [Cegcc-devel] where are the target files? 



2011/11/30 hdzhang264 &amp;lt;hdzhang264&amp;lt; at &amp;gt;126.com&amp;gt;



I installed from a binary distribution "cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 ".
I am using arm-wince-mingw32ce tools. 
I am using Linux platform  to develop. 

What is strange to me is that you use a "cygwin" toolchain to cross-compile on a linux platform.

Vincent Torri

 
What is the nature of your problem ?  --------can not found the target file (.o file). 
Can you send us a small source that demonstrates the problem ? 
        When compile my project, none of error occurs. But after compile, none of the target file is found under the project folder.  (If I use arm-linux-gcc/arm-linux-as，the target file is right.)
:
the output shows no one error or warning. 
just like "arm-mingw32ce-gcc.exe -o *.c -o *.o","arm-mingw32ce-as.exe -o *.o *.s".
I found it did not compile the file ever, because it did not point any error even i put some obvious wrong code in my files.
2011-11-29 



hdzhang264 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel





------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>hdzhang264</dc:creator>
    <dc:date>2011-12-01T13:31:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3317">
    <title>Re: fopen() failed?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3317</link>
    <description>&lt;pre&gt;You should use absolute path on ce.
On 2011-12-1 下午9:06, "hdzhang264" &amp;lt;hdzhang264-KN7UnAbNpbg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>Andy Wu</dc:creator>
    <dc:date>2011-12-01T13:08:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3316">
    <title>fopen() failed?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.cegcc.devel/3316</link>
    <description>&lt;pre&gt;I am using mingw32ce on Linux.

the code follows:

FILE *fpin;
fpin=fopen("myfile.avs","rb+");  

In makefile, i used arm-mingw32ce-gcc, make is ok.

But when it runs on wince5.0,  the fpin returns NULL always. 

"myfile.avs" and excutable file lies in the same directory.


2011-12-01 



hdzhang264 



发件人： Vincent Torri 
发送时间： 2011-11-30  20:10:43 
收件人： hdzhang264 
抄送： cegcc-devel 
主题： Re: [Cegcc-devel] where are the target files? 



2011/11/30 hdzhang264 &amp;lt;hdzhang264&amp;lt; at &amp;gt;126.com&amp;gt;



I installed from a binary distribution "cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 ".
I am using arm-wince-mingw32ce tools. 
I am using Linux platform  to develop. 

What is strange to me is that you use a "cygwin" toolchain to cross-compile on a linux platform.

Vincent Torri

 
What is the nature of your problem ?  --------can not found the target file (.o file). 
Can you send us a small source that demonstrates the problem ? 
        When compile my project, none of error occurs. But after compile, none of the target file is found under the project folder.  (If I use arm-linux-gcc/arm-linux-as，the target file is right.)
:
the output shows no one error or warning. 
just like "arm-mingw32ce-gcc.exe -o *.c -o *.o","arm-mingw32ce-as.exe -o *.o *.s".
I found it did not compile the file ever, because it did not point any error even i put some obvious wrong code in my files.
2011-11-29 



hdzhang264 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d_______________________________________________
Cegcc-devel mailing list
Cegcc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
&lt;/pre&gt;</description>
    <dc:creator>hdzhang264</dc:creator>
    <dc:date>2011-12-01T13:05:21</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.cegcc.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.cegcc.devel</link>
  </textinput>
</rdf:RDF>
