GCCFSS 4.2.1 is available

We are pround to announce GCC For Sun Systems 4.2.1 is available for download. Please click on the "free download" at the top of the GCCFSS pages. This release builds upon the world record performance delivered by the previous release. Optimized debugging has been improved. Support has been added for all the new SPARC systems that have been introduced this year.
Please let us know your success stories. Also let us know about problems you find. We are interested in improving this product.

$ ./gcc421/bin/gcc -v
ld.so.1: gcc: fatal: libc.so.1: version `SUNW_1.22' not found (required by file gcc421/bin/gcc)
ld.so.1: gcc: fatal: libc.so.1: open failed: No such file or directory
Killed
$ ./gcc420/bin/gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.9
Configured with: /net/clpt-v490-0/export/data/bldmstr/20080701_ceres_gcc420/src/configure prefix=/usr/sfw enable-shared with-system-zlib enable-checking=release disable-libmudflap enable-languages=c,c++ enable-version-specific-runtime-libs with-cpu=v9 with-ld=/usr/ccs/bin/ld without-gnu-ld disable-gnattools with-mpfr=/ws/gccfss/tools --with-gmp=/ws/gccfss/tools
Thread model: posix
gcc version 4.2.0 (gccfss)
I'm looking for something that fixes the __ffssi2 bug. I don't know if 4.2.1 does it, but I was hoping.

Similar Messages

  • Announcing availability of updated GCCFSS 4.2.0 Solaris/SPARC bits

    GCC for SPARC systems is now GCC for Sun Systems!
    The download center has been updated with newer bits of GCCFSS 4.2.0 compilers. The updated bits feature
    o Bug fixes for various problems reported on the forum
    o Support for M9000 systems
    o Improved performance and tuning for the newer SPARC64 and UltraSPARC T2 platforms
    The download center also features an easier interface for downloading and installation.
    We really appreciate the feedback and bugs reported on this forum, please keep them coming.
    Thanks
    GCCFSS team
    Edited by: prash_ns on Jul 30, 2008 10:47 PM

    prash_ns wrote:
    GCC for SPARC systems is now GCC for Sun Systems!
    The download center has been updated ...
    We really appreciate the feedback and bugs reported on this forum, please keep them coming.Could you write a couple of sentences explaining why GCC for SPARC systems is changed to GCC for Sun Systems?
    Where is the download center? I moved my curosr to the word "Downloads" under "Sun Developers Network (SDN)" and a drop down menu appears. I clicked New Downloads and there is no GCCFSS there (http://www.sun.com/download/index.jsp?tab=4). The most recent one at the top is "StarOffice 9 Software Beta 2008-07-29". I clicked "Developer Tools" in the drop down menu and there is a "GCC For SPARC Systems 4.2.0" item in the middle of the page (http://www.sun.com/download/index.jsp?cat=Application%20Development&tab=3&subcat=Development%20Tools), but when I clicked on it, I got "We are sorry ...General Error
    We are sorry, but the download system cannot process your request at this time. Please try again later." (https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=GCC-4.2.0a-G-F@CDS-CDS_SMI).
    I appreciate your appreciation for the bug reports and feedback, but can you write a little note in the form of a reply to the thread which reports a bug saying that it is now fixed in 4.2.0 released on July 30? That would really help in the future when people research (seemingly) related problems and hit the thread upon a search. And that certainly helps the person who reports the bug because now he/she knows he/she should rush to download this new release to get the job done. I would say that's the best form of appreciation in addition to actually fixing the bug.

  • Announcing availability of  x86 hosted cross compiler for SPARC/Solaris

    We are pleased to announce the release for GCC For Sun Systems 4.2.0 cross compilers!
    This is a Solaris/x86 hosted compiler with target code generation for
    SPARC/Solaris systems. If you develop on your OpenSolaris, or Solaris
    x86 laptop or desktop, you can now start compiling your sources for
    SPARC systems. Almost all features available in the
    native SPARC GCC For Sun Systems 4.2.0 compiler are available
    for use in the cross compiler. Please refer to the mini cross compiler howto
    page for additional details on install and usage, and gotchas in cross
    development environment.
    Please continue to provide us your feedback and issues, which helps
    us make the product better.
    Thanks
    GCCFSS team

    Can GCCFSS also cross compile from in reverse - from SPARC to x86/x64?
    Thank you

  • GCCFSS does not correctly build sqlite

    I tried to build sqlite with gccfss but to no avail. There are strange problems executing the code.
    OS: Solaris 10 8/07 s10s_u4wos_12b SPARC
    gccfss: 4.2.0, 4.2.1
    sqlite: 3.5.9, 3.6.6.2
    python-sqlite: 2.3.3, 2.5.1
    Python: 2.5.2 (r252:60911, Nov 13 2008, 23:09:26) [GCC 4.2.0 (gccfss)] on sunos5
    sqlite build configuration:
    CFLAGS="-O2 -g -m32 -mcpu=ultrasparc -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
    or CFLAGS="-O0 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
    ./configure host=sparcv9-sun-solaris2.10 build=sparcv9-sun-solaris2.10 target=sparcv9-sun-solaris2.10 disable-tcl disable-static enable-utf8 enable-threadsafe enable-threads-override-locks --enable-load-extension
    Symptoms:
    - sqlite can not handle subselect/nested SQL statements with "as" clause, column alias names are ignored
    - sqlite seems to be unable to use some indexes
    - creating sqlite database works, though
    - python-sqlite (http://www.pysqlite.org) test gives: FAILED (failures=4, errors=3) or breaks with bus error in the sqlite journal writing code
    The python-sqlite test errors are "KeyError: 'a'", "IndexError: No item with that key", or "OperationalError: no such column: x" and assertion errors, which seem to be very strange because everything else seem to work. Note that I have to skip the sqlite tests because I don't have tcl/tk installed so I use the python-sqlite test instead.
    I have tracked down the issue to gccfss because building sqlite with /usr/sfw/bin/gcc 3.4.3 (csl-sol210-3_4-branch+sol_rpath) works flawlessly and all python-sqlite tests succeed.
    So, I don't know how to help myself and I ask you for any hints how I can successfully build sqlite with gccfss. It confuses me that even -O0 does not work for me.
    Hope this helps. I have python-sqlite test logs and gdb backtraces available but I don't want to flood this forum.
    Best regards,
    Jörg

    We will try to reproduce your problem in house and come back with any workarounds or suggestions. Thank you for reporting this.
    Prashanth

  • GCCFSS has its own Forum

    Please submit bugs and suggestions for improvements with GCC For SPARC Systems to this Forum.

    I am not sure I am right either. http://cooltools.sunsource.net/gcc says "We are proud to announce the availability of a new release of GCC for Sun Systems release 4.2.0. ... With the latest release ... we are also providing GCC compilers that hosted and targeted to the Intel and AMD Solaris systems." I think the Solaris system running on Intel and AMD is Solaris 10. That's why I said GCCFSS 4.2.0 is now available on Solaris 10/x86 platform.
    I do feel, though, Sun should do a better job explaining the switch from "GCC for SPARC Systems" to "GCC for SUN Systems" in GCCFSS 4.2.0; I suspect that there may be something behind it. With some clarification, hopefully people would have a better idea of what GCCFSS is about.

  • GCCFSS 4.2.1 has been updated

    GCCFSS 4.2.1 has been updated to fix the two problems reported in this Forum. The new tarballs are available now at the Sun Download Center or by clicking on the download text of this website.
    The build date of the compilers will show a 2009 date instead of the previous 2008 date.

    X

  • My mac's software is only available under my profile on MacBook pro. How can other family members get to the optional SW logged in under their own profile

    Is there a way to share purchased SW under mote than one profile on the MacBook pro?
    Thanks

    If the software is in the HD>Applications folder it's available to everyone. If for some reason you put software into User>Applications folder it will be available only to that user.

  • Adobe Cloud is installed on my desktop and one laptop computer. Upon noticing updates were available yesterday, I successfully installed them on my laptop. Today, I cannot get Abobe Cloud to open on my desktop.

    Adobe Cloud is installed on my desktop and one laptop computer. Upon noticing updates were available yesterday, I successfully installed them on my laptop. Today, I cannot get Abobe Cloud to open on my desktop.

    We don't know what Apple plans on doing to change this (and it may not be just Apple but more likely the publishers, since Apple would, of course, do whatever it could to maximize sales/profits).  Right now you can only read Apple books on mobile devices. Sure, buy them from Amazon if you want to read them on the computer. We don't work for Apple so we're pretty impartial on this kind of advice.
    You might also see what your library can offer.  My wife can browse the county library from her iPhone, borrow e-versions, and read books on it too.  Free!

  • Service Desk - Expert Mode - Not all actions are available

    Dear SAP colleagues,
    I have just implemented the Service Desk in our SOLMAN system.
    1. I choose Incident Management
    2. I click on Queries
    3. I click on a ticket (Transaction ID).
    4. I edit the message
    5. When I select Actions, I only have the 4 following options :
        - Send Message to SAP
        - Maintain SAP Logon Data
        - Display SAP Action Log
        - Update SAP Message
    When I consult some demos, there are many differents options available in Actions menu, as, for example :
    - Open System fro SAP
    - Confirm Message to SAP
    - E-Mail to Message Creator (Mail)
    - Print Message
    - Create Change Document
    - Call Solution Manager Diagnostics.
    Is it due to an missing authorizations (roles and profiles) ?
    Thanks for your input.
    Best regards
    CP2009

    Dear Rajeev,
    First of all, thanks for your input.
    I have choosen SIVA when I have activated BC Sets.
    Should I activate also BC Sets for transaction type SLFN ?
    1. I have started SPPFCADM and follow your recommandations.
    2. I have choosen CRM_ORDER
    3. I have then click on "Condition Configuration (Transportable Conditions)
    4. There are many entries related to the Support and Service Desk
    Example : Support Desk Message Action Profile
    I have 5 actions defined -
    Action 01 : Send Message to Processor
    Action 02 : Create/Change Basis Message from CRM Procedure
    Action 03 : Send Notification to SAP
    Action 04 : Update Message from SAP
    Action 05 : Confirm Message to SAP
    I have activate BC Sets for transaction type SIVA, not for SLFN.
    Best regards
    CP2009

  • (Request for reporting available) is not coming in Cube

    Hi All,
    I have Cube & DSO.
    I  added fields in DSO & Cube.
    Cube1 has Aggregrates built on it.i added 5 infoobjects on it, Now when i load data from DSO to Cube(Request for reporting available) is not coming up. i cant do reporting on it. can anyone help.
    thanks in advance,
    Kiran.

    Hi ....
    Have you done the Roll up ?
    Since aggregates are there on that cube....until and unless you do the roll up that request will not be available for Reporting...
    Regards,
    Debjani....

  • My app store wont let me download apps, says they are not available in the uk please help??

    my app store wont let me download apps, says there not available in the uk?? please help??

    Try This...
    Close All Open Apps...  Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • I deleted all my photos, music, apps, ect. and it says I have no storage available. It wont let me download any apps even though I basically deleted everything on my phone

    I plugged my iphone 4s into my mac to sync it and it wouldnt allow me to do so and says I have no more gb available, but again I have nothing on my phone and have barely anything synced. More than 80% is filled with documents and data???

    If Other (the yellow bar) is too big something is corrupted.  The only solution (that I know of) is to restore from your most recent backup using iTunes (see http://support.apple.com/kb/ht1766).

  • Report for material with sloc,qty available, and production order

    hi friends, i need advice on getting this report for material with qty and specific sloc with the corresponding Prodn order numbers. in mb51 i could get all these details except the prodn order no. could you advice me please?

    to make sure you know how to do this.
    In the material document list, hit "Ctrl+F8" on your keyboard.
    A window will pop up. Click on the button position and look for "order" in the list of available fields. That should do it.
    Rgds.

  • IPhone limited to 130 apps at a time! 6,200 apps available in app store

    The i phone is limited to nine app screen i notice this when i try to move on to a tenth screen and it would not let me and also when you download a app after all 9 screen are full the app dose not show up but the app store says it is installed apple needs to expand the amount of screen allowed. you then end up having to delete 2 apps download 1 app in able to make the invisible app appear you have to try this one out for your self so you get a better idea of what i mean so it looks like we are limited to 144 apps per iPhone subtract 14 apps that come default on the screen not including the 4 that are on the bar below you are left with 130 apps that can be downloaded and use at a time per i phone that ***** there are over 6,200 apps available in the app store as i type this to you and apple is limiting me to only carry 130 at a time there is somthing worng with this and i think somthing should be done!

    No acutally what that means is most people like myself have to install 30 apps just to get the iphone to do half the things it should have done out of the box. Sure some are wants but most are "need" in order for it to do the things my old palm treo 600 could do, and still there's not copy and past and no video. On top of that they have a stupid 130 limit. I'd love to hear why that is.

  • In ical edit, can you get rid of invitees, availability, url, notes?

    in ical edit, can you get rid of invitees, availability, url, notes?

    in ical edit, can you get rid of invitees, availability, url, notes?

Maybe you are looking for

  • (ID-12492) Isnt it supposed to be fixed in version 7.1?

    We have IDM7.1 installation on Solaris. I am facing an error - "com.waveset.util.InternalError: Summary String length (2235) exceeds maximum (2048)" when I try to assign large number of roles to users. How to reproduce? Create sample 40 roles and ass

  • Type conflict with ASSIGN in program in Release time(ESS)

    Hi All, On clicking on the link "Release Working Time Data" from EP While releasing working time below exception is being thrown. com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Type conflict with ASSIGN in program SAPLHRXSS_C

  • ATI bios editor

    There are sometimes questions about different vga bios-es and bios mods etc. Been scourging the net and came up with this: http://www.techpowerup.com/downloads/1648/TechPowerUp_Radeon_Bios_Editor_v1.22.html This is for all the ATi fans out there an w

  • Putting a symbol on a 3-d object

    What are some reasons why a created wont show up on a 3-d object. I made a graphic symbol but it will not show up on the object when I select it in Map art. It is on the correct layer. What I create another small symbol, like a box or a simple path i

  • Interface determination problem

    Hi experts, I hae a scenario in which i need to split a given message to multiple message(1:n) multimapping. I am doing without BPM,and my scenario is working fine and good when i test in message mapping giving various inputs. when i test in configur