From: Adrian Alonso <aalonso00@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace
Date: Fri, 19 Mar 2010 08:09:42 -0600 [thread overview]
Message-ID: <d1ded4381003190709u5566fbbficc61139b7564bf41@mail.gmail.com> (raw)
In-Reply-To: <19c1b8a91003181511n789a7fecyeacb3385b567c5ec@mail.gmail.com>
Hi Khem,
Disabling ccache works.
Thanks for the advise, I will check on Fedora's bugtrack if some else
has experience this kind of problems with cchache.
Regards.
On Thu, Mar 18, 2010 at 4:11 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Thu, Mar 18, 2010 at 3:09 PM, Adrian Alonso <aalonso00@gmail.com>
> wrote:
> > Hi Khem,
> >
> > gcc-cross-initial-4.3.3 and gcc-cross-intermediate-4.3.3 build correctly
> > fixincl.o object
> >
> >
> tmp/work/ppc440-angstrom-linux/gcc-cross-initial-4.3.3-r11.1/gcc-4.3.3/build.x86_64-linux.powerpc-angstrom-linux/fixincludes/fixincl.o:
> > ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
> >
> >
> tmp/work/ppc440-angstrom-linux/gcc-cross-intermediate-4.3.3-r11.1/gcc-4.3.3/build.x86_64-linux.powerpc-angstrom-linux/fixincludes/fixincl.o:
> > ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
> >
> > but gcc-cross fixincl.o reports
> >
> >
> tmp/work/ppc440-angstrom-linux/gcc-cross-4.3.3-r11.1/gcc-4.3.3/build.x86_64-linux.powerpc-angstrom-linux/fixincludes/fixincl.o:
> > empty
> >
> > But is not the only object file that is not been generated
>
>
> I think your host has buggy ccache installation. Disable ccache or
> rather remove it from your build box and retry.
>
> >
> > ls -lah
> >
> tmp/work/ppc440-angstrom-linux/gcc-cross-4.3.3-r11.1/gcc-4.3.3/build.x86_64-linux.powerpc-angstrom-linux/fixincludes
> > total 160K
> > drwxrwxr-x. 2 aalonso aalonso 4.0K 2010-03-18 15:19 .
> > drwxrwxr-x. 9 aalonso aalonso 4.0K 2010-03-18 15:19 ..
> > -rw-rw-r--. 1 aalonso aalonso 6.1K 2010-03-18 15:18 config.cache
> > -rw-rw-r--. 1 aalonso aalonso 6.4K 2010-03-18 15:18 config.h
> > -rw-rw-r--. 1 aalonso aalonso 59K 2010-03-18 15:18 config.log
> > -rwxrwxr-x. 1 aalonso aalonso 38K 2010-03-18 15:18 config.status
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 fixfixes.o
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 fixincl.o
> > -rwxr-xr-x. 1 aalonso aalonso 14K 2010-03-18 15:19 fixinc.sh
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 fixlib.o
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 fixopts.o
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 fixtests.o
> > -rw-rw-r--. 1 aalonso aalonso 6.1K 2010-03-18 15:18 Makefile
> > -rw-rw-r--. 1 aalonso aalonso 3.6K 2010-03-18 15:19 mkheaders
> > -rw-rw-r--. 1 aalonso aalonso 3.6K 2010-03-18 15:18 mkheaders.almost
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 procopen.o
> > -rw-rw-r--. 1 aalonso aalonso 0 2010-03-18 15:19 server.o
> > -rw-rw-r--. 1 aalonso aalonso 10 2010-03-18 15:18 stamp-h
> >
> > Any advise on how to fix this is welcome.
> >
> > Regards
> > Adrian Alonso
> >
> > On Thu, Mar 18, 2010 at 1:05 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >
> >> On Thu, Mar 18, 2010 at 9:42 AM, Adrian Alonso <aalonso00@gmail.com>
> >> wrote:
> >> > Hi Khem,
> >> >
> >> > My host OS is
> >> > Fedora 12 2.6.32.9-70.fc12.x86_64
> >> >
> >> > Gcc version installed in my system
> >> > gcc (GCC) 4.4.3 20100127
> >> >
> >> > which is the late's version available
> >> >
> >> > cleaning and rebuilding gcc-cross doesn't make the error go away
> >> >
> >> > A complete log can be found at [1].
> >> >
> >> > [1] http://pastebin.com/BftKvgGA
> >>
> >>
> >> go to your build directory and search of you have fixincl.o generated.
> >> if yes then try to run file on it and see if it is for right
> >> architecture which will be your host
> >> or do some elf dumping to see if the file is a proper object.
> >>
> >> I have gcc 4.4.3 too on my ubuntu/lucid box and I dont see the error you
> >> get
> >> so it must have something to do with either the linker or assembler or
> >> compiler on your host
> >>
> >> -Khem
> >>
> >> >
> >> >
> >> > Regards
> >> >
> >> > On Wed, Mar 17, 2010 at 5:00 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >> >
> >> >> On Wed, Mar 17, 2010 at 3:00 PM, Adrian Alonso <aalonso00@gmail.com>
> >> >> wrote:
> >> >> > Hi,
> >> >> >
> >> >> > I tested on my previous build and everything is ok (tested
> >> >> console-image);
> >> >> >
> >> >> > Building from scratch arise a build error with
> >> "gcc-cross_4.3.3.bbfailed"
> >> >> > I'm going to track the changes in gcc-cross recipe to find out why
> is
> >> >> > falling
> >> >> > The complete error log can be found at [1].
> >> >> >
> >> >> > [1] http://pastebin.com/2m4TP2Vs
> >> >>
> >> >> seems more like your gcc on host is causing the problem here. What
> >> >> host os do you have
> >> >> and try to clean and rebuild gcc-cross that might fix it.
> >> >>
> >> >> >
> >> >> > Regards
> >> >> > Adrian Alonso
> >> >> >
> >> >> > On Tue, Mar 16, 2010 at 1:00 PM, Stefan Schmidt
> >> >> > <stefan@datenfreihafen.org>wrote:
> >> >> >
> >> >> >> Hello.
> >> >> >>
> >> >> >> Back from holiday I found the time to test your patches. I needed
> to
> >> >> adjust
> >> >> >> one
> >> >> >> manually due to a change going in between but that was easy
> enough.
> >> >> >>
> >> >> >> I tested and pushed them out now. Please test on your side if
> >> everything
> >> >> is
> >> >> >> ok
> >> >> >> and thanks for your contribution.
> >> >> >>
> >> >> >> regards
> >> >> >> Stefan Schmidt
> >> >> >>
> >> >> >> _______________________________________________
> >> >> >> Openembedded-devel mailing list
> >> >> >> Openembedded-devel@lists.openembedded.org
> >> >> >>
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Saludos
> >> >> > Adrian Alonso
> >> >> > http://aalonso.wordpress.com
> >> >> > _______________________________________________
> >> >> > Openembedded-devel mailing list
> >> >> > Openembedded-devel@lists.openembedded.org
> >> >> >
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >> >> >
> >> >>
> >> >> _______________________________________________
> >> >> Openembedded-devel mailing list
> >> >> Openembedded-devel@lists.openembedded.org
> >> >>
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Saludos
> >> > Adrian Alonso
> >> > http://aalonso.wordpress.com
> >> > _______________________________________________
> >> > Openembedded-devel mailing list
> >> > Openembedded-devel@lists.openembedded.org
> >> >
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >> >
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >>
> >
> >
> >
> > --
> > Saludos
> > Adrian Alonso
> > http://aalonso.wordpress.com
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
Saludos
Adrian Alonso
http://aalonso.wordpress.com
next prev parent reply other threads:[~2010-03-19 14:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-05 23:15 [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace Adrian Alonso
2010-03-05 23:15 ` [PATCH 2/7] defconfig: xilinx ml507 kernel config Adrian Alonso
2010-03-05 23:15 ` [PATCH 3/7] linux-xilinx-ml507_git: new kernel recipe for xilinx ml507 Adrian Alonso
2010-03-05 23:15 ` [PATCH 4/7] xilinx-bsp.bbclass: add support " Adrian Alonso
2010-03-05 23:15 ` [PATCH 5/7] linux.inc: add device tree " Adrian Alonso
2010-03-05 23:15 ` [PATCH 6/7] tune-ppc440.inc: add base to extra archs Adrian Alonso
2010-03-05 23:15 ` [PATCH 7/7] xilinx-ml507.conf: new config file for ml507 devboard Adrian Alonso
2010-03-16 19:00 ` [PATCH 1/7] device_table_add-xsa: add dev nodes for system ace Stefan Schmidt
2010-03-17 22:00 ` Adrian Alonso
2010-03-17 23:00 ` Khem Raj
2010-03-18 16:42 ` Adrian Alonso
2010-03-18 19:05 ` Khem Raj
2010-03-18 22:09 ` Adrian Alonso
2010-03-18 22:11 ` Khem Raj
2010-03-19 14:09 ` Adrian Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-03-05 15:55 Adrian Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d1ded4381003190709u5566fbbficc61139b7564bf41@mail.gmail.com \
--to=aalonso00@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox