On 2012-06-24 14:54, Borut Ražem wrote:

>
> SDCC 3.2.0 Release Candidate 2 source, doc and binary packages for x86
> Linux, 32 bit Windows and universal Mac OS X are available  in
> corresponding folders at:
> http://sourceforge.net/projects/sdcc/files
>
> If you find a mistake, please send a mail to sdcc-devel mailing list
> sdcc-de...@lists.sourceforge.net.
>
> I would appreciate any reports about a success or failure of running
> pre-compiled binary packages.
>

- Installed SDCC 3.2.0 RC3 (not RC2) on a Windows 7 Professional
   64-bit computer, and the result is the following:

        - Installer suggest "C:\Program Files\SDCC" instead
          of "C:\Program Files (x86)\SDCC".
          Have to modify manually to "C:\Program Files (x86)\SDCC" to
          have SDCC installed in 32-bit programs directory.


- Done functional tests, using SDCC to build for a Z80
   based target, and the result is the following:

        - When building the project for debugging, with the
          following tools options, all is correct.
                                      +++
CPPFLAGS =  --debug -D_DEBUG
OPTFLAGS = --nooverlay --nogcse --noinvariant --noinduction --nojtbound 
--noloopreverse --no-peep --no-reg-params
                                      +++

        - When building the project for release, with the
          following tools options, "failed" messages are displayed.
                                      +++
CPPFLAGS =
OPTFLAGS = --opt-code-size
                                      +++

          These "failed" messages look like the following:

                                      +++
z80instructionSize() failed to parse line node
z80instructionSize() failed to parse line node     rst 0x10
z80instructionSize() failed to parse line node
z80instructionSize() failed to parse line node
z80instructionSize() failed to parse line node     rst 0x18
z80instructionSize() failed to parse line node
...
z80instructionSize() failed to parse line node  di
z80instructionSize() failed to parse line node  di
                                      +++

        - Will do another tests to try to track down these
          "failed" messages.


 From a SDCC user,
Claude




------------------------------------------------------------------------------
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/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to