This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: newlib configure problem


Anita Patil wrote:
> 
> Hi,
> 
> I want to build gcc(cross-compiler) for ARM7
> I have downloaded...
> binutils-2.11.2
> gcc-2.95.3
> newlib-1.9.0
> gdb-5.1
> 
> I started building starting with binutils...configured target as
> target=arm-elf
> I cud configure and make binutils and gcc..but for newlib ...I got the
> following ouput
> This configuration is not supported in the following subdirectories:
>         target-libgloss
> 
> Does that mean newlib I have is not proper...I tried with other versions of
> newlib(1.8.2 and 1.10.0)...and I got same results
> 
> Can anyone help me on this
> Thank you
> Anita

This is not an error.  There is no libgloss for arm.  The code that would normally
be in libgloss is actually found in newlib itself.

-- Jeff J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]