This is the mail archive of the newlib@sourceware.org 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]

newlib-2.3.0.20160226 newlib/libc/sys/arm/arm.h:32:25: fatal error: acle-compat.h: No such file or directory







I got the following build error building newlib for arm-none-eabi under mingw64 as under Cygwin64 as under RHEL 6 as well building a toolchain:

 

arm-none-eabi-gcc -B/home/glaesser/newlib-build/arm-none-eabi/thumb/newlib/ -isystem /home/glaesser/newlib-build/arm-none-eabi/thumb/newlib/targ-include -isystem /home/glaesser/newlib-2.3.0.20160226/newlib/libc/include -B/home/glaesser/newlib-build/arm-none-eabi/thumb/libgloss/arm -L/home/glaesser/newlib-build/arm-none-eabi/thumb/libgloss/libnosys -L/home/glaesser/newlib-2.3.0.20160226/libgloss/arm -mthumb -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"2.3.0\" -DPACKAGE_STRING=\"newlib\ 2.3.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I../../../../../../../newlib-2.3.0.20160226/newlib/libc/sys/arm -Os -DARM_RDI_MONITOR -fno-builtin -g -Os -mthumb -c -o lib_a-libcfunc.o `test -f 'libcfunc.c' || echo '../../../../../../../newlib-2.3.0.20160226/newlib/libc/sys/arm/'`libcfunc.c

In file included from /home/glaesser/newlib-2.3.0.20160226/newlib/libc/sys/arm/swi.h:1:0,

from ../../../../../../../newlib-2.3.0.20160226/newlib/libc/sys/arm/libcfunc.c:8:

/home/glaesser/newlib-2.3.0.20160226/newlib/libc/sys/arm/arm.h:32:25: fatal error: acle-compat.h: No such file or directory

compilation terminated.

 

configured with:

../$(NEWLIB)/configure --target=$(TARGET) --prefix=$(PREFIX) \

--enable-multilib \

--enable-shared=no --enable-static=yes \

--enable-newlib-nano-malloc --enable-newlib-nano-formatted-io --enable-target-optspace\

--enable-lite-exit --enable-newlib-global-atexit --enable-newlib-reent-small \

--disable-newlib-fvwrite-in-streamio

 

used toolchain:

- binutils 2.24

- gcc-5.3.0 bootstrap

  

also I saw

   /home/glaesser/newlib-2.3.0.20160226/newlib/configure: line 3723: _LT_DECL_SED: command not found
   /home/glaesser/newlib-2.3.0.20160226/newlib/configure: line 3724: _LT_PROG_ECHO_BACKSLASH: command not found

  during configure run

I don't know if it is related.

 

any help is highly appreciated.

 

Thomas


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