![]() ![]() |
May 12 2006, 05:57 PM
Post
#1
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
This is not a smarmy comment, I'm just really interested in the reasons:
Why doesn't OZ have cutting edge software available? Now with the 2.6 kernel, it'd be no prob. I mean gcc is > 4.0, firefox > 1.5 etc. yet OZ stuff is older. Is there a specific reason for this? |
|
|
|
May 12 2006, 06:58 PM
Post
#2
|
|
![]() Group: Members Posts: 1,156 Joined: 5-January 05 From: Winnipeg, Manitoba Member No.: 6,127 |
I think OZ needs some mad compilers like Anunakin.
|
|
|
|
May 12 2006, 11:18 PM
Post
#3
|
|
|
Group: Members Posts: 237 Joined: 28-December 05 Member No.: 8,801 |
No, it needs an easy to use (even if you are not core developer) building system!
Tasos |
|
|
|
May 12 2006, 11:45 PM
Post
#4
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
QUOTE(DaemonsGR @ May 13 2006, 08:18 AM) I have just started building a whole GNU/Linux system from scratch on OZ, following the guide at http://www.linuxfromscratch.org So far progressing, let's see how far I'll get. If this'll work, then I'll have all the latest compiled packages based on GCC 4.0 etc that will enable native cutting edge compilation... Let's see... |
|
|
|
May 13 2006, 02:35 AM
Post
#5
|
|
|
Group: Members Posts: 4,515 Joined: 25-October 03 From: Bath, UK Member No.: 464 |
Look on the oe mailing list.
The GCC 4.0 compiler has some quirks iirc, work is underway to use it. Note that the releases are quite some way behind the cutting edge work going on in .dev Si |
|
|
|
May 13 2006, 03:18 AM
Post
#6
|
|
|
Group: Members Posts: 1,497 Joined: 12-November 03 From: Germany Member No.: 907 |
QUOTE(ShiroiKuma @ May 12 2006, 05:57 PM) This is not a smarmy comment, I'm just really interested in the reasons: Why doesn't OZ have cutting edge software available? Now with the 2.6 kernel, it'd be no prob. I mean gcc is > 4.0, firefox > 1.5 etc. yet OZ stuff is older. Is there a specific reason for this? Heh, that's funny. For three years, OpenZaurus has been tarred and feathered because we always were on the bleeding edge. Now that we actually implemented the most wanted procedure -- a stable branch -- it starts the other way round If you checkout .dev and set DISTRO=openzaurus-unstable, you will get a bleeding edge build. |
|
|
|
May 13 2006, 03:27 AM
Post
#7
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
QUOTE(Mickeyl @ May 13 2006, 12:18 PM) OK, I'd like to do this. But I've never played with CVS before etc. so am unsure how to do this really. Could you advise me, how concretely should I go about doing this? Thanks. |
|
|
|
May 13 2006, 05:31 AM
Post
#8
|
|
|
Group: Members Posts: 237 Joined: 28-December 05 Member No.: 8,801 |
QUOTE(ShiroiKuma @ May 13 2006, 09:45 AM) QUOTE(DaemonsGR @ May 13 2006, 08:18 AM) I have just started building a whole GNU/Linux system from scratch on OZ, following the guide at http://www.linuxfromscratch.org So far progressing, let's see how far I'll get. If this'll work, then I'll have all the latest compiled packages based on GCC 4.0 etc that will enable native cutting edge compilation... Let's see... OOO I like this! Ill try do it in pdaxrom! Thnx http://trac.cross-lfs.org/roadmap |
|
|
|
May 13 2006, 05:47 AM
Post
#9
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
QUOTE(DaemonsGR @ May 13 2006, 02:31 PM) Good, we can split our efforts, I was gonna do it in pdaXrom too. So I'll focus on OZ. So far I've compiled binutils no prob, now GCC 4.1.0 has been going for a couple of hours, no prob... Will see how it goes. Let me know, how you go along in pdaXrom. |
|
|
|
May 13 2006, 06:02 AM
Post
#10
|
|
![]() Group: Members Posts: 1,014 Joined: 4-January 05 From: Enschede, The Netherlands Member No.: 6,107 |
QUOTE(ShiroiKuma @ May 13 2006, 01:47 PM) QUOTE(DaemonsGR @ May 13 2006, 02:31 PM) Good, we can split our efforts, I was gonna do it in pdaXrom too. So I'll focus on OZ. So far I've compiled binutils no prob, now GCC 4.1.0 has been going for a couple of hours, no prob... Will see how it goes. Let me know, how you go along in pdaXrom. Why not use OE for that? I've been building images in OE with glibc 2.4, gcc 4.1.0 and the latest binutils for some time now... It seems to me that doing the same by hand on a zaurus is a gigantic waste of time. |
|
|
|
May 13 2006, 06:32 AM
Post
#11
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
QUOTE(koen @ May 13 2006, 03:02 PM) Why not use OE for that? I've been building images in OE with glibc 2.4, gcc 4.1.0 and the latest binutils for some time now... It seems to me that doing the same by hand on a zaurus is a gigantic waste of time. You're probably. Maybe I oughta give it a try. It's just that I've never done any cross-compiling, so really have no clue how to set everything up, and the Intro on the OZ wiki didn't really enlighten me. So I'm afraid I'm gonna install it and get stuck somehow since I really haven't found a simple how-to... Do you know of any such how-to? I mean, I've no clue what is BitBake, how it relates to OE etc. Could you explain? |
|
|
|
May 13 2006, 06:39 AM
Post
#12
|
|
![]() Group: Members Posts: 1,014 Joined: 4-January 05 From: Enschede, The Netherlands Member No.: 6,107 |
QUOTE(ShiroiKuma @ May 13 2006, 02:32 PM) QUOTE(koen @ May 13 2006, 03:02 PM) Why not use OE for that? I've been building images in OE with glibc 2.4, gcc 4.1.0 and the latest binutils for some time now... It seems to me that doing the same by hand on a zaurus is a gigantic waste of time. You're probably. Maybe I oughta give it a try. It's just that I've never done any cross-compiling, so really have no clue how to set everything up, and the Intro on the OZ wiki didn't really enlighten me. So I'm afraid I'm gonna install it and get stuck somehow since I really haven't found a simple how-to... Do you know of any such how-to? I mean, I've no clue what is BitBake, how it relates to OE etc. Could you explain? There are 2 step by step guides: * the official OE one: http://oe.handhelds.org/cgi-bin/moin.cgi/GettingStarted * the ångström one: http://www.angstrom-distribution.org/node/7 Those should give you enough info on how to setup OE. |
|
|
|
May 13 2006, 07:36 AM
Post
#13
|
|
|
Group: Members Posts: 4,515 Joined: 25-October 03 From: Bath, UK Member No.: 464 |
QUOTE It's just that I've never done any cross-compiling, so really have no clue how to set everything up I second what Koen says. You don't need to know anything about cross compiling when you use OE, it will build pretty much everything you need (including the cross toolchain and binutils.) Si |
|
|
|
May 13 2006, 08:32 AM
Post
#14
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
|
|
|
|
May 16 2006, 11:02 PM
Post
#15
|
|
|
Group: Members Posts: 902 Joined: 22-May 04 Member No.: 3,385 |
QUOTE(koen @ May 13 2006, 03:39 PM) * the official OE one: http://oe.handhelds.org/cgi-bin/moin.cgi/GettingStarted * the ångström one: http://www.angstrom-distribution.org/node/7 Those should give you enough info on how to setup OE. I think I need a little help, I got to the Create local configuration part where it says to make sure to have a cross-compiler installed for Zaurus before compilation. Yet the linked page only gives info on how to setup the cross-compiler for 2.4 kernel Zs. No info on how to do this for 2.6 kernel. How do I go about this? |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 04:35 PM |