public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* 1.4.0 "arm not supported" !
@ 2009-04-30  6:56 ng
  2009-04-30 17:32 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: ng @ 2009-04-30  6:56 UTC (permalink / raw)
  To: crossgcc

Hi,

more woes with 1.4.0

[ALL  ]    checking build system type... i686-build_pc-linux-gnu
[ALL  ]    checking host system type... arm-unknown-linux-gnueabi
[ERROR]    checking sysdep dirs... configure: error: The arm is not 
supported.
[ERROR]    Build failed in step 'Installing C library headers'


it seems odd that I am having so many errors since updating to 1.4.0 , 
my initial installation of ct-ng 1.3.9 went beautifully and compiled the 
  toolchain without issues. (Obviously that was with earlier versions of 
the tools).

I wanted to use the versions posted by Alexandre Biggin as being a 
working toolchain for arm. These were not in 1.3.9

currently selected versions:
gcc-4.3.2  binutils-2.9.1 glibc-2.9 linux-2.6.29.1

I deselected gdb to get around the last failed hunk issue but this is a 
bit of a stopper.

Can you suggest what may be giving all these problems?

TIA.


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

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

* Re: 1.4.0 "arm not supported" !
  2009-04-30  6:56 1.4.0 "arm not supported" ! ng
@ 2009-04-30 17:32 ` Yann E. MORIN
  2009-05-01 14:51   ` ng
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2009-04-30 17:32 UTC (permalink / raw)
  To: crossgcc; +Cc: ng

"ng" (Peter?),
All,

On Thursday 30 April 2009 08:56:23 ng@piments.com wrote:
> [ALL  ]    checking build system type... i686-build_pc-linux-gnu
> [ALL  ]    checking host system type... arm-unknown-linux-gnueabi
> [ERROR]    checking sysdep dirs... configure: error: The arm is not 
> supported.
> [ERROR]    Build failed in step 'Installing C library headers'
> it seems odd that I am having so many errors since updating to 1.4.0 , 

Here's what I see on a fresh untar of the 1.4.0 release tarball, in the
C library menu:

--8<-- Begin quote --8<--
      C library (glibc)  --->
      glibc version (2.9)  --->
      Retrieval method (Released tarball)  --->
      *** glibc/eglibc common options ***
  ()  extra config (NEW)
  ()  Extra config params (READ HELP) (NEW)
  ()  extra target CFLAGS (NEW)
  ()  gcc extra flags (NEW)
  [ ] Use the ports addon (NEW)
  ()  Extra addons (NEW)
      Minimum supported kernel version (Same as kernel headers (default))  --->
      *** Common C library options ***
      Threading implementation to use: (nptl)  --->
--8<-- End quote --8<--

So, clearly, the "Use the ports addon" entry is there.

The only glitch you will encounter is that, for glibc 2.8 and above,
there are *no* released tarballs for the ports addon, so you'll have
to use: "CVS checkout" as the "Retrieval method".

> my initial installation of ct-ng 1.3.9 went beautifully and compiled the 

There was no such thing as crosstool-NG-1.3.9. The latest release in the
1.3 series was 1.3.4.

> I wanted to use the versions posted by Alexandre Biggin as being a 

Please do him a favour: his name is BIGGA, not BIGGIN.

Also, in the documentation, it is stated that you can use the
pre-configured toolchains. The list of available toolchains, besides
being available on the site, can be obtained with:
  ct-ng list-samples

To set-up for such a toolchain, call something like:
  ct-ng the-tool-chain-name
  ct-ng build

You can get some help with:
  ct-ng help

and the README points you to reading the files docs/overview.txt and
docs/known-issues.txt .

Regards,
Yann E. MORIN.

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


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

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

* Re: 1.4.0 "arm not supported" !
  2009-04-30 17:32 ` Yann E. MORIN
@ 2009-05-01 14:51   ` ng
  0 siblings, 0 replies; 3+ messages in thread
From: ng @ 2009-05-01 14:51 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Yann E. MORIN wrote:
> "ng" (Peter?),
> All,
> 
> On Thursday 30 April 2009 08:56:23 ng@piments.com wrote:
>> [ALL  ]    checking build system type... i686-build_pc-linux-gnu
>> [ALL  ]    checking host system type... arm-unknown-linux-gnueabi
>> [ERROR]    checking sysdep dirs... configure: error: The arm is not 
>> supported.
>> [ERROR]    Build failed in step 'Installing C library headers'
>> it seems odd that I am having so many errors since updating to 1.4.0 , 
> 
> Here's what I see on a fresh untar of the 1.4.0 release tarball, in the
> C library menu:
> 
> --8<-- Begin quote --8<--
>       C library (glibc)  --->
>       glibc version (2.9)  --->
>       Retrieval method (Released tarball)  --->
>       *** glibc/eglibc common options ***
>   ()  extra config (NEW)
>   ()  Extra config params (READ HELP) (NEW)
>   ()  extra target CFLAGS (NEW)
>   ()  gcc extra flags (NEW)
>   [ ] Use the ports addon (NEW)
>   ()  Extra addons (NEW)
>       Minimum supported kernel version (Same as kernel headers (default))  --->
>       *** Common C library options ***
>       Threading implementation to use: (nptl)  --->
> --8<-- End quote --8<--
> 
> So, clearly, the "Use the ports addon" entry is there.
> 
> The only glitch you will encounter is that, for glibc 2.8 and above,
> there are *no* released tarballs for the ports addon, so you'll have
> to use: "CVS checkout" as the "Retrieval method".
> 
>> my initial installation of ct-ng 1.3.9 went beautifully and compiled the 
> 
> There was no such thing as crosstool-NG-1.3.9. The latest release in the
> 1.3 series was 1.3.4.
> 
>> I wanted to use the versions posted by Alexandre Biggin as being a 
> 
> Please do him a favour: his name is BIGGA, not BIGGIN.
Apologies to Mr. Bigga.

> 
> Also, in the documentation, it is stated that you can use the
> pre-configured toolchains. The list of available toolchains, besides
> being available on the site, can be obtained with:
>   ct-ng list-samples
> 
> To set-up for such a toolchain, call something like:
>   ct-ng the-tool-chain-name
>   ct-ng build

Thanks , I had already used to select and build one of the samples. That 
was my first test with 1.3.x but since Mr. Bigga's example used several 
package versions that were outside the options available in 1.3.x I 
decided to update to 1.4.0 which had been released the day before.


> 
> You can get some help with:
>   ct-ng help
> 
> and the README points you to reading the files docs/overview.txt and
> docs/known-issues.txt .
> 
I was able to do the above since I had read the brief text in help and 
overview. I don't recall either of these refering to requiring addons 
for ARM builds nor the need to use a cvs pull to get it to build.

Since this is no way obvious, maybe this should be added to the 
changelog or somewhere in the doc.

Now what remains odd is that your C library menu is very much fuller 
than mine.

   | |        C library (glibc)  ---> 
    | |
   | |        glibc version (2.9)  ---> 
    | |
   | |        Retrieval method (Released tarball)  ---> 
    | |
   | |        *** Common C library options *** 
    | |
   | |        Threading implementation to use: (nptl)  --->

I will put my current copy to one side and install a fresh tarball to 
see where this breakage came from

Thanks for you guidance.


> Regards,
> Yann E. MORIN.
> 


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

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

end of thread, other threads:[~2009-05-01 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-30  6:56 1.4.0 "arm not supported" ! ng
2009-04-30 17:32 ` Yann E. MORIN
2009-05-01 14:51   ` ng

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).