View previous topic :: View next topic |
Author |
Message |
RayDude Advocate
Joined: 29 May 2004 Posts: 2078 Location: San Jose, CA
|
Posted: Tue Aug 31, 2021 1:36 am Post subject: How do you guys build stage3 tarballs? |
|
|
I'd like to build myself an "armv7l ARMv7 Processor rev 0 (v7l)" stage 3 tarball for a work project.
Are there tools to accomplish that in Gentoo? If so, where can I find them?
(I'm trying to avoid yocto as it won't build on my gentoo because gentoo is too new.)
I keep googling and all I find are "how to install from stage3," which is not what I'm looking for.
Thanks. _________________ Some day there will only be free software. |
|
Back to top |
|
|
cboldt Veteran
Joined: 24 Aug 2005 Posts: 1046
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Tue Aug 31, 2021 1:43 pm Post subject: |
|
|
RayDude,
You can do it with catalyst, which is have all Gentoo binary releases are made.
The DVD, stages *isos ...
Or you can set up your crossdev toolchain and cross compile away into your armv7l target root.
That's getting easier but some build systems are not cross compile aware, so need to be coaxed. Others are cross compile hostile, in that they build code fol the target CPU then try to run it on the host during the course of the build.
If you want to do it on a regular basis, use catalyst. For a one off, I would use a crossdev toolchain.
Crossdev has qemu-static emulation support now too. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2078 Location: San Jose, CA
|
Posted: Tue Aug 31, 2021 4:18 pm Post subject: |
|
|
Thanks guys!
I'll check into catalyst. _________________ Some day there will only be free software. |
|
Back to top |
|
|
|