From mboxrd@z Thu Jan 1 00:00:00 1970 From: HenrySimmons17@aol.com To: newlib@sourceware.cygnus.com Subject: compiling newlib Date: Tue, 19 Dec 2000 22:59:00 -0000 Message-id: <6b.d8f877c.2771b2ca@aol.com> X-SW-Source: 2000/msg00461.html Hello When I try to compile newlib with the tools form uClinux-coldfire I get an error message here at this point. Can someone tell me what I am doing missing. thanks Henry /home/uClinux-coldfire/tools/m68k-elf-gcc -DPACKAGE=\"newlib\" -DVERSION=\"1.9.0\" -I. -I../../../../../newlib/libc/stdlib -O2 -DMISSING_SYSCALL_NAMES -I../../targ-include -I../../../../../newlib/libc/../libc/include -fno-builtin -g -O2 -c ../../../../../newlib/libc/stdlib/__adjust.c m68k-elf-gcc: installation problem, cannot exec `cpp': No such file or directorymake[3]: *** [__adjust.o] Error 1 make[3]: Leaving directory `/home/newlib/newlib-1.9.0/m5200/m68k-elf/newlib/libc/stdlib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/newlib/newlib-1.9.0/m5200/m68k-elf/newlib/libc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/newlib/newlib-1.9.0/m5200/m68k-elf/newlib' make: *** [all-target-newlib] Error 2 [root@localhost m5200]