<?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://permalink.gmane.org/gmane.comp.compilers.sdcc.user">
    <title>gmane.comp.compilers.sdcc.user</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user</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.compilers.sdcc.user/4460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4459"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4458"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4457"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4456"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4455"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4454"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4453"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4452"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4451"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4450"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4449"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4448"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4447"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4446"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4445"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4444"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4443"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4442"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4441"/>
      </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.compilers.sdcc.user/4460">
    <title>Re: Linking code compiled under IAR workbench.</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4460</link>
    <description>&lt;pre&gt;Hello Sid,

How well is your asm? You have some digging to do.

The reason for incompatibility is that there is no common calling 
convention. First you'll have to find out what the options were they 
used for building the blestack library. Then you'll have to find out 
what that means in terms of passing parameters and receiving return 
values. If there is anything located in memory instead of on stack, 
you'll have to reserve that space from SDCC. Then you must create 
wrapper functions around the library functions that make the 
conversion without disturbing the stack.

You can also try to find out who owns the blestack library. If it's 
TI's then they might be persuaded to also release it as an SDCC 
library. It's in their interest to sell IC's. But if it's IAR's who 
only gave this to TI to promote their own tools, then it's unlikely 
you can get it for SDCC.

Good luck,
Maarten




------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Coo&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-24T19:38:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4459">
    <title>Linking code compiled under IAR workbench.</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4459</link>
    <description>&lt;pre&gt;I am attempting to develop for the CC2540 device from Texas Instruments. It
has been noted the binary portions of their bluetooth stack that have been
released are not compatible with SDCC. What is the most likely reason for
such incompatibilities, and are they fixable with only object code?

With the files found on
http://www.ti.com/tool/ble-stack?DCMP=wbu-blestack&amp;amp;HQS=blestack (warning:
.exe autoextracter; look in "Projects/ble/Libraries") I was hoping to be
able to pinpoint any discrepancies by perusing the disassembly of the
object files and attempt a manual or semi-manual fix. I simply don't know
what to look for. The CC2540 is a good enough offering I'm willing to bend
over backwards a little.

Is this doable? What could possibly be different between IAR and SDCC code?
How hard would it be to, say, translate the object code/a raw disassembly
to a different memory model/whatever issue?

Thanks for your time.
------------------------------------------------------------------------------
Try New Relic Now&lt;/pre&gt;</description>
    <dc:creator>Sid S</dc:creator>
    <dc:date>2013-05-24T10:17:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4458">
    <title>Re: : "Anatomy of a Compiler - A Retargetable ANSI-CCompiler"link broken in SDCC homepage</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4458</link>
    <description>&lt;pre&gt;Hi,

Thanks for reporting. I've removed the link as even a search at 
circuitcellar itself did not find it. And it is still in the manual.

Greets,
Maarten



------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-24T08:02:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4457">
    <title>Re: 答复: "Anatomy of a Compiler - A Retargetable ANSI-C Compiler"link broken in SDCC homepage</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4457</link>
    <description>&lt;pre&gt;
I see.


是的。

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Sdcc-user mailing list
Sdcc-user&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user
&lt;/pre&gt;</description>
    <dc:creator>Ma Xiaojun</dc:creator>
    <dc:date>2013-05-23T07:50:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4456">
    <title>答复:  "Anatomy of a Compiler - A Retargetable ANSI-C Compiler"link broken in SDCC homepage</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4456</link>
    <description>&lt;pre&gt;It's just the chapter 9 of sdcc user guide.

中国人？

-----原始邮件-----
发件人: "Ma Xiaojun" &amp;lt;damage3025-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
发送时间: ‎2013/‎5/‎23 13:24
收件人: "sdcc-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org" &amp;lt;sdcc-user&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;
主题: [Sdcc-user] "Anatomy of a Compiler - A Retargetable ANSI-C Compiler"link broken in SDCC homepage

Hi, all.

A working link seems to be
http://embedded.ifmo.ru/sdk/sdk11/soft/sdcc/Dutta-121.pdf

Can anyone fix it?

