View previous topic :: View next topic |
Author |
Message |
dspahn Guru
Joined: 22 Jun 2006 Posts: 392
|
Posted: Thu Oct 15, 2015 2:40 pm Post subject: Cannot build Raspberrypi-userland |
|
|
I have been trying since yesterday but cannot emerge raspberrypi-userland. I just tried an emerge --sync but same result- the compiling dies around 68%. Is there a binary version or a working source version I can copy? Here is my /etc/portage/make.conf:
Code: | # built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="armv7a-hardfloat-linux-gnueabi"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="bindist"
|
Is this all OK, is do I need to tweak further? It's an RPi2B. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Thu Oct 15, 2015 4:39 pm Post subject: |
|
|
dspahn,
Put the build log on a pastebin.
I only have early Pis, so I can't test the -march=armv7-a version. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|