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]

Re: Support __aeabi_memcpy, __aeabi_memcpy4 and __aeabi_memcpy8 routines in the arm backend.


W dniu 2014-09-08 11:09, Sebastian Huber pisze:
With the Newlib from today I get a GCC build error for arm-rtems4.11:

make[9]: Entering directory
`/scratch/git-build/b-gcc-git-arm-rtems4.11/arm-rtems4.11/thumb/newlib/libc/machine/arm'

make[9]: *** No rule to make target `aebi_memcpy.c', needed by
`lib_a-aebi_memcpy.o'.  Stop.
make[9]: Leaving directory
`/scratch/git-build/b-gcc-git-arm-rtems4.11/arm-rtems4.11/thumb/newlib/libc/machine/arm'


Is this a typo in

./newlib/libc/machine/arm/Makefile.am:          strlen-armv7.S
aebi_memcpy.c aeabi_memcpy-armv7a.S

?

aebi_memcpy.c vs. aeabi_memcpy.c

The attached patch fixes my build problem.

(;

https://sourceware.org/ml/newlib/2014/msg00407.html

Regards,
FCh


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