Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148686 - [cross-alpha/gcc-stage1] can't create an alpha cross compiler on x86
Summary: [cross-alpha/gcc-stage1] can't create an alpha cross compiler on x86
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Normal major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 11:58 UTC by Nilton Volpato
Modified: 2006-11-16 13:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cross-alpha-unknown-linux-gnu-info.log (cross-alpha-unknown-linux-gnu-info.log,4.38 KB, text/plain)
2006-09-22 11:58 UTC, Nilton Volpato
Details
cross-alpha-unknown-linux-gnu-gcc-stage1.log (cross-alpha-unknown-linux-gnu-gcc-stage1.log,236.05 KB, text/plain)
2006-09-22 11:59 UTC, Nilton Volpato
Details
emerge-info.txt (emerge-info.txt,9.09 KB, text/plain)
2006-09-22 12:04 UTC, Nilton Volpato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nilton Volpato 2006-09-22 11:58:21 UTC
I ran crossdev like this:
# crossdev --b 2.16.1-r3 --g 3.4.6-r1 --l 2.3.6-r4 --k 2.6.11-r4 -s4 --target alpha-unknown-linux-gnu

Using the exactly same versions that are installed on my alpha machine. (But if I use the newest versions it does not work either).

But it fails when build gcc at stage1. Here is the output:

 * Host Portage ARCH:     x86
 * Target Portage ARCH:   alpha
 * Target System:         alpha-unknown-linux-gnu
 * Stage:                 4 (C/C++ compiler)

 * binutils:              binutils-2.16.1-r3
 * gcc:                   gcc-3.4.6-r1
 * headers:               linux-headers-2.6.11-r4
 * libc:                  glibc-2.3.6-r4

 * PORTDIR_OVERLAY:       /usr/local/portage/nilton
 * PORT_LOGDIR:           /var/log/portage
 * PKGDIR:                /usr/portage/packages/cross/alpha-unknown-linux-gnu
 * PORTAGE_TMPDIR:        /var/tmp/cross/alpha-unknown-linux-gnu
  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~  -  _  -  ~
 * Forcing the latest versions of binutils-config/gcc-config ...                                                                       [ ok ]
 * Log: /var/log/portage/cross-alpha-unknown-linux-gnu-binutils.log
 * Emerging cross-binutils ...                                                                                                         [ ok ]
 * Log: /var/log/portage/cross-alpha-unknown-linux-gnu-gcc-stage1.log
 * Emerging cross-gcc-stage1 ...

 * gcc failed :(
 * If you file a bug, please attach the following logfiles:
 * /var/log/portage/cross-alpha-unknown-linux-gnu-info.log
 * /var/log/portage/cross-alpha-unknown-linux-gnu-gcc-stage1.log

-- Nilton
Comment 1 Nilton Volpato 2006-09-22 11:58:46 UTC
Created attachment 97776 [details]
cross-alpha-unknown-linux-gnu-info.log
Comment 2 Nilton Volpato 2006-09-22 11:59:14 UTC
Created attachment 97778 [details]
cross-alpha-unknown-linux-gnu-gcc-stage1.log
Comment 3 Nilton Volpato 2006-09-22 12:04:16 UTC
Created attachment 97779 [details]
emerge-info.txt

the output of :
# emerge --info -v
Comment 4 SpanKY gentoo-dev 2006-11-16 11:32:59 UTC
3.4.6-r2 works fine for me
Comment 5 Nilton Volpato 2006-11-16 13:00:45 UTC
(In reply to comment #4)
> 3.4.6-r2 works fine for me

using --gcc 3.4.6-r2 worked for me too.

thanks.