Thank you in advance.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Sdc&lt;/pre&gt;</description>
    <dc:creator>feqin fan</dc:creator>
    <dc:date>2013-05-23T07:37:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4455">
    <title>"Anatomy of a Compiler - A Retargetable ANSI-C Compiler" link broken in SDCC homepage</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4455</link>
    <description>&lt;pre&gt;Hi, all.

A working link seems to be
http://embedded.ifmo.ru/sdk/sdk11/soft/sdcc/Dutta-121.pdf

Can anyone fix it?

Thank you in advance.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Ma Xiaojun</dc:creator>
    <dc:date>2013-05-23T05:23:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4454">
    <title>Re: SDCC 3.3.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4454</link>
    <description>&lt;pre&gt;Hi,


Arrgh. I believe that I successfully built sdcc with gputils that did not
support excluded devices back then. I do not remember if I treated libio
specially ... And, yes, the list of 'new' devices has not been maintained
when new(er) devices have been added, which leads to the situation you
describe: some "older" devices are hidden whereas some "newer" ones are not.

Anyway, currently, there is more viable option at hand: The devices
supported by gputils are already auto-detected at configure time, so we
just (tm) need to generate proper automake conditionals from them and wrap
all device-specific stuff in these conditionals (libdev, libio) and --
voila -- we have a maintenance-free gputils-version-agnostic build system.
... or we would have, if someone found the time to implement it. This
should not be too hard since the Makefile.am are already auto-generated if
I am not mistaken...

Thanks for the report; maybe something good will come from it :-D

Best regards
Raphael
-------------------------------&lt;/pre&gt;</description>
    <dc:creator>Raphael Neider</dc:creator>
    <dc:date>2013-05-21T17:07:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4453">
    <title>Re: SDCC 3.3.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4453</link>
    <description>&lt;pre&gt;
Ok, I just found it peculiar, because only 18f*k22, added in gputils
0.14.x I think, were excluded, but pics added in gputils 0.15 and 1.0
weren't. Also, it's only libdev18f*k22 that is excluded, libio18f*k22
isn't.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Tijl Coosemans</dc:creator>
    <dc:date>2013-05-21T09:31:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4452">
    <title>Re: SDCC 3.3.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4452</link>
    <description>&lt;pre&gt;Hi Tijl,

It seems that in the src distribution some pic libraries (libdev18f*k22)

This is intentionally: Major distributions (used to) provide gputils
0.13.7, so that sdcc would default to not target devices that are not
supported by this version to avoid build failures. The option has been
introduced on 2012-04-22, shortly before sdcc 3.1.5. While I do not know if
the device list to be excluded by default is properly maintained, I just
checked the binary release and found that all libraries are included (at
least the 18f*k22 ones you mentioned). So the binary release seems to
complete.
If you have recent gputils installed on your box, you can rebuild sdcc from
source with --enable-new-pics and get support for all devices available in
sdcc. From the information below, I assume you did this ;-)



This is quite normal and due to the way the device specific libraries are
built: The device-specific options are simply prepended to the general
options, the latter include the default target device (-p18f452). Th&lt;/pre&gt;</description>
    <dc:creator>Raphael Neider</dc:creator>
    <dc:date>2013-05-20T19:20:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4451">
    <title>Re: SDCC 3.3.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4451</link>
    <description>&lt;pre&gt;
It seems that in the src distribution some pic libraries (libdev18f*k22)
got hidden behind --enable-new-pics configure flag. That wasn't the case
with 3.2.0.

I'm also seeing commands like the following with both -p18f2423 and
-p18f452. Is that correct?

source='adc/adcopen.c' object='libio18f2423_a-adcopen.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
'/usr/ports/head/lang/sdcc/work/sdcc-3.3.0/device/lib/pic16//../../../bin/sdcc' -DHAVE_CONFIG_H -I. -I..  -I. -I../../../include/pic16 -I../../../non-free/include/pic16 -I../../device/include -I../../device/include/mcs51 -p18f2423 --std-c99 --asm="'/usr/local/bin/gpasm'" --fomit-frame-pointer --obanksel=9 --denable-peeps --optimize-cmp --optimize-df --i-code-in-asm -DUSE_FLOATS=0 -mpic16 -p18f452 -c -o libio18f2423_a-adcopen.o `test -f 'adc/adcopen.c' || echo './'`adc/adcopen.c


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visib&lt;/pre&gt;</description>
    <dc:creator>Tijl Coosemans</dc:creator>
    <dc:date>2013-05-20T11:07:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4450">
    <title>SDCC 3.3.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4450</link>
    <description>&lt;pre&gt;Hello everyone,

