Another problem about building Arm-elf newlib!(not support for target-libgloss)

J. Johnston jjohnstn@cygnus.com
Mon Mar 12 12:25:00 GMT 2001


> Cliff wrote:
> 
> Hi:
>     I got another problem when I build newlib
>     in separated source/build trees.
>     #/src/newlib/newlib-1.9.0/configure --arm-elf --\
>      prefix=/tools --exec-prefix=/tools/H-i686-pc-cygwin.
> 
>     and the configuration shows a warning messages as
>     follows:
>     ***This configuration is not supported in the following
>     subdirectories:target-libgloss.
> 
>     Do I need create my-own programs for my arm-target board
>     under the /libgloss directory,but I don't see
>     /arm directory under /libgloss
> 
> 
>     Finally ,thanks Jeff ,you help me a lot.Thanks again!
> 
>     Cliff

Cliff,

  Nothing to worry about.  Newlib has the arm libgloss code in the libc/sys/arm directory.  There is
no need to build libgloss since the code is already in newlib.  Please note that with the arm
platform you can choose which monitor you want to use via a compiler define option (see
configure.host for details).

-- Jeff J.



More information about the Newlib mailing list