I'm building with 13.11 on an ARM platform. I've done a make prepare in libports for the libc package. The build fails during in the library creation on a "No rule to make target `_setjmp.o' " error --- Snippet of the build log is: . . . Library libc-string Library init_pd_args MERGE libc-string.lib.a Library libc-stdlib MERGE libc-stdlib.lib.a Library libc-locale MERGE libc-locale.lib.a Library libc-stdio MERGE libc-stdio.lib.a Library libc-gen MERGE libc-gen.lib.a Library libc-gdtoa MERGE libc-gdtoa.lib.a Library libc-inet MERGE libc-inet.lib.a Library libc-stdtime MERGE libc-stdtime.lib.a Library libc-regex MERGE libc-regex.lib.a Library libc-compat MERGE libc-compat.lib.a make[3]: *** No rule to make target `_setjmp.o', needed by `libc-setjmp.lib.a'. Stop. make[3]: *** Waiting for unfinished jobs.... Library libc-setjmp make[2]: *** [libc-setjmp.lib] Error 2 make[2]: *** Waiting for unfinished jobs.... Library ldso-startup . . .
What am I missing?
Thanks, Bob Stewart