[oe] cortex-a9 build failure at glibc

RK Raggit rk.raggit at gmail.com
Wed Dec 9 11:47:58 UTC 2009


>
>
> Could you provide preprocessed output of
> checktty.c file ?
>
>
pls find attached (checktty.i). just trying to recompile the file from the
command line gave me a gcc error "gcc: error trying to exec 'cc1': execvp:
No such file or directory", so i had to hack the login-utils makefile to get
this output. here's the patch -

******
---
/home/raghu/opendistro/build/tmp/work/armv7a-angstrom-linux-gnueabi/util-linux-ng-2.16-r8.3/util-linux-ng-2.16/login-utils/Makefile.orig
2009-12-09 17:17:49.000000000 +0530
+++
/home/raghu/opendistro/build/tmp/work/armv7a-angstrom-linux-gnueabi/util-linux-ng-2.16-r8.3/util-linux-ng-2.16/login-utils/Makefile
2009-12-09 17:18:05.000000000 +0530
@@ -648,7 +648,7 @@
 include ./$(DEPDIR)/wall.Po

 .c.o:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -E $<
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 #      source='$<' object='$@' libtool=no \
 #      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
******

Thanks

--RK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: checktty.i
Type: application/octet-stream
Size: 340118 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20091209/51647273/attachment-0002.obj>


More information about the Openembedded-devel mailing list