Hello Maarten,

On 11/05/13 05:15 PM, Maarten Brock wrote:

 >
 > Hello SDCC friends,
 >
 > Today the second Release Candidate (RC2) for SDCC 3.3.0 was created and
 > put
 > online in our SourceForge File section.
 > https://sourceforge.net/projects/sdcc/files/
 >
 > ...
 >
 > Once again, if you have the time, please verify it and report back with
 > the positive
 > or negative results.
 >

- I use SDCC on Cygwin 1.7.x
- I use SDCC to built Z80 programs.

- I have successfully built SDCC 3.3.0 RC2 from source on Cygwin.

- However, when building a Z80 program, I noticed the following
   problem:

        - SDCC put "s__INITIALIZER" section (that hold some code)
          in the "_DATA" section (RAM located @ 0x8000
          for the target I use).

- I think this is a bug, because sections that hold code
   must be put in the "_CODE" section. Not in the
   "_DATA" section.

- This bug was not there in SDCC 3.2.0.
   Also, in SDCC 3.2.0, there is no "s__INITIALIZER" section.


 From a SDCC 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 available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to