Author Topic: Gcc  (Read 2080 times)

conundrum

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Gcc
« on: December 29, 2004, 09:56:34 pm »
I didn't see any topics, so I figured I would ask.  Is GCC working now, or do I still need to mount the zgcc image?  With the increased root size, this won't be as troublesome, but a properly functioning compiler would be nice.

One other thing, I've started compiling epic and pico for myself, if anyone else is interested I will look into making ipks of them.
« Last Edit: December 29, 2004, 10:16:11 pm by conundrum »

titus

  • Newbie
  • *
  • Posts: 29
    • View Profile
Gcc
« Reply #1 on: December 30, 2004, 01:42:50 pm »
hi,

after installing gcc, debugger, pdaxRom headers, make and the qt headers from feed i've got the compiling system working...

i've tried to compile Michael Lauers wellenreiterII-1.0rc2-x11.tar.tar from www.vanille.de, but got many errors... it's an very old version from 12/2003 and not designed for gcc3.3.2 imo

but i think the compiling system is ok...

btw: if you send me your sources for epic and pico, i can try... i have yet no time to search them...  

titus
« Last Edit: December 30, 2004, 01:46:08 pm by titus »
SL-C860, 512MB SD Kingston, D-Link DCF-660W, pdaXrom 1.1.0 Kathrin RC9

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Gcc
« Reply #2 on: December 30, 2004, 03:17:26 pm »
I tried to install the gcc headers on my sd card, but I think it pulled in gcc as a dependency.
It took up some 40MB.

tcc works for this rom and is amazing!

I was in the middle of writing a simple gtk program with tcc, but I am 100%
positive it will work.

Right now, I only have tcc from a premade ipk from a guy in germany -- and it installed into /opt/QtPalmtop/bin, etc.... but you can link that to /usr/bin, etc.

http://fabrice.bellard.free.fr/tcc/

http://zaurus.spy.org/feeds/cacko/pdaXrom/...0041227_arm.ipk

(Yes, you will still need the headers, etc...)  but we could possible make the headers be part of a cramfs -- as they should compress a LOT -- and then add tcc either pasrt of that cram or just normal install -- and then you'd get a decent c compiler without a lot of space!

Scott