Today the new version 3.3.0 of SDCC has been released.

As always the files can be downloaded from SourceForge:
https://sourceforge.net/projects/sdcc/files/

This time there is also an installer for 64 bit Windows. Unfortunately 
SourceForge cannot differentiate between 32 and 64 bit Windows when 
detecting your running Operating System, so 64 bit users will have to 
open the sdcc-win64 folder themselves.

I hope you all enjoy using this new version.

Maarten Brock

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-19T22:38:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4449">
    <title>gputils 1.2.0 released</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4449</link>
    <description>&lt;pre&gt;Dear gputils users,

gputils-1.2.0 has been released. The source code package is available at 
http://sourceforge.net/projects/gputils/files/gputils/1.2.0/gputils-1.2.0.tar.gz. 
Widows 32bit setup package is at 
http://sourceforge.net/projects/gputils/files/gputils-win32/1.2.0/gputils-1.2.0.exe.

gputils 1.2.0 includes the following enhancements:

  * #61 - "__idlocs and __config generate line numbers" and
  * #58 Generate mpasm compatible .config sections
  * strengthened bad object format detection
  * inc and lkr files are synced with MPLABX 1.80

For detailed list of changes see the ChangeLog file.

If you find regressions or other bugs, please report them to the bug 
tracker on SourceForge. Feel free to give feedback on the gnupic mailing 
list.

Borut
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, &lt;/pre&gt;</description>
    <dc:creator>Borut Ražem</dc:creator>
    <dc:date>2013-05-19T09:46:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4448">
    <title>Re: SDCC 3.3.0 RC4 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4448</link>
    <description>&lt;pre&gt;Sorry, Maarten that I picked the wrong one. Unfortunately I do not have access to the system until Monday. Someone else would have to step in?

Greetings,
Frieder



Maarten Brock &amp;lt;sourceforge.brock&amp;lt; at &amp;gt;dse.nl&amp;gt; schrieb:

&lt;/pre&gt;</description>
    <dc:creator>Frieder.Ferlemann-S0/GAf8tV78&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-18T16:40:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4447">
    <title>Re: SDCC 3.3.0 RC4 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4447</link>
    <description>&lt;pre&gt;Hello Frieder,

Thank you, but could you please retry with 
sdcc-3.3.0-rc4-x64-setup.exe from
https://sourceforge.net/projects/sdcc/files/sdcc-win64/3.3.0/
as it was the rc that had problems.

Maarten



------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-18T12:03:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4446">
    <title>Re: SDCC 3.3.0 RC4 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4446</link>
    <description>&lt;pre&gt;Hi Maarten,

Installation and compiling some small (mcs51) files with
sdcc-20130518-8610-x64-setup.exe (accepting all defaults)
went very smooth over here. (Win7 prof 64bit)

Thanks!
Frieder

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Frieder Ferlemann</dc:creator>
    <dc:date>2013-05-18T11:49:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4445">
    <title>Re: PS</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4445</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Sdcc-user mailing list
Sdcc-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/sdcc-user
&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-18T09:35:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4444">
    <title>SDCC 3.3.0 RC4 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4444</link>
    <description>&lt;pre&gt;Hi everyone,

Today a new SDCC 3.3.0 Release Candidate (rc4) was uploaded for 64 bit 
Windows because the previous ones missed some vital files in the 
distribution.

Please test it if you can and report back so we can proceed with the 
official release this weekend if all is well now.

Thanks,
Maarten Brock

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-18T08:00:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4443">
    <title>Re: SDCC 3.3.0 RC3 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4443</link>
    <description>&lt;pre&gt;
