Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] crossdev arm-unknown-linux-gnu failed
Date: Sun, 27 May 2018 03:07:12
Message-Id: 20180527030643.3dafqwe7mn76yuuh@solfire
1 Hi,
2
3 too feed a STM32F103C8T6 MCU (Core-M3) with some code to execute,
4 I want a compiler. For that I did a
5
6 crossdev arm-unknown-linux-gnu
7
8 . That one failed to build (gcc, binytils seem to be ok).
9
10 Unfortunately I did not really understand, what the great concerto
11 of logfiles (attached) are want to tell me. On the internet I found
12 an older thread of a person who seems (?) to have similiar problems
13 with the same target compiler, but no solution there was.
14
15 I am running Gentoo linux on a AMD Phenom(tm) II X6 1090T Processor.
16 This is a 64 bit system. The system is updated regularly.
17
18 I would be very happy, if someone, who better understand the topic,
19 could help me to get this thing running -- thank you very much in
20 advance for any help!
21
22 Cheers!
23 Meino
24
25 PS: Logfiles are attached as mentioned in the below
26 outout: Last output of the process to console was:
27 -
28 * crossdev version: 20180508
29 * Host Portage ARCH: amd64
30 * Target Portage ARCH: arm
31 * Target System: arm-unknown-linux-gnu
32 * Stage: 4 (C/C++ compiler)
33 * USE=multilib: no
34 * ABIs: default
35
36 * binutils: binutils-[latest]
37 * gcc: gcc-[latest]
38 * headers: linux-headers-[latest]
39 * libc: glibc-[latest]
40
41 * CROSSDEV_OVERLAY: /usr/local/portage
42 * PORT_LOGDIR: /var/log/portage
43 * PORTAGE_CONFIGROOT: /
44 * Portage flags:
45
46 * leaving sys-devel/binutils in /usr/local/portage
47 * leaving sys-devel/gcc in /usr/local/portage
48 * leaving sys-kernel/linux-headers in /usr/local/portage
49 * leaving sys-libs/glibc in /usr/local/portage
50 * leaving sys-devel/gdb in /usr/local/portage
51 * leaving metadata/layout.conf alone in /usr/local/portage
52
53 * Log: /var/log/portage/cross-arm-unknown-linux-gnu-binutils.log
54 * Emerging cross-binutils ... [ ok ]
55 * Log: /var/log/portage/cross-arm-unknown-linux-gnu-linux-headers-quick.log
56 * Emerging cross-linux-headers-quick ... [ ok ]
57 * Log: /var/log/portage/cross-arm-unknown-linux-gnu-glibc-headers.log
58 * Emerging cross-glibc-headers ... [ ok ]
59 * Log: /var/log/portage/cross-arm-unknown-linux-gnu-gcc-stage1.log
60 * Emerging cross-gcc-stage1 ...
61
62 * error: gcc failed :(
63 *
64 * If you file a bug, please attach the following logfiles:
65 * /var/log/portage/cross-arm-unknown-linux-gnu-info.log
66 * /var/log/portage/cross-arm-unknown-linux-gnu-gcc-stage1.log.xz
67 * /var/tmp/portage/cross-arm-unknown-linux-gnu/gcc*/temp/gcc-config.logs.tar.xz
68 [1] 18278 exit 1 crossdev arm-unknown-linux-gnu

Attachments

File name MIME type
cross-arm-unknown-linux-gnu-info.log text/plain
cross-arm-unknown-linux-gnu-gcc-stage1.log.xz application/x-xz
gcc-config.logs.tar.xz application/x-xz

Replies

Subject Author
Re: [gentoo-user] crossdev arm-unknown-linux-gnu failed Andrew Udvare <audvare@×××××.com>
Re: [gentoo-user] crossdev arm-unknown-linux-gnu failed Jeremi Piotrowski <jeremi.piotrowski@×××××.com>