Re: [Scratchbox-users] gcc 2.95

2008-04-17 Thread Anne-Marie Burns
Hi, thanks a made some progress, but I am still stuck. [= NOW BUILDING:fakeroot-1.4.2 =] [fetch] complete for fakeroot. == Running checksum on fakeroot_1.4.2.tar.gz 42f7b5fa763c9a302387d4228d9376c2 download/fakeroot_1.4.2.tar.gz file fakeroot_1.4.2.tar.gz passes checksum

Re: [Scratchbox-users] gcc 2.95

2008-04-09 Thread Anne-Marie Burns
Okay thanks, I made some progress but now I am stopped at: make CONFIG=meta/alien-tc/arm-linux-lincon.conf -C meta/alien-tc where I am getting: # The if picks all files of form libfoo.so libfoo.o or libfoo.a for f in `find /scratchbox/compilers/arm-linux-lincon/arm-unknown-linux-uclibc/lib

Re: [Scratchbox-users] gcc 2.95

2008-04-08 Thread Jussi Hakala
This happens because there's no directory containing a Makefile and the templates for the debian packaging of the gcc libraries for gcc 2.95. You can make a copy of the cc/gcc-3.3-debian or cc/gcc-3.4-debian directory, make necessary adjustments there and rerun make. For toolchain

Re: [Scratchbox-users] gcc 2.95

2008-04-07 Thread Jussi Hakala
If you have already a cross toolchain, you can import it inside scratchbox using the instructions in scratchbox.org wiki [1]. Otherwise you have to first compile a crosstoolchain for yourself, the oldest toolchains available at scratchbox.org are gcc 3.3/glibc 2.3. Regards, Jussi [1]