On 12/05/13 05:38 PM, Maarten Brock wrote:

 &amp;gt;
 &amp;gt; Hello SDCC friends,
 &amp;gt;
 &amp;gt; Today a third Release Candidate (RC3) for SDCC 3.3.0 was created and
 &amp;gt; put online in our SourceForge File section. It misses a few unnecessary
 &amp;gt; files ;-)
 &amp;gt; https://sourceforge.net/projects/sdcc/files/
 &amp;gt;
 &amp;gt; Like with RC2 a Windows 64-bit version has been added.
 &amp;gt;
 &amp;gt; Once again, if you have the time, please verify it and report back with
 &amp;gt; the positive or negative results.
 &amp;gt;
 &amp;gt; Happy programming,
 &amp;gt; Maarten Brock
 &amp;gt;

- Successfully build SDCC 3.3.0 RC3 from source on Cygwin 1.7.x.

- Successfully built / tested a Z80 program using SDCC 3.3.0 RC3
   (mentioned above).


 From a SDCC (Z80 target) user.

Claude




------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is&lt;/pre&gt;</description>
    <dc:creator>Claude Sylvain</dc:creator>
    <dc:date>2013-05-13T13:18:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4442">
    <title>SDCC 3.3.0 RC3 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4442</link>
    <description>&lt;pre&gt;Hello SDCC friends,

Today a third Release Candidate (RC3) for SDCC 3.3.0 was created and 
put online in our SourceForge File section. It misses a few unnecessary 
files ;-)
https://sourceforge.net/projects/sdcc/files/

Like with RC2 a Windows 64-bit version has been added.

Once again, if you have the time, please verify it and report back with 
the positive or negative results.

Happy programming,
Maarten Brock


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Maarten Brock</dc:creator>
    <dc:date>2013-05-12T21:38:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4441">
    <title>Re: SDCC 3.3.0 RC2 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4441</link>
    <description>&lt;pre&gt;
On 12/05/13 12:19 PM, Philipp Klaus Krause wrote:

 &amp;gt; On 12.05.2013 17:54, Claude Sylvain wrote:
 &amp;gt;&amp;gt;
 &amp;gt;&amp;gt; On 12/05/13 11:31 AM, Philipp Klaus Krause wrote:
 &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;
 &amp;gt;&amp;gt;   &amp;gt; On 12.05.2013 17:01, Claude Sylvain wrote:
 &amp;gt;&amp;gt;   &amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - I use SDCC on Cygwin 1.7.x
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - I use SDCC to built Z80 programs.
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - I have successfully built SDCC 3.3.0 RC2 from source on Cygwin.
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - However, when building a Z80 program, I noticed the following
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;     problem:
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - SDCC put "s__INITIALIZER" section (that hold some code)
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;   in the "_DATA" section (RAM located &amp;lt; at &amp;gt; 0x8000
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;   for the target I use).
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - I think this is a bug, because sections that hold code
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;     must be put in the "_CODE" section. Not in the
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;     "_DATA" section.
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt; - This bug was not there in SDCC 3.2.0.
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;     Also, in SDCC 3.2.0, there is no "s__INITIALIZER" section.
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;
 &amp;gt;&amp;gt;   &amp;gt;&amp;gt;   From a SDCC user.
 &amp;gt;&amp;gt;  &lt;/pre&gt;</description>
    <dc:creator>Claude Sylvain</dc:creator>
    <dc:date>2013-05-12T19:36:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4440">
    <title>Re: SDCC 3.3.0 RC2 created</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.sdcc.user/4440</link>
    <description>&lt;pre&gt;

Yes. The INITIALIZER / INITIALIZED mechanism is the new (sdcc 3.3.0) way
to initialize global variables. It is much faster and smaller than what
we did before. However the crt0 needs to do the copy from INITIALIZER to
INITIALIZED.

In sdcc, an example crt0 can be found at device/lib/z80/crt0.s

Philipp

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Philipp Klaus Krause</dc:creator>
    <dc:date>2013-05-12T16:19:45</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.compilers.sdcc.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.compilers.sdcc.user</link>
  </textinput>
</rdf:RDF>
