public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Crash compiling binutils for alpha
@ 2012-01-04 10:31 Ralf Jahr
  2012-01-04 10:57 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Jahr @ 2012-01-04 10:31 UTC (permalink / raw)
  To: crossgcc

Hello,

For running benchmarks on the gem5 simulator I am trying to get a cross 
compiler for alpha. My host platform is Debian Linux (Squeeze) running 
on x86 in a virtual machine. Crosstool-NG installed without many 
problems, I then created a new folder (~/gem5sim/tc) and executed ct-ng 
menuconfig and ct-ng build afterwards.

The process stops when after starting with the binutils (see end of this 
email). I uploaded my config file and the log file here:
http//88.80.200.38/cross.tar.gz

I was not able to find something plausible from the log file. Changing 
the binutils version and GCC version did not help. I also checked the 
"known issues" but was not able to find something helping.

What could I do to get things running?

Thanks for any help,

Ralf


ralf@debian:~/gem5sim/tc$ ct-ng build
[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20120104.105034
[INFO ]  Building environment variables
[INFO ]  =================================================================
[...]
=================================================================
[INFO ]  Installing CLooG/ppl
[INFO ]  Installing CLooG/ppl: done in 36.00s (at 18:51)
[INFO ]  =================================================================
[INFO ]  Installing binutils
[ERROR]    make[2]: *** [configure-ld] Error 1
[ERROR]    make[1]: *** [all] Error 2
[ERROR]
[ERROR]    >>
[ERROR]    >>  Error happened in: main[scripts/crosstool-NG.sh]
[ERROR]    >>
[ERROR]    >>  For more info on this error, look at the file: 'build.log'
[ERROR]    >>  There is a list of known issues, some with workarounds, in:
[ERROR]    >> 
'/home/ralf/gem5sim/crosstool-ng/bin//share/doc/ct-ng-1.13.2/B - Known 
issues.txt'
[ERROR]
[ERROR]    Build failed in step 'Extracting and patching toolchain 
components'
[ERROR]
[ERROR]    (elapsed: 19:59.62)
[20:01] / make: *** [build] Fehler 2

(Fehler means Error)



-- 
Dipl. Inf. Ralf Jahr

UniversitÀt Augsburg
Lehrstuhl fÃŒr Systemnahe Informatik und Kommunikationssysteme
Institut fÃŒr Informatik
UniversitÀtsstraße 6a
86159 Augsburg

Telefon: +49 (821) 598-2354
E-Mail: ralf.jahr@informatik.uni-augsburg.de

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Crash compiling binutils for alpha
  2012-01-04 10:31 Crash compiling binutils for alpha Ralf Jahr
@ 2012-01-04 10:57 ` Yann E. MORIN
  2012-01-04 15:41   ` Ralf Jahr
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2012-01-04 10:57 UTC (permalink / raw)
  To: crossgcc; +Cc: Ralf Jahr

Ralf, All,

On Wednesday 04 January 2012 11:31:27 Ralf Jahr wrote:
> The process stops when after starting with the binutils (see end of this 
> email). I uploaded my config file and the log file here:
> http//88.80.200.38/cross.tar.gz
> 
> I was not able to find something plausible from the log file. Changing 
> the binutils version and GCC version did not help. I also checked the 
> "known issues" but was not able to find something helping.
> 
> What could I do to get things running?
> 
> Thanks for any help,
> 
> Ralf
> 
> 
> ralf@debian:~/gem5sim/tc$ ct-ng build
> [INFO ]  Performing some trivial sanity checks
> [INFO ]  Build started 20120104.105034
> [INFO ]  Building environment variables
> [INFO ]  =================================================================
> [...]
> =================================================================
> [INFO ]  Installing CLooG/ppl
> [INFO ]  Installing CLooG/ppl: done in 36.00s (at 18:51)
> [INFO ]  =================================================================
> [INFO ]  Installing binutils
> [ERROR]    make[2]: *** [configure-ld] Error 1
> [ERROR]    make[1]: *** [all] Error 2
> [ERROR]
> [ERROR]    >>
> [ERROR]    >>  Error happened in: main[scripts/crosstool-NG.sh]
> [ERROR]    >>
> [ERROR]    >>  For more info on this error, look at the file: 'build.log'
> [ERROR]    >>  There is a list of known issues, some with workarounds, in:
> [ERROR]    >> 
> '/home/ralf/gem5sim/crosstool-ng/bin//share/doc/ct-ng-1.13.2/B - Known 
> issues.txt'
> [ERROR]
> [ERROR]    Build failed in step 'Extracting and patching toolchain 
> components'
> [ERROR]
> [ERROR]    (elapsed: 19:59.62)
> [20:01] / make: *** [build] Fehler 2

I've seen this in the logs:
[ALL  ]    *** ld does not support target alphaev5-unknown-elf
[ALL  ]    *** see ld/configure.tgt for supported targets
[ERROR]    make[2]: *** [configure-ld] Error 1

I am not sure it is possible to build a bare-metal compiler for Alpha...
Someone more knowledgeable than I in Alpha could probably help you more...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Crash compiling binutils for alpha
  2012-01-04 10:57 ` Yann E. MORIN
@ 2012-01-04 15:41   ` Ralf Jahr
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Jahr @ 2012-01-04 15:41 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Dear Yann,

Am 04.01.2012 11:56, schrieb Yann E. MORIN:
> On Wednesday 04 January 2012 11:31:27 Ralf Jahr wrote:
>> The process stops when after starting with the binutils (see end of this
>> email). I uploaded my config file and the log file here:
>> http//88.80.200.38/cross.tar.gz
>>
>> I was not able to find something plausible from the log file. Changing
>> the binutils version and GCC version did not help. I also checked the
>> "known issues" but was not able to find something helping.
>>
>> What could I do to get things running?
>>
>> ralf@debian:~/gem5sim/tc$ ct-ng build
>> [INFO ]  Performing some trivial sanity checks
>> [INFO ]  Build started 20120104.105034
>> [INFO ]  Building environment variables
>> [INFO ]  =================================================================
>> [...]
>> =================================================================
>> [INFO ]  Installing CLooG/ppl
>> [INFO ]  Installing CLooG/ppl: done in 36.00s (at 18:51)
>> [INFO ]  =================================================================
>> [INFO ]  Installing binutils
>> [ERROR]    make[2]: *** [configure-ld] Error 1
>> [ERROR]    make[1]: *** [all] Error 2
>> [ERROR]
>> [ERROR]>>
>> [ERROR]>>   Error happened in: main[scripts/crosstool-NG.sh]
>> [ERROR]>>
>> [ERROR]>>   For more info on this error, look at the file: 'build.log'
>> [ERROR]>>   There is a list of known issues, some with workarounds, in:
>> [ERROR]>>
>> '/home/ralf/gem5sim/crosstool-ng/bin//share/doc/ct-ng-1.13.2/B - Known
>> issues.txt'
>> [ERROR]
>> [ERROR]    Build failed in step 'Extracting and patching toolchain
>> components'
>> [ERROR]
>> [ERROR]    (elapsed: 19:59.62)
>> [20:01] / make: *** [build] Fehler 2
>
> I've seen this in the logs:
> [ALL  ]    *** ld does not support target alphaev5-unknown-elf
> [ALL  ]    *** see ld/configure.tgt for supported targets
> [ERROR]    make[2]: *** [configure-ld] Error 1
>
> I am not sure it is possible to build a bare-metal compiler for Alpha...
> Someone more knowledgeable than I in Alpha could probably help you more...

Thanks a lot for your response. It helped a lot. I was able to build it 
"with linux" and glibc.

Bye,

Ralf

-- 
Dipl. Inf. Ralf Jahr

UniversitÀt Augsburg
Lehrstuhl fÃŒr Systemnahe Informatik und Kommunikationssysteme
Institut fÃŒr Informatik
UniversitÀtsstraße 6a
86159 Augsburg

Telefon: +49 (821) 598-2354
E-Mail: ralf.jahr@informatik.uni-augsburg.de

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-04 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-04 10:31 Crash compiling binutils for alpha Ralf Jahr
2012-01-04 10:57 ` Yann E. MORIN
2012-01-04 15:41   ` Ralf Jahr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).