Author Topic: Recent zgcc (C compiler)?  (Read 2722 times)

vinc17

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • https://www.vinc17.net/
Recent zgcc (C compiler)?
« on: September 22, 2004, 05:54:04 am »
I currently have zgcc 2.02, but it corresponds to an old and buggy (for the unsigned division) gcc version (2.95). Where can I find a recent version (gcc 3.x)?

Note: I want gcc on my Zaurus, not a cross-compiler.

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Recent zgcc (C compiler)?
« Reply #1 on: September 23, 2004, 01:19:59 am »
All the Sharp based ROMs are compiled with gcc 2.95.  There is a binary incompatiblity with newer GCC.  If you are trying to compile for Sharp ROMs stick with the old GCC.

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

vinc17

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • https://www.vinc17.net/
Recent zgcc (C compiler)?
« Reply #2 on: September 23, 2004, 02:47:03 am »
There could be incompatibilities for C++ programs, but I don't see why there would be one for C programs (as long as the libc isn't changed, but I just want a more recent gcc).