This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
All,
Thanks a lot for this valuable information.
I discovered that to fix this problem of 'missing " ',
both of the following steps are needed to build 0.43 on Ubuntu 8.10 i.e.,
1. sudo dpkg-reconfigure -plow dash
and answering "No" to the question if you want to install dash as
/bin/sh
2. sudo apt-get install texinfo
On my machine I installed texinfo and it still failed with same error.
Then I did step 1 above and it worked!
Khalifa ROUIS wrote:
>
> Hello,
>
>> So, you can please try:
>>
>> sudo dpkg-reconfigure -plow dash
>>
>> and answering "No" to the question if you want to install dash as
>> /bin/sh.
>> Then run the crosstool build again.
>>
>
> This didn't actually solve the problem .. :-/
> But while compiling manually another toolchain (for arm-elf with
> newlib) newlib didn't compile too, but at least gave me an indication
> about the source of all my problem : makeinfo !!!
> I didn't have makeinfo ! so I had to install it (it's included in
> texinfo for ubuntu) and then everything worked just fine ... even for
> glibc.
> Thank you for your help Dimitry, and I hope this may help someone else
> too.
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>
>
--
View this message in context: http://www.nabble.com/crosstool-0.43-doesn%27t-compile-glibc-2.3.2-tp17335432p23298220.html
Sent from the Sourceware - crossgcc list mailing list archive at Nabble.com.
--
For unsubscribe information see http://sourceware.org/lists.html#faq
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |